appointment.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /* pages/appointment/appointment.wxss */
  2. .appointment {
  3. width: 100%;
  4. 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: 600;
  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. background-color: #f66;
  37. margin: 0 14rpx 0 20rpx;
  38. }
  39. .ac-name {
  40. font-size: 30rpx;
  41. font-weight: 600;
  42. color: #333333;
  43. }
  44. .ac-right {
  45. justify-content: flex-end;
  46. align-items: baseline;
  47. line-height: 160rpx;
  48. }
  49. .ac-count {
  50. font-size: 48rpx;
  51. font-weight: 600;
  52. color: #333333;
  53. }
  54. .ac-unit {
  55. font-size: 26rpx;
  56. font-weight: 400;
  57. color: #333333;
  58. margin: 0 20rpx 0 10rpx;
  59. }
  60. .address {
  61. width: 100%;
  62. min-height: 100rpx;
  63. }
  64. .ad-title {
  65. font-size: 30rpx;
  66. font-weight: 600;
  67. color: #333333;
  68. margin: 40rpx 0 20rpx 0;
  69. }
  70. .no-address {
  71. width: 248rpx;
  72. height: 60rpx;
  73. background: var(--maincolor);
  74. border-radius: 10rpx;
  75. font-size: 26rpx;
  76. font-weight: 400;
  77. color: #FFFFFF;
  78. }
  79. .address-card {
  80. width: 100%;
  81. height: 194rpx;
  82. background: #FFFFFF;
  83. border-radius: 20rpx;
  84. }
  85. .ad-left {
  86. width: calc(70% - 20rpx);
  87. height: 100%;
  88. padding-left: 20rpx;
  89. }
  90. .ad-right {
  91. width: 30%;
  92. height: 100%;
  93. }
  94. .chose-address-btn {
  95. width: 144rpx;
  96. height: 60rpx;
  97. border-radius: 10rpx;
  98. }
  99. .ad-top {
  100. height: 92rpx;
  101. width: 100%;
  102. }
  103. .ad-name {
  104. font-size: 30rpx;
  105. font-weight: 600;
  106. color: #333333;
  107. margin-right:20rpx;
  108. }
  109. .ad-phone {
  110. font-size: 26rpx;
  111. font-weight: 400;
  112. color: #999999;
  113. }
  114. .address-detail {
  115. font-size: 26rpx;
  116. font-weight: 400;
  117. color: #333333;
  118. line-height: 36rpx;
  119. }
  120. .ad-tips {
  121. font-size: 26rpx;
  122. font-weight: 400;
  123. color: #9A1D16;
  124. margin-top: 20rpx;
  125. }
  126. .ca-title {
  127. font-size: 30rpx;
  128. font-weight: 600;
  129. color: #333333;
  130. margin: 40rpx 0 20rpx 0;
  131. }
  132. .calendar-card {
  133. width: 690rpx;
  134. min-height: 500rpx;
  135. background: #FFFFFF;
  136. border-radius: 20rpx;
  137. border-bottom: 1rpx solid #DDDDDD;
  138. }
  139. .calendar-card-header {
  140. width: 100%;
  141. height: 84rpx;
  142. display: flex;
  143. justify-content: space-between;
  144. align-items: center;
  145. }
  146. .curr-date {
  147. font-size: 32rpx;
  148. font-weight: 600;
  149. color: #333333;
  150. margin-left: 20rpx;
  151. }
  152. .warn-icon {
  153. width: 20rpx;
  154. height: 20rpx;
  155. background: #9A1D16;
  156. border-radius: 50%;
  157. }
  158. .warn-text{
  159. font-size: 26rpx;
  160. font-weight: 400;
  161. color: #333333;
  162. margin: 0 20rpx 0 10rpx;
  163. }
  164. .calendar {
  165. --calendar-height: 450rpx;
  166. }
  167. view .van-calendar__selected-day {
  168. width: 68rpx;
  169. height: 68rpx;
  170. border-radius: 50%;
  171. }
  172. view .van-calendar__month-title {
  173. display: none;
  174. }
  175. view .van-calendar__days {
  176. background-color: #fff;
  177. }
  178. .time-list {
  179. width: 100%;
  180. height: 148rpx;
  181. justify-content: space-around;
  182. background-color: #fff;
  183. }
  184. .time-item {
  185. width: 190rpx;
  186. height: 68rpx;
  187. display: flex;
  188. justify-content: center;
  189. align-items: center;
  190. background: #FFFFFF;
  191. border-radius: 10rpx;
  192. border: 1rpx solid #DDDDDD;
  193. }
  194. .t-text {
  195. font-size: 26rpx;
  196. font-weight: 400;
  197. color: #333333;
  198. }
  199. .time-nurse-text {
  200. font-size: 22rpx;
  201. font-weight: 400;
  202. color: #9A1D16;
  203. }
  204. .time-nurse {
  205. display: flex;
  206. flex-direction: column;
  207. justify-content: center;
  208. align-items: center;
  209. }
  210. .time-active {
  211. background-color: var(--maincolor);
  212. }
  213. .time-active .t-text{
  214. color: #fff;
  215. }
  216. .footer-actions {
  217. width: 100%;
  218. height: 80rpx;
  219. margin-top: 40rpx;
  220. }
  221. .f-btn {
  222. width: 324rpx;
  223. height: 80rpx;
  224. border-radius: 10rpx;
  225. }
  226. .cancel-btn {
  227. background-color: #F7F7F7;
  228. border: 1rpx solid #333333;
  229. }