index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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; letter-spacing: 4rpx;
  59. }
  60. .contnt-box {
  61. border-radius: 6px;
  62. position: relative;
  63. margin-bottom: 40rpx;
  64. }
  65. .tit {
  66. padding: 56rpx 0rpx 32rpx;
  67. color: #3A3C65;
  68. font-size: 40rpx;
  69. font-weight: 700;
  70. }
  71. .flex {
  72. display: flex;
  73. justify-content:left;
  74. overflow-x: auto;
  75. }
  76. .date-item {
  77. min-width: 118rpx;
  78. background-color: #f1f4fd;
  79. margin-right: 24rpx;
  80. padding: 12rpx 10rpx;
  81. text-align: center;
  82. color: #727493;
  83. line-height: 50rpx;
  84. }
  85. .one {
  86. color: #727493;
  87. }
  88. .two {
  89. color: #55577c;
  90. }
  91. .three {
  92. color: #4983fb;
  93. }
  94. .yellow {
  95. color: #f7931a;
  96. }
  97. .choose-bg {
  98. background-color: #6473fb;
  99. }
  100. .choose-one,
  101. .choose-two,
  102. .choose-three {
  103. color: #fff;
  104. }
  105. .one,
  106. .choose-one {
  107. font-size: 26rpx;
  108. font-weight: 400;
  109. }
  110. .two,
  111. .choose-two {
  112. font-size: 32rpx;
  113. font-weight: 700;
  114. }
  115. .three,
  116. .choose-three {
  117. font-size: 24rpx;
  118. font-weight: 500;
  119. }
  120. .meeting-item {
  121. background-color: #f3faf9;
  122. padding: 20rpx 24rpx;
  123. line-height: 70rpx;
  124. margin-bottom: 32rpx;
  125. }
  126. .icon {
  127. width: 40rpx;
  128. height: 40rpx;
  129. margin-right: 16rpx;
  130. vertical-align: middle;
  131. }
  132. .color {
  133. color: rgba(58, 60, 101, 0.70);
  134. font-size: 24rpx;
  135. }
  136. .color>text {
  137. margin-left: 8rpx;
  138. }
  139. .over {
  140. max-width: 640rpx;
  141. overflow: hidden;
  142. text-overflow: ellipsis;
  143. white-space: nowrap;
  144. color: #6473FB;
  145. font-size: 34rpx;
  146. font-weight: 500;
  147. }
  148. .m-r-16 {
  149. margin-right: 16rpx;
  150. }
  151. .subscribe-user {
  152. color: rgba(58, 60, 101, 0.70);
  153. font-size: 28rpx;
  154. }
  155. .subscribe-user >image{
  156. width: 56rpx;
  157. height: 56rpx;
  158. vertical-align: middle;
  159. }
  160. .m-b{
  161. margin-bottom: 200rpx;
  162. }
  163. .letter{
  164. letter-spacing: 5rpx;
  165. }