index.acss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. .page {
  2. background-color: #fff;
  3. width: 100%;
  4. }
  5. .top {
  6. width: 100%;
  7. display: flex;
  8. align-items: center;
  9. flex-direction: column;
  10. }
  11. .basics-msg {
  12. position: relative;
  13. height: 273rpx;
  14. width: 675rpx;
  15. padding-left: 60rpx;
  16. color: rgba(255, 255, 255, 0.9);
  17. font-size: 30rpx;
  18. font-weight: 500;
  19. line-height: 50rpx;
  20. }
  21. .basics-msg-tit {
  22. color: #fff;
  23. font-size: 48rpx;
  24. font-weight: 700;
  25. margin: 20rpx 0 24rpx 0;
  26. }
  27. .position>text {
  28. margin-left: 16rpx;
  29. }
  30. .tips {
  31. color: #7d7aff;
  32. font-size: 24rpx;
  33. position: absolute;
  34. bottom: -23rpx;
  35. }
  36. .room-detail-bg {
  37. position: absolute;
  38. width: 100%;
  39. height: 468rpx;
  40. }
  41. .contnt {
  42. margin-top: 30rpx;
  43. padding-left: 32rpx;
  44. padding-right: 32rpx;
  45. width: 646rx;
  46. padding-top: 24rpx;
  47. }
  48. .service {
  49. background-color: #fef1e1;
  50. padding: 18rpx 12rpx 12rpx;
  51. color: #f7931a;
  52. font-size: 30rpx;
  53. font-weight: 700;
  54. line-height: 56rpx;
  55. }
  56. .service-item {
  57. color: #99683f;
  58. font-size: 26rpx;
  59. font-weight: 400;
  60. margin-left: 36rpx;
  61. letter-spacing: 4rpx;
  62. }
  63. .contnt-box {
  64. border-radius: 6px;
  65. position: relative;
  66. margin-bottom: 40rpx;
  67. }
  68. .tit {
  69. padding: 56rpx 0rpx 32rpx;
  70. color: #3a3c65;
  71. font-size: 40rpx;
  72. font-weight: 700;
  73. }
  74. .flex {
  75. display: flex;
  76. justify-content: left;
  77. overflow-x: auto;
  78. }
  79. .date-item {
  80. min-width: 118rpx;
  81. background-color: #f1f4fd;
  82. margin-right: 24rpx;
  83. padding: 12rpx 10rpx;
  84. text-align: center;
  85. color: #727493;
  86. line-height: 50rpx;
  87. }
  88. .one {
  89. color: #727493;
  90. }
  91. .two {
  92. color: #55577c;
  93. }
  94. .three {
  95. color: #4983fb;
  96. }
  97. .yellow {
  98. color: #f7931a;
  99. }
  100. .choose-bg {
  101. background-color: #6473fb;
  102. }
  103. .choose-one,
  104. .choose-two,
  105. .choose-three {
  106. color: #fff;
  107. }
  108. .one,
  109. .choose-one {
  110. font-size: 26rpx;
  111. font-weight: 400;
  112. }
  113. .two,
  114. .choose-two {
  115. font-size: 32rpx;
  116. font-weight: 700;
  117. }
  118. .three,
  119. .choose-three {
  120. font-size: 24rpx;
  121. font-weight: 500;
  122. }
  123. .meeting-item {
  124. background-color: #f3faf9;
  125. padding: 20rpx 24rpx;
  126. line-height: 70rpx;
  127. margin-bottom: 32rpx;
  128. }
  129. .icon {
  130. width: 40rpx;
  131. height: 40rpx;
  132. margin-right: 16rpx;
  133. vertical-align: middle;
  134. }
  135. .m-b-icon {
  136. width: 40rpx;
  137. height: 40rpx;
  138. margin-right: 16rpx;
  139. vertical-align: middle;
  140. }
  141. .color {
  142. color: rgba(58, 60, 101, 0.7);
  143. font-size: 24rpx;
  144. }
  145. .color>text {
  146. margin-left: 8rpx;
  147. }
  148. .over {
  149. max-width: 640rpx;
  150. overflow: hidden;
  151. text-overflow: ellipsis;
  152. white-space: nowrap;
  153. color: #6473fb;
  154. font-size: 34rpx;
  155. font-weight: 500;
  156. }
  157. .m-r-16 {
  158. margin-right: 16rpx;
  159. }
  160. .subscribe-user {
  161. color: rgba(58, 60, 101, 0.7);
  162. font-size: 28rpx;
  163. }
  164. .subscribe-user>image {
  165. width: 56rpx;
  166. height: 56rpx;
  167. vertical-align: middle;
  168. }
  169. .m-b {
  170. margin-bottom: 200rpx;
  171. }
  172. .letter {
  173. letter-spacing: 5rpx;
  174. }
  175. .over-text {
  176. margin-left: 10rpx;
  177. }
  178. .btn-area button {
  179. background-color: #3A3C65;
  180. color: #fff;
  181. }
  182. .appointmentdetail-detail-color {
  183. display: flex;
  184. align-items: center;
  185. margin-left: 10rpx;
  186. }
  187. .picture-tit {
  188. color: #3A3A4D;
  189. font-size: 28rpx;
  190. font-weight: 500;
  191. margin: 16rpx 0 16rpx 0;
  192. }
  193. .picture-box {
  194. width: 100%;
  195. overflow-x: auto;
  196. overflow-y: hidden;
  197. white-space: nowrap;
  198. }
  199. .picture-img {
  200. height: 320rpx;
  201. margin: 0 16rpx;
  202. }