yyghDoctorList.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. .date_list {
  2. background-color: #fff;
  3. padding: 20rpx 6rpx 20rpx 30rpx;
  4. white-space: nowrap;
  5. overflow: auto;
  6. -webkit-overflow-scrolling: touch;
  7. position: relative;
  8. z-index: 2;
  9. }
  10. .date_item {
  11. width: 140rpx;
  12. height: 144rpx;
  13. display: inline-flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. background: #F1F1F6;
  18. color: #222326;
  19. border-radius: 24rpx;
  20. margin-right:24rpx;
  21. font-size: 32rpx;
  22. vertical-align: middle;
  23. }
  24. .month {
  25. margin-top: 10rpx;
  26. }
  27. .date_item_all {
  28. font-size: 32rpx;
  29. }
  30. .doctor_list {
  31. padding: 0 30rpx;
  32. display: inline-block;
  33. width: 100%;
  34. margin-top: 290rpx;
  35. }
  36. .doctor_list.doctor_list100{
  37. margin-top: 100rpx;
  38. }
  39. .doctor_item {
  40. background: #fff;
  41. border-radius: 24rpx;
  42. margin: 30rpx 0;
  43. padding: 20rpx 30rpx 32rpx;
  44. }
  45. .doctor_item_nav {
  46. display: flex;
  47. position: relative;
  48. padding: 17rpx 0;
  49. }
  50. .doctor_item_nav_img {
  51. width: 88.3rpx;
  52. height: 88.3rpx;
  53. border-radius: 50%;
  54. margin-right: 25rpx;
  55. overflow: hidden;
  56. }
  57. .doctor_item_nav_tit {
  58. width: 82%;
  59. }
  60. .doctor_item_nav_subtit_val {
  61. font-size: 32rpx;
  62. font-family: PingFang SC;
  63. font-weight: 800;
  64. color: #222326;
  65. margin-right: 12rpx;
  66. }
  67. .doctor_item_nav_subtit_txt {
  68. height: 36rpx;
  69. line-height: 28rpx;
  70. font-size: 24rpx;
  71. font-family: PingFang SC;
  72. color: var(--auxiliaryColor);
  73. padding: 0rpx 7rpx;
  74. position: relative;
  75. display: inline-block;
  76. background: #FFFBF4;
  77. border: 1rpx solid #FADAB2;
  78. }
  79. .doctor_item_nav_info {
  80. font-size: 28rpx;
  81. font-family: Source Han Sans CN;
  82. font-weight: 500;
  83. color: #62626D;
  84. line-height: 40rpx;
  85. margin-top: 10rpx;
  86. overflow: hidden;
  87. text-overflow: ellipsis;
  88. display: -webkit-box;
  89. -webkit-line-clamp: 2;
  90. line-clamp: 2;
  91. -webkit-box-orient: vertical;
  92. }
  93. .time_list {
  94. display: flex;
  95. flex-wrap: wrap;
  96. align-items: center;
  97. }
  98. .time_item {
  99. margin: 23rpx 2% 0 0;
  100. width: 32%;
  101. height: 110rpx;
  102. line-height: 110rpx;
  103. background: #F1F1F6;
  104. border-radius: 20rpx;
  105. font-size: 28rpx;
  106. color: #222326;
  107. text-align: center;
  108. position: relative;
  109. }
  110. .time_item:nth-child(3n){
  111. margin-right: 0;
  112. }
  113. .nav {
  114. height: 100rpx;
  115. padding:0 30rpx;
  116. background-color: #fff;
  117. border-radius: 0 0 30rpx 30rpx;
  118. font-size: 30rpx;
  119. color: #43434A;
  120. position: relative;
  121. z-index: 2;
  122. }
  123. .nav_val {
  124. margin-right: 30rpx;
  125. }
  126. .nav_inner {
  127. display: flex;
  128. align-items: center;
  129. justify-content: space-between;
  130. height: 100%;
  131. }
  132. .nav_tit_val {
  133. white-space: nowrap;
  134. }
  135. .bottom {
  136. width: 16rpx;
  137. height: 16rpx;
  138. margin-left: 16rpx;
  139. }
  140. .time_item_img {
  141. width: 61rpx;
  142. height: 54rpx;
  143. position: absolute;
  144. right: 0;
  145. top: 0;
  146. }
  147. .time_item_stop view{
  148. color: #8A8A99;
  149. }
  150. .scheduling_dept_box {
  151. margin: 24rpx 0 12rpx;
  152. }
  153. .scheduling_deptName_box view {
  154. width: 14rpx;
  155. height: 14rpx;
  156. border-radius: 14rpx;
  157. margin-right: 20rpx;
  158. }
  159. .scheduling_deptName_box text {
  160. font-size: 32rpx;
  161. color: #333;
  162. }
  163. .scheduling_dept_box image {
  164. transform: rotate(270deg);
  165. }
  166. .scheduling_list {
  167. flex-wrap: wrap;
  168. justify-content: flex-start;
  169. }
  170. .transform_rotate_90 {
  171. transform: rotate(90deg) !important;
  172. }
  173. .transform_rotate_180 {
  174. transform: rotate(180deg) !important;
  175. }
  176. .other_dept_box view {
  177. width: 100%;
  178. padding-top: 28rpx ;
  179. margin-top: 23rpx;
  180. box-sizing: border-box;
  181. justify-content: space-between;
  182. }
  183. .other_dept_box view text {
  184. font-size: 32rpx;
  185. color: #333;
  186. }
  187. .non_schedul {
  188. padding-top: 30rpx;
  189. box-sizing: border-box;
  190. font-size: 30rpx;
  191. color: #999;
  192. }