index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. .basics-msg {
  2. position: relative;
  3. height: 273rpx;
  4. width: 100vw;
  5. color: rgba(255, 255, 255, 0.90);
  6. font-size: 30rpx;
  7. font-weight: 500;
  8. }
  9. .p-t {
  10. padding-top: 200rpx;
  11. position: relative;
  12. padding-left: 40rpx;
  13. box-sizing: border-box;
  14. height: 464rpx;
  15. }
  16. .room-detail-bg {
  17. position: absolute;
  18. width: 100%;
  19. height: 468rpx;
  20. }
  21. .basics-msg-tit {
  22. color: #FFF;
  23. font-size: 38rpx;
  24. font-weight: 700;
  25. margin: 17rpx 0 5rpx;
  26. position: relative;
  27. }
  28. .basics-msg-tit>text {
  29. font-size: 27rpx;
  30. margin-left: 12rpx;
  31. background-color: #fff;
  32. color: #ff8831;
  33. font-weight: 400;
  34. padding: 0rpx 10rpx;
  35. border-radius: 10rpx;
  36. height: 38rpx;
  37. display: inline-block;
  38. line-height: 38rpx;
  39. }
  40. .basics-msg-small-tit {
  41. color: #FFF;
  42. font-size: 48rpx;
  43. margin-bottom: 15rpx;
  44. }
  45. .content {
  46. margin-top: 225rpx;
  47. padding: 24rpx 32rpx 0;
  48. width: 646rx;
  49. margin-bottom: 24rpx;
  50. line-height: 40rpx;
  51. }
  52. .position {
  53. color: rgba(58, 60, 101, 0.75);
  54. font-size: 30rpx;
  55. margin-left: 24rpx;
  56. font-weight: 500;
  57. margin-bottom: 10rpx;
  58. }
  59. .position>text {
  60. margin-left: 16rpx;
  61. }
  62. .logo-icon {
  63. width: 30rpx;
  64. height: 30rpx;
  65. }
  66. .tit {
  67. color: #545688;
  68. font-size: 36rpx;
  69. font-weight: 500;
  70. margin-left: 24rpx
  71. }
  72. .flex {
  73. display: flex;
  74. justify-content: space-between;
  75. overflow-x: auto;
  76. }
  77. .service {
  78. background-color: #fef1e1;
  79. padding: 18rpx 24rpx 16rpx;
  80. color: rgba(58, 60, 101, 0.85);
  81. font-size: 30rpx;
  82. font-weight: 500;
  83. line-height: 56rpx;
  84. margin-bottom: 40rpx;
  85. }
  86. .service>image {
  87. width: 48rpx;
  88. height: 48rpx;
  89. margin-right: 32rpx;
  90. vertical-align: middle;
  91. border-radius: 45%;
  92. }
  93. .layout {
  94. padding: 26rpx;
  95. padding-bottom: 200rpx;
  96. }
  97. .layout-tit {
  98. color: #3A3C65;
  99. font-size: 36rpx;
  100. font-weight: 700;
  101. margin-bottom: 32rpx;
  102. }
  103. .col {
  104. color: #6473FB;
  105. font-size: 30rpx;
  106. font-weight: 500;
  107. }
  108. .fun {
  109. width: 110px;
  110. height: 340rpx;
  111. position: absolute;
  112. background-color: #fff;
  113. top: 52px;
  114. right: 7px;
  115. }
  116. .info-panel-triple {
  117. width: 0;
  118. height: 0;
  119. border: 18rpx solid transparent;
  120. border-bottom-color: #fff;
  121. position: absolute;
  122. right: 20rpx;
  123. top: -16px;
  124. }
  125. .fun-item {
  126. text-align: center;
  127. height: 112rpx;
  128. width: 200rpx;
  129. line-height: 112rpx;
  130. border-bottom: 1px solid #F3F4F6;
  131. color: #3A3C65;
  132. }
  133. .serviceOrder {
  134. position: absolute;
  135. right: 34rpx;
  136. bottom: 28px;
  137. color: #FFF;
  138. text-align: center;
  139. font-size: 32rpx;
  140. font-weight: 500;
  141. background-color: #ff8641;
  142. padding: 0rpx 24rpx;
  143. border-radius: 75rpx;
  144. }
  145. .popup-box {
  146. padding: 120rpx 40rpx;
  147. flex-wrap: wrap;
  148. }
  149. .popup-box>view {
  150. width: 316rpx;
  151. padding: 24rpx 66rpx;
  152. text-align: center;
  153. background-color: #f3f4f6;
  154. color: rgba(58, 60, 101, 0.75);
  155. font-size: 28rpx;
  156. font-weight: 500;
  157. border-radius: 15rpx;
  158. box-sizing: border-box;
  159. margin-bottom: 32rpx;
  160. }
  161. .check-css {
  162. border: 3rpx solid #7D7AFF;
  163. background-color: #f1f4fd !important;
  164. color: #3A3C65 !important;
  165. }
  166. .audit {
  167. color: #FFF;
  168. font-size: 26rpx;
  169. font-weight: 400;
  170. background-color: #6d7cfd;
  171. padding: 0 24rpx;
  172. display: inline-block;
  173. position: absolute;
  174. right: 0;
  175. bottom: 200rpx;
  176. height: 56rpx;
  177. line-height: 56rpx;
  178. border-radius: 20rpx 0 0 20rpx;
  179. }
  180. .status-img {
  181. width: 120rpx;
  182. height: 112rpx;
  183. position: absolute;
  184. bottom: 60rpx;
  185. right: 65rpx;
  186. }