appointment.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. /* pages/appointment/appointment.wxss */
  2. .appointment {
  3. width: 100%;
  4. min-height: 100%;
  5. background: #F7F7F7;
  6. }
  7. .main-con {
  8. width: 690rpx;
  9. min-height: 100%;
  10. margin: 0 auto;
  11. overflow-y: auto;
  12. padding-bottom: 50rpx;
  13. }
  14. .ac-title {
  15. width: 100%;
  16. height: 82rpx;
  17. font-size: 30rpx;
  18. font-weight: bold;
  19. color: #333333;
  20. line-height: 82rpx;
  21. }
  22. .ac-card {
  23. width: 690rpx;
  24. height: 160rpx;
  25. background: #FFFFFF;
  26. border-radius: 20rpx;
  27. }
  28. .ac-item {
  29. width: 50%;
  30. height: 100%;
  31. }
  32. .ac-avat {
  33. width: 80rpx;
  34. height: 80rpx;
  35. border-radius: 50%;
  36. margin: 0 14rpx 0 20rpx;
  37. }
  38. .headimg {
  39. width: 100%;
  40. height: 100%;
  41. border-radius: 50%;
  42. }
  43. .ac-name {
  44. font-size: 30rpx;
  45. font-weight: bold;
  46. color: #333333;
  47. }
  48. .ac-right {
  49. justify-content: flex-end;
  50. align-items: baseline;
  51. line-height: 160rpx;
  52. }
  53. .ac-count {
  54. font-size: 48rpx;
  55. font-weight: bold;
  56. color: #333333;
  57. }
  58. .ac-unit {
  59. font-size: 26rpx;
  60. font-weight: 400;
  61. color: #333333;
  62. margin: 0 20rpx 0 10rpx;
  63. }
  64. .address {
  65. width: 100%;
  66. min-height: 100rpx;
  67. }
  68. .ad-title {
  69. font-size: 30rpx;
  70. font-weight: bold;
  71. color: #333333;
  72. margin: 40rpx 0 20rpx 0;
  73. }
  74. .no-address {
  75. width: 248rpx;
  76. height: 60rpx;
  77. background: var(--maincolor);
  78. border-radius: 10rpx;
  79. font-size: 26rpx;
  80. font-weight: 400;
  81. color: #FFFFFF;
  82. }
  83. .address-card {
  84. width: 100%;
  85. height: 194rpx;
  86. background: #FFFFFF;
  87. border-radius: 20rpx;
  88. }
  89. .ad-left {
  90. width: calc(70% - 20rpx);
  91. height: 100%;
  92. padding-left: 20rpx;
  93. }
  94. .ad-right {
  95. width: 30%;
  96. height: 100%;
  97. }
  98. .chose-address-btn {
  99. width: 144rpx;
  100. height: 60rpx;
  101. border-radius: 10rpx;
  102. }
  103. .ad-top {
  104. height: 92rpx;
  105. width: 100%;
  106. }
  107. .ad-name {
  108. font-size: 30rpx;
  109. font-weight: bold;
  110. color: #333333;
  111. margin-right:20rpx;
  112. }
  113. .ad-phone {
  114. font-size: 26rpx;
  115. font-weight: 400;
  116. color: #999999;
  117. }
  118. .address-detail {
  119. font-size: 26rpx;
  120. font-weight: 400;
  121. color: #333333;
  122. line-height: 36rpx;
  123. }
  124. .ad-tips {
  125. font-size: 26rpx;
  126. font-weight: 400;
  127. color: #9A1D16;
  128. margin-top: 20rpx;
  129. }
  130. .ca-title {
  131. font-size: 30rpx;
  132. font-weight: bold;
  133. color: #333333;
  134. margin: 40rpx 0 20rpx 0;
  135. }
  136. .calendar-card {
  137. width: 690rpx;
  138. min-height: 500rpx;
  139. background: #FFFFFF;
  140. border-radius: 20rpx 20rpx 0 0;
  141. border-bottom: 1rpx solid #DDDDDD;
  142. }
  143. .calendar-card-header {
  144. width: 100%;
  145. height: 84rpx;
  146. display: flex;
  147. justify-content: space-between;
  148. align-items: center;
  149. }
  150. .calendar-card-body {
  151. width: 630rpx;
  152. margin: 0 auto;
  153. min-height: 70rpx;
  154. }
  155. .week-header {
  156. width: 100%;
  157. height: 90rpx;
  158. }
  159. .week-item {
  160. width: 90rpx;
  161. height: 90rpx;
  162. text-align: center;
  163. line-height: 90rpx;
  164. font-size: 24rpx;
  165. color: #999999;
  166. }
  167. .week-body {
  168. width: 100%;
  169. min-height: 450rpx;
  170. display: flex;
  171. justify-content: flex-start;
  172. flex-wrap: wrap;
  173. }
  174. .week-body-item {
  175. width: 90rpx;
  176. height: 90rpx;
  177. color: #333333;
  178. }
  179. .week-body-item-disabled {
  180. color: #999999;
  181. }
  182. .week-body-item-active {
  183. color: #fff;
  184. background-color: var(--maincolor);
  185. border-radius: 50%;
  186. }
  187. .week-body-item-full {
  188. color: #9A1D16;
  189. }
  190. .week-body-item-active-busy {
  191. background-color: #9A1D16;
  192. }
  193. .date {
  194. width: 100%;
  195. height: 100%;
  196. text-align: center;
  197. line-height: 90rpx;
  198. font-size: 28rpx;
  199. }
  200. .curr-date {
  201. font-size: 32rpx;
  202. font-weight: bold;
  203. color: #333333;
  204. margin-left: 20rpx;
  205. }
  206. .warn-icon {
  207. width: 20rpx;
  208. height: 20rpx;
  209. background: #9A1D16;
  210. border-radius: 50%;
  211. }
  212. .warn-text{
  213. font-size: 26rpx;
  214. font-weight: 400;
  215. color: #333333;
  216. margin: 0 20rpx 0 10rpx;
  217. }
  218. .calendar {
  219. --calendar-height: 450rpx;
  220. }
  221. view .van-calendar__selected-day {
  222. width: 68rpx;
  223. height: 68rpx;
  224. border-radius: 50%;
  225. }
  226. view .van-calendar__month-title {
  227. display: none;
  228. }
  229. view .van-calendar__days {
  230. background-color: #fff;
  231. }
  232. .time-list {
  233. width: 100%;
  234. height: 148rpx;
  235. justify-content: space-around;
  236. background-color: #fff;
  237. }
  238. .time-item {
  239. width: 190rpx;
  240. height: 68rpx;
  241. display: flex;
  242. justify-content: center;
  243. align-items: center;
  244. background: #FFFFFF;
  245. border-radius: 10rpx;
  246. border: 1rpx solid #DDDDDD;
  247. }
  248. .t-text {
  249. font-size: 26rpx;
  250. font-weight: 400;
  251. color: #333333;
  252. }
  253. .time-nurse-text {
  254. font-size: 22rpx;
  255. font-weight: 400;
  256. color: #9A1D16;
  257. }
  258. .time-nurse {
  259. display: flex;
  260. flex-direction: column;
  261. justify-content: center;
  262. align-items: center;
  263. }
  264. .time-active {
  265. background-color: var(--maincolor);
  266. border: 1rpx solid var(--maincolor);
  267. }
  268. .time-active .t-text{
  269. color: #fff;
  270. }
  271. .footer-actions {
  272. width: 100%;
  273. height: 80rpx;
  274. margin-top: 40rpx;
  275. }
  276. .f-btn {
  277. width: 322rpx;
  278. height: 80rpx;
  279. font-size: 26rpx;
  280. border-radius: 10rpx;
  281. }
  282. .cancel-btn {
  283. background-color: #F7F7F7;
  284. }
  285. .wrapper {
  286. height: 100%;
  287. }
  288. .model {
  289. width: 540rpx;
  290. height: 208rpx;
  291. background: #FFFFFF;
  292. border-radius: 24rpx;
  293. }
  294. .top-title {
  295. font-size: 34rpx;
  296. font-weight: bold;
  297. color: #333333;
  298. text-align: center;
  299. height: 118rpx;
  300. line-height: 118rpx;
  301. border-bottom: 1rpx solid #DDDDDD;
  302. box-sizing:border-box;
  303. }
  304. .btn {
  305. width: 270rpx;
  306. height: 90rpx;
  307. box-sizing: border-box;
  308. font-size: 34rpx;
  309. color: #333333;
  310. }
  311. .w-cancel-btn {
  312. font-weight: 400;
  313. }
  314. .w-confirm-btn {
  315. border-left: 1rpx solid #DDDDDD;
  316. font-weight: bold;
  317. }
  318. .calendar-all-full {
  319. color: #9A1D16 !important;
  320. }