index.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. /* 收藏 */
  2. .keep {
  3. position: absolute;
  4. right: 30rpx;
  5. top: 0rpx;
  6. width: 70rpx;
  7. height: 120rpx;
  8. border-radius: 0rpx 0rpx 70rpx 70rpx;
  9. -moz-box-shadow: 0px 0rpx 10rpx #ccc;
  10. -webkit-box-shadow: 0px 0px 10rpx #ccc;
  11. box-shadow: 0px 4rpx 4rpx #ccc;
  12. background-color: #fff;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. justify-content: flex-end;
  17. z-index: 2;
  18. }
  19. .keep image {
  20. width: 44rpx;
  21. height: 44rpx;
  22. margin-bottom: 6rpx;
  23. }
  24. .keep text {
  25. font-size: 20rpx;
  26. color: #333;
  27. margin-bottom: 16rpx;
  28. }
  29. /* 预约页面 */
  30. .reservation {
  31. display: flex;
  32. min-height: 80rpx;
  33. align-items: center;
  34. border-bottom: 1rpx solid #efefef;
  35. }
  36. .reservation-title {
  37. font-size: 26rpx;
  38. color: #333;
  39. }
  40. .reservation-text {
  41. margin-left: 26rpx;
  42. font-size: 26rpx;
  43. color: #666;
  44. width: 530rpx;
  45. }
  46. input {
  47. font-size: 26rpx;
  48. }
  49. /* 选择时间 */
  50. .reservation-time {
  51. width: 70%;
  52. height: 60rpx;
  53. /* border:1rpx solid #666; */
  54. border-radius: 20rpx;
  55. display: flex;
  56. align-items: center;
  57. /* justify-content: center; */
  58. }
  59. /* 预约时间选择 */
  60. .reservation-date {
  61. display: flex;
  62. margin: 35rpx auto;
  63. justify-content: space-between;
  64. align-items: center;
  65. }
  66. .reserva {
  67. width: 330rpx;
  68. height: 186rpx;
  69. border: 1rpx solid #999;
  70. border-radius: 16rpx;
  71. display: flex;
  72. flex-direction: column;
  73. justify-content: center;
  74. align-items: center;
  75. }
  76. .reserva.selected {
  77. border: 1px solid #28a5f9;
  78. }
  79. .reserva text {
  80. font-size: 30rpx;
  81. color: #333;
  82. display: flex;
  83. justify-content: center;
  84. align-items: center;
  85. }
  86. .reserva > view {
  87. width: 290rpx;
  88. height: 102rpx;
  89. border-radius: 16rpx;
  90. justify-content: center;
  91. align-items: center;
  92. margin-top: 14rpx;
  93. font-size: 26rpx;
  94. color: #fff;
  95. display: none;
  96. }
  97. .reserva.disable > view.disable {
  98. background-color: #bfbfbf;
  99. display: flex;
  100. }
  101. .reserva.enable > view.enable {
  102. background-color: #33ad37;
  103. display: flex;
  104. }
  105. .reserva.enable.selected > view {
  106. display: none;
  107. }
  108. .reserva.enable.selected > view.selected {
  109. background: #28a5f9;
  110. display: flex;
  111. }
  112. .reservation-text input {
  113. height: 60rpx;
  114. line-height: 60rpx;
  115. }
  116. /* 验证码 */
  117. .phoneCode {
  118. display: flex;
  119. }
  120. .phoneCode view {
  121. width: 170rpx;
  122. height: 60rpx;
  123. color: #fff;
  124. font-size: 26rpx;
  125. background-color: #28a5f9;
  126. border-radius: 16rpx;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. margin-left: 30rpx;
  131. }
  132. .phoneCode view.send {
  133. background-color: #bfbfbf;
  134. }
  135. .submit {
  136. display: flex;
  137. justify-content: center;
  138. padding: 70rpx;
  139. }
  140. .submit button:after {
  141. border: none;
  142. }
  143. .submit button {
  144. width: 240rpx;
  145. height: 70rpx;
  146. font-size: 30rpx;
  147. outline: none;
  148. border: 1rpx solid #33ad37;
  149. border-radius: 70rpx;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. }
  154. .submit .enable {
  155. background: #33ad37;
  156. color: #fff;
  157. }
  158. .submit .disable {
  159. background: #f7f7f7;
  160. color: #acacac;
  161. }
  162. .submit .back {
  163. color: #33ad37;
  164. margin-left: 60rpx;
  165. background-color: #fff;
  166. }
  167. /* 遮罩层 */
  168. .mask {
  169. width: 100%;
  170. height: 100%;
  171. position: fixed;
  172. background-color: rgba(70, 70, 70, 0.5);
  173. z-index: 9999;
  174. top: 0;
  175. left: 0;
  176. opacity: 1;
  177. display: flex;
  178. justify-content: center;
  179. align-items: center;
  180. }
  181. .mask_content {
  182. width: 670rpx;
  183. display: flex;
  184. flex-direction: column;
  185. background-color: #fff;
  186. border-radius: 20rpx;
  187. padding: 45rpx 30rpx;
  188. box-sizing: border-box;
  189. }
  190. .mask_content text {
  191. font-size: 30rpx;
  192. color: #333;
  193. margin-bottom: 20rpx;
  194. }
  195. .mask-content {
  196. height: 60rpx;
  197. border-radius: 60rpx;
  198. display: flex;
  199. align-items: center;
  200. font-size: 25rpx;
  201. }
  202. .clear {
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. margin-top: 60rpx;
  207. }
  208. .clear image {
  209. width: 60rpx;
  210. height: 60rpx;
  211. }
  212. .button {
  213. display: flex;
  214. align-items: center;
  215. border-top: 1rpx solid #efefef;
  216. margin-top: 30rpx;
  217. padding-top: 30rpx;
  218. }
  219. .button button {
  220. width: 50%;
  221. display: flex;
  222. justify-content: center;
  223. align-items: center;
  224. font-size: 30rpx;
  225. color: #333;
  226. background: white;
  227. }
  228. .button button::after {
  229. border: none;
  230. }
  231. .button :last-child {
  232. color: #33ad37;
  233. }
  234. .mask_content label text {
  235. margin-left: 20rpx;
  236. }
  237. /*checkbox 整体大小 */
  238. checkbox {
  239. width: 34rpx;
  240. height: 34rpx;
  241. }
  242. /*checkbox 选项框大小 */
  243. checkbox .wx-checkbox-input {
  244. width: 34rpx;
  245. height: 34rpx;
  246. }
  247. /*checkbox选中后样式 */
  248. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  249. background: #33ad37;
  250. }
  251. /*checkbox选中后图标样式 */
  252. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  253. width: 28rpx;
  254. height: 28rpx;
  255. line-height: 28rpx;
  256. text-align: center;
  257. font-size: 22rpx;
  258. color: #fff;
  259. background: transparent;
  260. transform: translate(-50%, -50%) scale(1);
  261. -webkit-transform: translate(-50%, -50%) scale(1);
  262. }
  263. checkbox-group {
  264. font-size: 26rpx;
  265. display: flex;
  266. align-items: center;
  267. margin-left: 30rpx;
  268. margin-top: 70rpx;
  269. }
  270. .checkText {
  271. padding: 0rpx;
  272. }