appointment.wxss 3.4 KB

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