index.wxss 3.0 KB

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