appointment.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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. position: relative;
  179. }
  180. .week-body-item-disabled {
  181. color: #999999;
  182. }
  183. .week-body-item-active {
  184. color: #fff;
  185. background-color: var(--maincolor);
  186. border-radius: 50%;
  187. }
  188. .week-body-item-full {
  189. color: #9A1D16;
  190. }
  191. .week-body-item-active-busy {
  192. background-color: #9A1D16;
  193. }
  194. .week-body-item-active-busy-dot {
  195. width: 12rpx;
  196. height: 12rpx;
  197. background: #9A1D16;
  198. border-radius: 50%;
  199. position: absolute;
  200. bottom: 8rpx;
  201. left: calc(50% - 6rpx);
  202. }
  203. .date {
  204. width: 100%;
  205. height: 100%;
  206. text-align: center;
  207. line-height: 90rpx;
  208. font-size: 28rpx;
  209. }
  210. .curr-date {
  211. font-size: 32rpx;
  212. font-weight: bold;
  213. color: #333333;
  214. margin-left: 20rpx;
  215. }
  216. .warn-icon {
  217. width: 20rpx;
  218. height: 20rpx;
  219. background: #9A1D16;
  220. border-radius: 50%;
  221. }
  222. .warn-text{
  223. font-size: 26rpx;
  224. font-weight: 400;
  225. color: #333333;
  226. margin: 0 20rpx 0 10rpx;
  227. }
  228. .calendar {
  229. --calendar-height: 450rpx;
  230. }
  231. view .van-calendar__selected-day {
  232. width: 68rpx;
  233. height: 68rpx;
  234. border-radius: 50%;
  235. }
  236. view .van-calendar__month-title {
  237. display: none;
  238. }
  239. view .van-calendar__days {
  240. background-color: #fff;
  241. }
  242. .time-list {
  243. width: 100%;
  244. height: 148rpx;
  245. justify-content: space-around;
  246. background-color: #fff;
  247. }
  248. .time-item {
  249. width: 190rpx;
  250. height: 68rpx;
  251. display: flex;
  252. justify-content: center;
  253. align-items: center;
  254. background: #FFFFFF;
  255. border-radius: 10rpx;
  256. border: 1rpx solid #DDDDDD;
  257. }
  258. .t-text {
  259. font-size: 26rpx;
  260. font-weight: 400;
  261. color: #333333;
  262. }
  263. .time-nurse-text {
  264. font-size: 22rpx;
  265. font-weight: 400;
  266. color: #9A1D16;
  267. }
  268. .time-nurse {
  269. display: flex;
  270. flex-direction: column;
  271. justify-content: center;
  272. align-items: center;
  273. }
  274. .time-active {
  275. background-color: var(--maincolor);
  276. border: 1rpx solid var(--maincolor);
  277. }
  278. .time-active .t-text{
  279. color: #fff;
  280. }
  281. .footer-actions {
  282. width: 100%;
  283. height: 80rpx;
  284. margin-top: 40rpx;
  285. }
  286. .f-btn {
  287. width: 322rpx;
  288. height: 80rpx;
  289. font-size: 26rpx;
  290. border-radius: 10rpx;
  291. }
  292. .cancel-btn {
  293. background-color: #F7F7F7;
  294. }
  295. .wrapper {
  296. height: 100%;
  297. }
  298. .model {
  299. width: 540rpx;
  300. height: 208rpx;
  301. background: #FFFFFF;
  302. border-radius: 24rpx;
  303. }
  304. .top-title {
  305. font-size: 34rpx;
  306. font-weight: bold;
  307. color: #333333;
  308. text-align: center;
  309. height: 118rpx;
  310. line-height: 118rpx;
  311. border-bottom: 1rpx solid #DDDDDD;
  312. box-sizing:border-box;
  313. }
  314. .btn {
  315. width: 270rpx;
  316. height: 90rpx;
  317. box-sizing: border-box;
  318. font-size: 34rpx;
  319. color: #333333;
  320. }
  321. .w-cancel-btn {
  322. font-weight: 400;
  323. }
  324. .w-confirm-btn {
  325. border-left: 1rpx solid #DDDDDD;
  326. font-weight: bold;
  327. }
  328. .calendar-all-full {
  329. color: #9A1D16 !important;
  330. }
  331. .time-item-disabled {
  332. background: #CCCCCC;
  333. border: 0;
  334. }