index.acss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. .page {
  2. background-color: #fff;
  3. }
  4. .basics-msg {
  5. position: relative;
  6. height: 273rpx;
  7. width: 100%;
  8. color: rgba(255, 255, 255, 0.9);
  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. display: flex;
  31. align-items: center;
  32. }
  33. .basics-msg-tit>text {
  34. font-size: 27rpx;
  35. margin-left: 12rpx;
  36. background-color: #fff;
  37. font-weight: 400;
  38. padding: 0rpx 10rpx;
  39. border-radius: 10rpx;
  40. height: 38rpx;
  41. display: inline-block;
  42. line-height: 38rpx;
  43. }
  44. .basics-msg-small-tit {
  45. color: #fff;
  46. font-size: 48rpx;
  47. margin-bottom: 15rpx;
  48. }
  49. .apps-o {
  50. font-size: 50rpx;
  51. position: absolute;
  52. bottom: 200rpx;
  53. right: 10rpx;
  54. color: #fff;
  55. font-size: 35rpx;
  56. margin-bottom: 3rpx;
  57. margin-right: 12rpx;
  58. }
  59. .room-detail-bg {
  60. position: absolute;
  61. width: 750rpx;
  62. height: 468rpx;
  63. }
  64. .contnt {
  65. margin-top: 225rpx;
  66. padding-left: 32rpx;
  67. padding-right: 32rpx;
  68. width: 646rx;
  69. padding-top: 24rpx;
  70. margin-bottom: 24rpx;
  71. line-height: 40rpx;
  72. }
  73. .flex {
  74. display: flex;
  75. justify-content: space-between;
  76. overflow-x: auto;
  77. }
  78. .gray {
  79. width: 100%;
  80. height: 16rpx;
  81. background-color: #f3f4f6;
  82. }
  83. .position {
  84. color: rgba(58, 60, 101, 0.75);
  85. font-size: 28rpx;
  86. margin-left: 24rpx;
  87. margin-bottom: 10rpx;
  88. }
  89. .apppointment-detail-position {
  90. color: rgba(58, 60, 101, 0.75);
  91. font-size: 30rpx;
  92. margin-left: 24rpx;
  93. font-weight: 500;
  94. margin-bottom: 10rpx;
  95. display: flex;
  96. align-items: center;
  97. }
  98. .position>text {
  99. margin-left: 16rpx;
  100. }
  101. .apppointment-detail-position>text {
  102. margin-left: 16rpx;
  103. }
  104. .logo {
  105. width: 30rpx;
  106. height: 30rpx;
  107. }
  108. .service {
  109. background-color: #fef1e1;
  110. padding: 18rpx 24rpx 16rpx;
  111. color: rgba(58, 60, 101, 0.85);
  112. font-size: 30rpx;
  113. font-weight: 500;
  114. line-height: 56rpx;
  115. }
  116. .service>image {
  117. width: 48rpx;
  118. height: 48rpx;
  119. margin-right: 32rpx;
  120. vertical-align: middle;
  121. border-radius: 45%;
  122. }
  123. .layout {
  124. padding: 26rpx;
  125. padding-bottom: 200rpx;
  126. }
  127. .layout-tit {
  128. color: #3a3c65;
  129. font-size: 36rpx;
  130. font-weight: 700;
  131. margin-bottom: 32rpx;
  132. }
  133. .apppointment-detail-layout-tit {
  134. color: #3a3c65;
  135. font-size: 36rpx;
  136. font-weight: 700;
  137. margin: 26rpx 26rpx 32rpx;
  138. }
  139. .col {
  140. color: #6473fb;
  141. font-size: 30rpx;
  142. font-weight: 500;
  143. }
  144. .tit {
  145. color: rgba(58, 60, 101, 0.9);
  146. font-size: 40rpx;
  147. font-weight: 500;
  148. margin-bottom: 32rpx;
  149. margin-left: 24rpx;
  150. }
  151. /* .fun {
  152. width: 220rpx;
  153. position: absolute;
  154. background-color: #fff;
  155. bottom: -360rpx;
  156. right: 12rpx;
  157. } */
  158. .fun {
  159. width: 220rpx;
  160. position: absolute;
  161. background-color: #fff;
  162. top: 278rpx;
  163. right: 10rpx;
  164. z-index: 99999;
  165. }
  166. .fun-item {
  167. text-align: center;
  168. height: 112rpx;
  169. width: 200rpx;
  170. line-height: 112rpx;
  171. border-bottom: 1px solid #f3f4f6;
  172. color: #3a3c65;
  173. }
  174. .serviceOrder {
  175. position: absolute;
  176. right: 34rpx;
  177. bottom: 28px;
  178. color: #fff;
  179. text-align: center;
  180. font-size: 32rpx;
  181. font-weight: 500;
  182. background-color: #ff8641;
  183. padding: 24rpx;
  184. border-radius: 75rpx;
  185. }
  186. .popup-box {
  187. padding: 120rpx 40rpx;
  188. flex-wrap: wrap;
  189. }
  190. .popup-box>view {
  191. width: 316rpx;
  192. padding: 24rpx 66rpx;
  193. text-align: center;
  194. background-color: #f3f4f6;
  195. color: rgba(58, 60, 101, 0.75);
  196. font-size: 28rpx;
  197. font-weight: 500;
  198. border-radius: 15rpx;
  199. box-sizing: border-box;
  200. margin-bottom: 32rpx;
  201. }
  202. .check-css {
  203. border: 3rpx solid #7d7aff;
  204. background-color: #f1f4fd !important;
  205. color: #3a3c65 !important;
  206. }
  207. .audit {
  208. display: flex;
  209. align-items: center;
  210. color: #fff;
  211. font-size: 26rpx;
  212. font-weight: 400;
  213. background-color: #6d7cfd;
  214. padding: 0 24rpx;
  215. /* display: inline-block; */
  216. position: absolute;
  217. right: 0;
  218. bottom: 200rpx;
  219. height: 56rpx;
  220. line-height: 56rpx;
  221. border-radius: 20rpx 0 0 20rpx;
  222. }
  223. .status-img {
  224. width: 120rpx;
  225. height: 112rpx;
  226. position: absolute;
  227. bottom: 60rpx;
  228. right: 65rpx;
  229. }
  230. .apppointment-detail-img {
  231. width: 120rpx;
  232. height: 112rpx;
  233. position: absolute;
  234. bottom: 40rpx;
  235. right: 65rpx;
  236. }
  237. .order {
  238. display: flex;
  239. align-items: center;
  240. margin-right: 26rpx;
  241. color: #4983fb;
  242. font-size: 30rpx;
  243. }
  244. .status-text {
  245. background-color: #f9faff;
  246. padding: 0 12rpx;
  247. }
  248. .status1 {
  249. color: #ff8831;
  250. }
  251. .status2 {
  252. color: #6473fb;
  253. }
  254. .status3 {
  255. color: #9baed5;
  256. }
  257. .detail-over-text {
  258. margin-right: 10rpx;
  259. }
  260. .over-text {
  261. margin-left: 10rpx;
  262. }
  263. .apppointment-detail-content {
  264. margin-top: 230rpx;
  265. padding: 24rpx 32rpx 0;
  266. width: 646rx;
  267. margin-bottom: 24rpx;
  268. line-height: 40rpx;
  269. }
  270. .btn-area button {
  271. background-color: #3A3C65;
  272. color: #fff;
  273. }
  274. .yellow-bg {
  275. color: rgba(58, 60, 101, 0.85);
  276. font-size: 26rpx;
  277. background-color: rgba(247, 147, 26, 0.10);
  278. padding: 16rpx 26rpx;
  279. border-radius: 8rpx;
  280. }