index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. /* pages/doctor/appoinetment/index.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .main-module{
  8. margin:28rpx auto;
  9. height:106rpx;
  10. border-radius:10rpx;
  11. display: flex;
  12. justify-content: space-around;
  13. background: #fff;
  14. padding:20rpx 0 12rpx;
  15. }
  16. .coupon-block,.favor-good{
  17. flex:1;
  18. font-size: 24rpx;
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: space-between;
  22. align-items: center;
  23. height: 74rpx;
  24. }
  25. .main-module .num{
  26. font-weight: bold;
  27. }
  28. .alula-expert-logo{
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. padding: 15rpx 15rpx 0;
  33. }
  34. .alula-expert-title{
  35. color: #a08133;
  36. text-align: center;
  37. margin-top: 60rpx;
  38. margin-bottom: 30rpx;
  39. font-size: 42rpx;
  40. }
  41. .alula-expert-form-wrap{
  42. /* width: 620rpx; */
  43. margin: 0 auto 30rpx;
  44. /* background: #fffef9; */
  45. /* padding: 30rpx 35rpx; */
  46. box-sizing: border-box;
  47. }
  48. .alula-expert-checkbox{
  49. width: 40rpx;
  50. height: 30rpx;
  51. border-radius: 2rpx;
  52. border: 1rpx solid #a08133;
  53. margin-right:10rpx;
  54. }
  55. .alula-expert-checkbox image{
  56. display: none;
  57. width: 40rpx;
  58. height: 32rpx;
  59. position: relative;
  60. /* top: -5rpx;
  61. left: -5rpx; */
  62. }
  63. .alula-border-radius{
  64. /* border-radius: 30rpx; */
  65. height: 320rpx;
  66. /* box-shadow: 5rpx 6rpx 11rpx 2rpx #dbd5c0; */
  67. }
  68. .alula-form{
  69. color: #a08133;
  70. display: flex;
  71. align-items: center;
  72. margin-bottom: 20rpx;
  73. }
  74. .alula-expert-form-title{
  75. color: #a08133;
  76. margin-bottom: 30rpx;
  77. font-size: 30rpx;
  78. }
  79. .alula-expert-button{
  80. width: 620rpx;
  81. margin: 0 auto 40rpx;
  82. text-align: center;
  83. }
  84. .alula-expert-button .btn{
  85. border-radius: 40rpx;
  86. letter-spacing: 2rpx;
  87. font-size: 45rpx;
  88. background: -webkit-linear-gradient(0deg, #b0996c, #cfbf84 40%, #b0996c 60%,#cfbf84 100%);
  89. cursor: not-allowed;
  90. padding:10rpx 0rpx;
  91. color:#fff
  92. }
  93. .alula-expert-calendar{
  94. width: 614rpx;
  95. /* height: 478rpx; */
  96. /* background: url("../images/calendar.png") no-repeat; */
  97. background-size: cover;
  98. margin: 0 auto;
  99. }
  100. .alula-expert-calendar-title{
  101. font-size: 30rpx;
  102. color: #a08133;
  103. display: flex;
  104. justify-content: space-between;
  105. }
  106. .alula-expert-calendar-title a{
  107. color: #c8b47b;
  108. font-size: 24rpx;
  109. text-decoration: none;
  110. }
  111. .alula-expert-title-cal{
  112. width: 458rpx;
  113. height: 68rpx;
  114. margin: 0 auto;
  115. }
  116. .alula-icon-baby{
  117. width: 35rpx;
  118. height: 45rpx;
  119. display: inline-block;
  120. /* background: url("../images/baby_icon.png") no-repeat; */
  121. vertical-align: middle;
  122. margin-right: 10rpx;
  123. position: relative;
  124. top: -3rpx;
  125. }
  126. .form-box {
  127. width: 100%;
  128. height: auto;
  129. overflow: hidden;
  130. padding: 0 40rpx;
  131. margin-top: 6rpx;
  132. background: #fff;
  133. }
  134. .van-icon
  135. {
  136. margin-top: 20rpx;
  137. }
  138. .placeholder{
  139. color: rgb(161, 153, 153) !important;
  140. }
  141. .label{
  142. float: left;
  143. width: 30%;
  144. margin-top: 50rpx;
  145. color: #333;
  146. text-align: right;
  147. margin-right: 10rpx;
  148. }
  149. .alula-expert-calendar{
  150. width: 100%;
  151. /* ackground: url("../images/calendar.png") no-repeat; */
  152. background-size: cover;
  153. /* margin: 0 auto; */
  154. /* padding:10rpx */
  155. }
  156. .alula-expert-calendar image{
  157. width: 90%;
  158. position: absolute;
  159. height: 700rpx;
  160. }
  161. #dates-view{
  162. padding-top: 70rpx;
  163. width: 550rpx;
  164. margin: 0 auto;
  165. margin-top: 250rpx;
  166. }
  167. .alula-expert-calendar-wrap{
  168. /* width: 614rpx; */
  169. padding: 25rpx 20rpx;
  170. }
  171. .alula-expert-calendar-title{
  172. height: 76rpx;
  173. line-height: 76rpx;
  174. font-size: 36rpx;
  175. color: #a08133;
  176. display: flex;
  177. justify-content: space-between;
  178. background-color: #e0d8d8;
  179. padding: 0 20rpx;
  180. }
  181. .alula-expert-calendar-title .txt{
  182. color: #333;
  183. font-size: 32rpx;
  184. text-decoration: none;
  185. }
  186. .alula-expert-calendar-day>div{
  187. display: flex;
  188. align-items: center;
  189. padding: 25rpx 0rpx;
  190. }
  191. .alula-expert-calendar-range .ul{
  192. display: flex;
  193. flex-wrap: wrap;
  194. }
  195. .alula-expert-calendar-day{
  196. font-size: 24rpx;
  197. color: #a08133;
  198. }
  199. .alula-expert-calendar-text{
  200. width: 150rpx;
  201. margin-top: 10rpx;
  202. }
  203. .alula-expert-calendar-after.disabled .alula-expert-calendar-text,.alula-expert-calendar-morning.disabled .alula-expert-calendar-text{
  204. text-decoration: line-through;
  205. color: #999;
  206. }
  207. .alula-expert-calendar-after.disabled .alula-expert-calendar-label .alula-expert-checkbox,.alula-expert-calendar-morning.disabled .alula-expert-calendar-label .alula-expert-checkbox{
  208. border:1rpx solid #ccc;
  209. }
  210. .alula-expert-calendar-after.disabled .alula-expert-calendar-time>span,.alula-expert-calendar-morning.disabled .alula-expert-calendar-time>span{
  211. color: #CCCCCC;
  212. }
  213. .alula-expert-calendar-after.disabled ul li,.alula-expert-calendar-morning.disabled ul li{
  214. pointer-events: none;
  215. }
  216. .book{
  217. /* padding: 0 20rpx; */
  218. color: #333;
  219. margin-bottom: 20rpx;
  220. }
  221. .book .title{
  222. display: flex;
  223. justify-content: space-between;
  224. height: 66rpx;
  225. line-height: 66rpx;
  226. border-bottom: 1px solid #f4f4f4;
  227. padding: 0 20rpx;
  228. }
  229. .book .title view{
  230. color: #9e9797;
  231. }
  232. .content{
  233. padding: 0 20rpx;
  234. }
  235. .goods{
  236. font-size: 36rpx;
  237. color: #333;
  238. font-weight: 400;
  239. margin: 10rpx 0;
  240. }
  241. .time{
  242. font-size: 32rpx;
  243. color: #9e9797;
  244. margin-bottom: 10rpx;
  245. }
  246. .address{
  247. font-size: 32rpx;
  248. color: #9e9797;
  249. }
  250. .alula-expert-calendar-content{
  251. margin-bottom: 30rpx;
  252. background-color: #fffef9;
  253. padding-bottom: 20rpx;
  254. }