index.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #F2F3F5;
  7. }
  8. /* 背景图 */
  9. .index_bg {
  10. width: 750rpx;
  11. height: 320rpx;
  12. margin: 0 auto;
  13. background-image: url(/static/index/index_bg.jpg);
  14. background-size: 100% 100%;
  15. background-attachment: inherit;
  16. background-repeat: no-repeat;
  17. margin-top: 0px;
  18. }
  19. /* 欢迎光临 */
  20. .welcome{
  21. width: 112rpx;
  22. height: 41rpx;
  23. background: rgba(255, 255, 255, 0.4);
  24. -webkit-backdrop-filter: blur(5px);
  25. backdrop-filter: blur(5px);
  26. }
  27. .welcome_img{
  28. position: absolute;
  29. margin-left: 14rpx;
  30. margin-top: 5rpx;
  31. width: 86rpx;
  32. height: 31rpx;
  33. }
  34. /* <!-- 第一层公寓名称卡片 --> */
  35. .uni-ka{
  36. width: 710rpx;
  37. height: 254rpx;
  38. background: rgba(255, 255, 255, 1);
  39. border-radius: 10px;
  40. }
  41. .uni-title{
  42. position: absolute;
  43. margin-left: 29rpx;
  44. margin-top: 21rpx;
  45. color: rgba(0, 0, 0, 1);
  46. font-size: 34rpx;
  47. font-weight: 500;
  48. }
  49. .uni-sub-title{
  50. position: absolute;
  51. margin-left: 31rpx;
  52. margin-top: 77rpx;
  53. color: rgba(153, 153, 153, 1);
  54. font-size: 20rpx;
  55. font-weight: 400;
  56. }
  57. .uni-extra{
  58. position: absolute;
  59. margin-left: 560rpx;
  60. margin-top: 71rpx;
  61. color: rgba(102, 102, 102, 1);
  62. font-size: 24rpx;
  63. font-weight: 400;
  64. }
  65. .uni-body{
  66. position: absolute;
  67. margin-left: 31rpx;
  68. margin-top: 144rpx;
  69. color: rgba(0, 0, 0, 1);
  70. font-size: 14px;
  71. font-weight: 500;
  72. }
  73. .uni-body2{
  74. position: absolute;
  75. margin-left: 31rpx;
  76. margin-top: 147rpx;
  77. color: rgba(153, 153, 153, 1);
  78. font-size: 24rpx;
  79. font-weight: 400;
  80. }
  81. .uni-map{
  82. position: absolute;
  83. float: right;
  84. width: 50rpx;
  85. height: 79rpx;
  86. margin: 0 auto;
  87. margin-left: 552rpx;
  88. margin-top: 137rpx;
  89. }
  90. .uni-phone{
  91. position: absolute;
  92. float: right;
  93. width: 50rpx;
  94. height: 79rpx;
  95. margin-left: 630rpx;
  96. margin-top: 137rpx;
  97. }
  98. /* 第二层工具 */
  99. .item-list{
  100. display: flex;
  101. flex-direction: row;
  102. justify-content: flex-start;
  103. width: 710rpx;
  104. height: 181rpx;
  105. margin-top: 20rpx;
  106. margin-left: 10rpx;
  107. background: rgba(255, 255, 255, 1);
  108. border-radius: 10px;
  109. }
  110. .item-list-one{
  111. display: flex;
  112. flex-direction: column;
  113. align-items: center;
  114. width: 306rpx;
  115. /* margin-right: 60rpx; */
  116. margin-top: 20px;
  117. }
  118. .img-btn{
  119. width: 59rpx;
  120. height: 54rpx;
  121. }
  122. .list-txt{
  123. width: 150rpx;
  124. text-align: center;
  125. font-size: 28rpx;
  126. margin-top: 10rpx;
  127. color: rgba(0, 0, 0, 1);
  128. font-weight: 400;
  129. }
  130. /* 第三层订房 */
  131. .room-list{
  132. display: flex;
  133. flex-direction: row;
  134. justify-content: flex-start;
  135. width: 710rpx;
  136. /* height: 981rpx; */
  137. /* margin-top: 20rpx; */
  138. margin-left: 10rpx;
  139. background: rgba(255, 255, 255, 1);
  140. border-radius: 10px, 10px, 0px, 0px;
  141. }
  142. /* 切换全日和钟点房 */
  143. .select-type{
  144. width: 710rpx;
  145. height: 89rpx;
  146. margin-top: 20rpx;
  147. margin-left: 5px;
  148. background-color: rgba(255, 255, 255, 1);
  149. border-radius: 8px;
  150. }
  151. .allday{
  152. width: 385rpx;
  153. height: 89rpx;
  154. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYEAAABYCAYAAAATH0t3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALCSURBVHhe7d3RcdNAEIDhiErogHSAO6EUxx3QAXQSqAAogUrCrS2YYRg8GVs67Wm/b8Y+OXnJk//s6eJMD//x8vLy2JZ4vDt/4XINsGff5/XHvJ5N0/R5vtydfyLQ3vwPbTm2R6wAXHxpj6+xtijE9S78FYEWgKe2RAAAuO4UTy0I8b45rD8REACAm51GjcE5AvMW0HNcA3Cz4WLwZl5NAAD3O7ZfqsMwIZjaDxunfr5dXgKwkCGmgpgEHP0EWF5MBc/tkfqk5e/tIACWd77fmnl7KCLw4XIJwEpiKkgZApMAQB8pQyACAP2kC4EIAPSVKgQiANBfmhCIAMA2UoRABAC2EyHY9O8IRABgW5t+bI8IAGzrsOW2kAgAbG+zbSERAMhhk20hEQDIIbaFuk8DIgCQR/dpQAQA8ug+DYgAQC5dpwERAMjFJABQWc8tIREAyKfblpAIAORjEgCorNeWkAgA5CQCAIW9n9dViQBATiYBgMp63BcQAYDCRAAgL5MAQGGr3xwWAYDCRAAgL9tBAJWtfUJIBAAKEwGA3EwCAIWtekJIBAAKEwGA3GwHAVS25gkhEQAoTAQA8jMJABS22gkhEQAoTAQA8rMdBFDZWieERACgMBEAGMNxXhclAgCFiQDAGA5r3BcQAYDCRABgHIvfFxABgHEsviUkAgBjWXQaEAGAsSw6DYgAwHgWmwZEAGA8MQ08zdd3EQGAMR2X2BYSAYBx3b0tJAIA44ptoef5+iYiADC2u0IgAgDjuzkEIgCwDzeFQAQA9iNCEF59fFQEAPYnjo++KgQiALBPEYJwNQYiALBvV2MwtW/EjYRV/os9AOmc4mmapnMURACgro+2gwDqehQBgMJEAKAwEQAoTAQAChMBgMJEAKAwEQAoTAQAChMBgMJEAKAwEQAoTAQACotPEf3U1reXlwDU8fDzFxGgyHfYmFMYAAAAAElFTkSuQmCC);
  155. background-size: 100%;
  156. float: left;
  157. line-height: 41px;
  158. text-align: center;
  159. }
  160. .hourday_no{
  161. background-color: rgba(230, 230, 230, 1);
  162. width: 406rpx;
  163. height: 40px;
  164. margin-left: 304rpx;
  165. border-radius: 8px;
  166. line-height: 41px;
  167. text-align: center;
  168. }
  169. .allday2{
  170. width: 406rpx;
  171. height: 40px;
  172. border-radius: 8px;
  173. background-color: rgba(230, 230, 230, 1);
  174. float: left;
  175. line-height: 41px;
  176. text-align: center;
  177. }
  178. .hourday_no2{
  179. width: 385rpx;
  180. height: 89rpx;
  181. z-index: 3;
  182. position: absolute;
  183. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYEAAABYCAYAAAATH0t3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMBSURBVHhe7dztbRQxEAbgHDSSDggVkFSWUAElRFSSKyElQBf8W2zOF4GEIB+79njneaSVfVeAX8/Yu4eLnVqW5apNz+OHNlbn/wD27GsbHw+Hw2Ob/2FXIVAW/usy3J5+XdQ5ACfH8nwuYVDHJ9OHwG8Lv0Uf4P9qENy1+bwhYPEHeLWnIJguBCz+AKu4qa2haULA4g+wqmMJgZspQqAEQC1bzge+AKzj47s2Canu/svzUKYCAGB9V+/bJJy2+78vz+WvPwBY27eQlYD2D0Af4SoBAQDQzY9QlYAAAOgrTAgIAID+QoSAAAAYY3gICACAcYa/LFZCYGlTAPo6Dq0EWhUAwCDDQkAbCGC8ISFQAuD8MTgABhpVCfgSKEAA3UNAGwggjqEHwwCM1f2KaKkEXAkFiKHvFdHWCgIgiK6VgCoAIJR+lYAqACCenu2gT20EIIieIeDdAIBguoTAcnpDGIBgelUCQgAgoF4h4DwAICCVAEBim4eA8wCAuHpUAkIAIKhe7SAAAuoRAg6FAYJSCQAk5kwAILFNQ8DNIIDYtq4EhABAYM4EABITAgCJbR0CrocCBOZMACAx7SCAxDYLAddDAeLbshIQAgDBaQcBJLZlCLgZBBCcdhBAYtpBAIltEgLLsty1KQCBqQQAEju0cVWlEljaFIC4jioBgMRWDwHnAQDzWL0dpBUEMI1120GqAIC5OBMASGy1EGhVwO3pFwAzWLMS8K0ggMmsEgKtCvCtIIDJvDkEtIEA5vXmK6IlBFwJBZjT266IlvX/oU0BmNCrQ6AFgHMAgIm9KgQEAMA+vDgEBADAfjw7BMrif12eeggsAAB24lkhUNb+eg3UITDAzvwzBNruvy7+3gMA2KG/vifQdv71MxBaPwD7dXwKgbrrL0Pd8Vv4AXI4viuL/5fy1ANft34AkqlnAlenKQDZvPg9AQD2QwgAJCYEABITAgCJCQGAxIQAQGJCACAxIQCQmBAASEwIACQmBAASEwIAiR2WZbkv4+XpJwB5XHz/CUCi3cqTSgs+AAAAAElFTkSuQmCC);
  184. background-size: 100%;
  185. margin-left: 304rpx;
  186. line-height: 41px;
  187. text-align: center;
  188. }
  189. /* 选择住房日期 */
  190. .select-time{
  191. display: flex;
  192. flex-direction: row;
  193. justify-content: flex-start;
  194. position: absolute;
  195. width: 710rpx;
  196. height: 120rpx;
  197. margin: 0;
  198. }
  199. /* 钟点房 */
  200. .hourtime{
  201. margin-top: 36rpx;
  202. font-size: 28rpx;
  203. font-weight: 400;
  204. line-height: 41rpx;
  205. color: rgba(128, 128, 128, 1);
  206. }
  207. .hour_right{
  208. position: absolute;
  209. margin-left: 174px;
  210. width: 34rpx;
  211. height: 34rpx;
  212. }
  213. .hour_line{
  214. margin-top: 17px;
  215. width: 710rpx;
  216. height: 0px;
  217. border: 1rpx solid rgba(220, 225, 230, 0.3);
  218. }
  219. /* 全日房 */
  220. .select-time-one{
  221. margin-top: 32rpx;
  222. margin-left: 77rpx;
  223. display: flex;
  224. flex-direction: column;
  225. align-items: center;
  226. }
  227. .select-list{
  228. color: rgba(153, 153, 153, 1);
  229. font-size: 24rpx;
  230. font-weight: 400;
  231. }
  232. .select-list-time{
  233. color: rgba(0, 0, 0, 1);
  234. font-size: 34rpx;
  235. font-weight: 400;
  236. }
  237. .select-center{
  238. width: 190rpx;
  239. height: 120rpx;
  240. }
  241. .select-line1{
  242. position: absolute;
  243. margin-left: 40px;
  244. margin-top: 36px;
  245. width: 17rpx;
  246. height: 1px;
  247. background: rgba(41, 109, 227, 1);
  248. }
  249. .select-circle{
  250. position: absolute;
  251. width: 81rpx;
  252. height: 46rpx;
  253. margin-left: 49px;
  254. margin-top: 24px;
  255. background: rgba(240, 242, 245, 1);
  256. border: 1px solid rgba(41, 109, 227, 1);
  257. border-radius: 33rpx;
  258. text-align: center;
  259. color: rgba(0, 0, 0, 1);
  260. font-size: 24rpx;
  261. font-weight: 400;
  262. }
  263. .select-line2{
  264. position: absolute;
  265. margin-left: 94px;
  266. margin-top: 36px;
  267. width: 17rpx;
  268. height: 1px;
  269. background: rgba(41, 109, 227, 1);
  270. }
  271. /* 房型列表 */
  272. .room-kuang{
  273. display: block;
  274. margin-top: 150rpx;
  275. }
  276. .room-xinxi{
  277. display: -webkit-box;
  278. flex-direction: column;
  279. align-items: center;
  280. width: 710rpx;
  281. height: 213rpx;
  282. margin-top: 20rpx;
  283. }
  284. .room-image{
  285. position: absolute;
  286. margin-left: 31rpx;
  287. width: 213rpx;
  288. height: 161rpx;
  289. border-radius: 5px;
  290. }
  291. .room-name{
  292. position: absolute;
  293. margin-left: 260rpx;
  294. color: rgba(0, 0, 0, 1);
  295. font-size: 34rpx;
  296. font-weight: 400;
  297. }
  298. .room-mark{
  299. position: absolute;
  300. margin-left: 260rpx;
  301. margin-top: 46rpx;
  302. color: rgba(153, 153, 153, 1);
  303. font-size: 24rpx;
  304. font-weight: 400;
  305. }
  306. .room-icon{
  307. position: absolute;
  308. margin-left: 261rpx;
  309. margin-top: 116rpx;
  310. }
  311. .before-price{
  312. position: absolute;
  313. margin-left: 606rpx;
  314. color: rgba(153, 153, 153, 1);
  315. font-size: 24rpx;
  316. font-weight: 400;
  317. }
  318. .room-price{
  319. position: absolute;
  320. /* margin-left: 605rpx; */
  321. margin-top: 46rpx;
  322. margin-left: 265px;
  323. width: 84px;
  324. text-align: center;
  325. color: rgba(255, 87, 51, 1);
  326. font-size: 42rpx;
  327. font-weight: 500;
  328. }
  329. .room-button{
  330. position: absolute;
  331. margin-left: 579rpx;
  332. margin-top: 96rpx;
  333. width: 100rpx;
  334. height: 66rpx;
  335. background: rgba(41, 109, 227, 1);
  336. border-radius: 11px;
  337. color: rgba(255, 255, 255, 1);
  338. font-size: 36rpx;
  339. font-weight: 500;
  340. text-align: center;
  341. line-height: 66rpx;
  342. }
  343. .room-button2{
  344. position: absolute;
  345. margin-left: 569rpx;
  346. margin-top: 96rpx;
  347. width: 120rpx;
  348. height: 66rpx;
  349. background: rgba(128, 127, 131, 0.5);
  350. border-radius: 11px;
  351. color: rgba(255, 255, 255, 1);
  352. font-size: 36rpx;
  353. font-weight: 500;
  354. text-align: center;
  355. line-height: 66rpx;
  356. }
  357. .room-line{
  358. position: absolute;
  359. margin-left: 0rpx;
  360. margin-top: 194rpx;
  361. width: 710rpx;
  362. height: 1px;
  363. background: rgba(220, 225, 230, 1);
  364. }
  365. /* 房间样式弹窗页面 */
  366. .popup_bg_picker{
  367. width: 700rpx;
  368. height: 800rpx;
  369. background: rgba(255, 255, 255, 1);
  370. border-radius: 6rpx;
  371. }
  372. .popup_bg{
  373. width: 650rpx;
  374. height: 738rpx;
  375. background: rgba(255, 255, 255, 1);
  376. border-radius: 6rpx;
  377. }
  378. .popup_title{
  379. position: absolute;
  380. margin-left: 40rpx;
  381. margin-top: 20rpx;
  382. color: rgba(0, 0, 0, 1);
  383. font-size: 32rpx;
  384. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  385. font-weight: 400;
  386. }
  387. .popup_error{
  388. position: absolute;
  389. margin-left: 577rpx;
  390. margin-top: 15rpx;
  391. width: 32px;
  392. height: 32px;
  393. background-image: url(/static/img/swiper_x.c2eeeede.svg);
  394. }
  395. /* 轮播图 */
  396. .swiper{
  397. position: absolute;
  398. margin-left: 0rpx;
  399. margin-top: 87rpx;
  400. width: 650rpx;
  401. height: 340rpx;
  402. }
  403. .swiper-item{
  404. width: 650rpx;
  405. height: 340rpx;
  406. }
  407. .swiper-img{
  408. position: absolute;
  409. width: 650rpx;
  410. height: 340rpx;
  411. margin: 0;
  412. }
  413. .popup_title2{
  414. position: absolute;
  415. margin-left: 38rpx;
  416. margin-top: 444rpx;
  417. color: rgba(56, 56, 56, 1);
  418. font-size: 28rpx;
  419. font-weight: 500;
  420. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  421. }
  422. .popup_txt{
  423. position: absolute;
  424. margin-left: 46rpx;
  425. margin-right: 43rpx;
  426. margin-top: 496rpx;
  427. color: rgba(128, 128, 128, 1);
  428. font-size: 28rpx;
  429. font-weight: 400;
  430. width: 561rpx;
  431. height: 217rpx;
  432. overflow-y: auto;
  433. }
  434. .popup_txt_in{
  435. width: 551rpx;
  436. height: 217rpx;
  437. }
  438. .popup_txt::-webkit-scrollbar {/*滚动条整体样式*/
  439. width: 9rpx;
  440. height: 240rpx;
  441. background-color: #707371;
  442. }
  443. .popup_txt::-webkit-scrollbar-thumb {/*滚动条整体样式*/
  444. background-color: #707371;
  445. border-radius: 5px;
  446. }
  447. .popup_txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
  448. background: #cac9d3;
  449. }
  450. /* 办理续住弹窗 */
  451. .popup_bg_xu{
  452. width: 650rpx;
  453. height: 575rpx;
  454. background: rgba(255, 255, 255, 1);
  455. border-radius: 6rpx;
  456. }
  457. .select-time-xu{
  458. display: flex;
  459. flex-direction: row;
  460. justify-content: flex-start;
  461. position: absolute;
  462. width: 630rpx;
  463. height: 120rpx;
  464. margin-top: 128rpx;
  465. margin-left: 0rpx;
  466. }
  467. .select-time-one-xu{
  468. margin-top: 32rpx;
  469. margin-left: 55rpx;
  470. display: flex;
  471. flex-direction: column;
  472. align-items: center;
  473. }
  474. .popup_xu_line{
  475. position: absolute;
  476. margin-left: 0rpx;
  477. margin-top: 86rpx;
  478. width: 646rpx;
  479. height: 0px;
  480. background: rgba(204, 204, 204, 1);
  481. border: 1rpx solid rgba(229, 229, 229, 1);
  482. }
  483. .popup_xu_txt{
  484. position: absolute;
  485. margin-left: 52rpx;
  486. margin-top: 282rpx;
  487. color: rgba(166, 166, 166, 1);
  488. font-size: 24rpx;
  489. font-weight: 400;
  490. }
  491. /* 支付框 */
  492. .fukuan{
  493. display: flex;
  494. padding-top: 475rpx;
  495. width: 650rpx;
  496. height: 100rpx;
  497. background: rgba(255, 255, 255, 1);
  498. box-shadow: inset 0rpx -4rpx 10rpx rgba(0, 0, 0, 0.15);
  499. box-sizing: border-box;
  500. }
  501. .fu-price{
  502. width: 363rpx;
  503. color: rgba(255, 87, 51, 1);
  504. font-size: 44rpx;
  505. font-weight: 500;
  506. text-align: center;
  507. line-height: 100rpx;
  508. }
  509. .fu-zhifu{
  510. float: right;
  511. width: 288rpx;
  512. height: 100rpx;
  513. background: rgba(41, 109, 227, 1);
  514. color: rgba(255, 255, 255, 1);
  515. font-size: 40rpx;
  516. font-weight: 400;
  517. text-align: center;
  518. line-height: 100rpx;
  519. }
  520. /* uni-calendar选中背景色 */
  521. .uni-calendar-item--isDay[data-v-6097fd5b] {
  522. background-color: #fff;
  523. opacity: 0.8;
  524. color: #2979ff;
  525. }
  526. .uni-calendar-item--before-checked[data-v-6097fd5b] {
  527. background-color: #0055ff;
  528. color: #fff;
  529. opacity: 1;
  530. }
  531. .uni-calendar-item--after-checked[data-v-6097fd5b] {
  532. background-color: #0055ff;
  533. color: #fff;
  534. opacity: 1;
  535. }
  536. /* >>>.uni-calendar-item--multiple[data-v-6097fd5b] {
  537. opacity: 0.5;
  538. } */
  539. /* 弹出框 */
  540. .kuang_txt{
  541. align-items: center;
  542. justify-content: center;
  543. padding: 15rpx;
  544. height: 150rpx;
  545. /* width: 180rpx; */
  546. line-height: 150rpx;
  547. text-align: center;
  548. background-color: #fff;
  549. }
  550. .kuang_txt_tui{
  551. align-items: center;
  552. justify-content: center;
  553. padding: 15rpx;
  554. height: 150rpx;
  555. width: 180rpx;
  556. line-height: 150rpx;
  557. text-align: center;
  558. background-color: #fff;
  559. }