index.wxss 4.2 KB

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