index.acss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. .basics-msg {
  2. position: relative;
  3. height: 273rpx;
  4. width: 100vw;
  5. color: rgba(255, 255, 255, 0.9);
  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. .mytransferdetail-content {
  53. margin-top: 225rpx;
  54. padding: 24rpx 32rpx 0;
  55. width: 646rx;
  56. margin-bottom: 24rpx;
  57. line-height: 40rpx;
  58. }
  59. .mytransferdetail-position {
  60. color: rgba(58, 60, 101, 0.75);
  61. font-size: 30rpx;
  62. margin-left: 24rpx;
  63. font-weight: 500;
  64. margin-bottom: 10rpx;
  65. }
  66. .position {
  67. color: rgba(58, 60, 101, 0.75);
  68. font-size: 30rpx;
  69. margin-left: 24rpx;
  70. font-weight: 500;
  71. margin-bottom: 10rpx;
  72. }
  73. .mytransferdetail-position>text {
  74. margin-left: 16rpx;
  75. }
  76. .position>text {
  77. margin-left: 16rpx;
  78. }
  79. .logo-icon {
  80. width: 30rpx;
  81. height: 30rpx;
  82. }
  83. .tit {
  84. color: #545688;
  85. font-size: 36rpx;
  86. font-weight: 500;
  87. margin-left: 24rpx;
  88. }
  89. .flex {
  90. display: flex;
  91. justify-content: space-between;
  92. overflow-x: auto;
  93. }
  94. .service {
  95. background-color: #fef1e1;
  96. padding: 18rpx 24rpx 16rpx;
  97. color: rgba(58, 60, 101, 0.85);
  98. font-size: 30rpx;
  99. font-weight: 500;
  100. line-height: 56rpx;
  101. margin-bottom: 40rpx;
  102. }
  103. .service>image {
  104. width: 48rpx;
  105. height: 48rpx;
  106. margin-right: 32rpx;
  107. vertical-align: middle;
  108. border-radius: 45%;
  109. }
  110. .layout {
  111. padding: 26rpx;
  112. padding-bottom: 200rpx;
  113. }
  114. .layout-tit {
  115. color: #3a3c65;
  116. font-size: 36rpx;
  117. font-weight: 700;
  118. margin-bottom: 32rpx;
  119. }
  120. .col {
  121. color: #6473fb;
  122. font-size: 30rpx;
  123. font-weight: 500;
  124. }
  125. .fun {
  126. width: 110px;
  127. height: 340rpx;
  128. position: absolute;
  129. background-color: #fff;
  130. top: 52px;
  131. right: 7px;
  132. }
  133. .info-panel-triple {
  134. width: 0;
  135. height: 0;
  136. border: 18rpx solid transparent;
  137. border-bottom-color: #fff;
  138. position: absolute;
  139. right: 20rpx;
  140. top: -16px;
  141. }
  142. .fun-item {
  143. text-align: center;
  144. height: 112rpx;
  145. width: 200rpx;
  146. line-height: 112rpx;
  147. border-bottom: 1px solid #f3f4f6;
  148. color: #3a3c65;
  149. }
  150. .serviceOrder {
  151. position: absolute;
  152. right: 34rpx;
  153. bottom: 28px;
  154. color: #fff;
  155. text-align: center;
  156. font-size: 32rpx;
  157. font-weight: 500;
  158. background-color: #ff8641;
  159. padding: 0rpx 24rpx;
  160. border-radius: 75rpx;
  161. }
  162. .popup-box {
  163. padding: 120rpx 40rpx;
  164. flex-wrap: wrap;
  165. }
  166. .popup-box>view {
  167. width: 316rpx;
  168. padding: 24rpx 66rpx;
  169. text-align: center;
  170. background-color: #f3f4f6;
  171. color: rgba(58, 60, 101, 0.75);
  172. font-size: 28rpx;
  173. font-weight: 500;
  174. border-radius: 15rpx;
  175. box-sizing: border-box;
  176. margin-bottom: 32rpx;
  177. }
  178. .check-css {
  179. border: 3rpx solid #7d7aff;
  180. background-color: #f1f4fd !important;
  181. color: #3a3c65 !important;
  182. }
  183. .audit {
  184. display: flex;
  185. align-items: center;
  186. color: #fff;
  187. font-size: 26rpx;
  188. font-weight: 400;
  189. background-color: #6d7cfd;
  190. padding: 0 24rpx;
  191. /* display: inline-block; */
  192. position: absolute;
  193. right: 0;
  194. bottom: 200rpx;
  195. height: 56rpx;
  196. line-height: 56rpx;
  197. border-radius: 20rpx 0 0 20rpx;
  198. }
  199. .status-img {
  200. width: 120rpx;
  201. height: 112rpx;
  202. position: absolute;
  203. bottom: 60rpx;
  204. right: 65rpx;
  205. }
  206. .mytransferdetail-img {
  207. width: 120rpx;
  208. height: 112rpx;
  209. position: absolute;
  210. bottom: 40rpx;
  211. right: 65rpx;
  212. }
  213. .detail-over-text {
  214. margin-right: 10rpx;
  215. }
  216. .over-text {
  217. margin-left: 10rpx;
  218. }
  219. .btn-area button {
  220. background-color: #3A3C65;
  221. color: #fff;
  222. }