map.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. page {
  2. height: 100%;
  3. }
  4. .searchInput{
  5. }
  6. .map {
  7. height: 100%;
  8. background-color: #f9f9f9;
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .return-btn {
  13. position: fixed;
  14. right: 0;
  15. top: 927rpx;
  16. z-index: 99;
  17. }
  18. .home-bottom {
  19. height: 60rpx;
  20. background-color: #f9f9f9;
  21. }
  22. .hotel-list {
  23. width: 100%;
  24. background-color: #f9f9f9;
  25. padding: 32rpx 30rpx;
  26. padding-bottom: 200rpx;
  27. margin-top: 150rpx;
  28. .hotel-list-item {
  29. width: 100%;
  30. margin-bottom: 20rpx;
  31. .wrap {
  32. width: 100%;
  33. height: 318rpx;
  34. position: relative;
  35. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  36. border-radius: 10rpx;
  37. .inner {
  38. width: 100%;
  39. height: 318rpx;
  40. border-radius: 10rpx;
  41. position: absolute;
  42. z-index: 2;
  43. top: 0;
  44. left: 0;
  45. .address-detail-main {
  46. position: absolute;
  47. left: 0;
  48. bottom: 30rpx;
  49. width: 100%;
  50. display: flex;
  51. align-items: flex-end;
  52. justify-content: space-between;
  53. .address-detail-main-left {
  54. position: absolute;
  55. left: 20rpx;
  56. .title {
  57. font-size: 32rpx;
  58. font-weight: bold;
  59. color: #FFFFFF;
  60. }
  61. .content {
  62. width: 100%;
  63. height: 64rpx;
  64. display: flex;
  65. align-items: center;
  66. justify-content: flex-start;
  67. flex-wrap: nowrap;
  68. overflow: hidden;
  69. text{
  70. line-height: 36rpx;
  71. height: 36rpx;
  72. padding: 0 10rpx;
  73. /* padding: 4rpx 6rpx; */
  74. font-size: 22rpx;
  75. color: #ffffff;
  76. background: rgba(142, 160, 166, 0.6);
  77. border-radius: 17rpx;
  78. margin-right: 10rpx;
  79. }
  80. }
  81. .bottom {
  82. display: flex;
  83. align-items: center;
  84. justify-content: flex-start;
  85. .bottom-left {
  86. font-size: 24rpx;
  87. font-weight: bold;
  88. color: #ffffff;
  89. margin-right: 6rpx;
  90. }
  91. .bottom-right {
  92. font-size: 32rpx;
  93. font-weight: bold;
  94. color: #ffffff;
  95. }
  96. }
  97. }
  98. .address-detail-main-right {
  99. position: absolute;
  100. right: 24rpx;
  101. width: 120rpx;
  102. height: 44rpx;
  103. background: #FF6300;
  104. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  105. border-radius: 22rpx;
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. color: #ffffff;
  110. font-size: 28rpx;
  111. }
  112. }
  113. .address-detail-position {
  114. position: absolute;
  115. top: 22rpx;
  116. right: 24rpx;
  117. display: flex;
  118. align-items: center;
  119. justify-content: center;
  120. font-weight: 500;
  121. color: #FFFFFF;
  122. font-size: 20rpx;
  123. }
  124. }
  125. }
  126. }
  127. }
  128. .search-detail {
  129. width: 100%;
  130. position: absolute;
  131. top: 88rpx;
  132. // z-index: 999 !important;
  133. background-color: #ffffff;
  134. box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
  135. padding: 20rpx 30rpx 20rpx;
  136. .partner {
  137. .partner-top {
  138. height: 88rpx;
  139. border-top: 2rpx solid #F0F0F0;
  140. border-bottom: 2rpx solid #F0F0F0;
  141. display: flex;
  142. align-items: center;
  143. justify-content: space-between;
  144. color: #333;
  145. font-size: 28rpx;
  146. }
  147. .partner-main {
  148. margin-top: 32rpx;
  149. ::v-deep .uni-data-checklist .checklist-group .checklist-box {
  150. width: 26%;
  151. }
  152. ::v-deep .uni-data-checklist .checklist-group .checklist-box .checkbox__inner {
  153. width: 48rpx;
  154. height: 48rpx;
  155. }
  156. ::v-deep .uni-data-checklist .checklist-group .checklist-box .checkbox__inner .checkbox__inner-icon {
  157. top: 6rpx !important;
  158. left: 17rpx !important;
  159. height: 24rpx !important;
  160. width: 15rpx !important;
  161. border-right-color: #ff6200;
  162. border-bottom-color: #ff6200;
  163. }
  164. ::v-deep .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checklist-text {
  165. color: #666 !important;
  166. font-size: 24rpx !important;
  167. }
  168. ::v-deep .checklist-text {
  169. font-size: 24rpx !important;
  170. }
  171. ::v-deep .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner {
  172. border-color: #EDEDED !important;
  173. background-color: #ffffff;
  174. }
  175. }
  176. }
  177. .search-detail-area {
  178. width: 100%;
  179. display: flex;
  180. flex-wrap: wrap;
  181. justify-content: flex-start;
  182. align-items: center;
  183. .areaTitle {
  184. min-width: 156rpx;
  185. height: 56rpx;
  186. padding: 0px 20rpx;
  187. background: #FFFFFF;
  188. border: 2rpx solid #EDEDED;
  189. border-radius: 28rpx;
  190. font-size: 28rpx;
  191. color: #666;
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. margin-right: 20rpx;
  196. margin-bottom: 18rpx;
  197. &:nth-child(4n) {
  198. margin-right: 0;
  199. }
  200. &.on{
  201. background-color: #FF6200;
  202. color:#fff;
  203. }
  204. }
  205. // .areaTitle-item {
  206. // width: 156rpx;
  207. // height: 56rpx;
  208. // background-color: #F1F1F1;
  209. // border-radius: 26rpx;
  210. // font-size: 24rpx;
  211. // color: #999;
  212. // display: flex;
  213. // justify-content: center;
  214. // align-items: center;
  215. // }
  216. // .active-area {
  217. // background-color: #FF6200;
  218. // }
  219. }
  220. .search-detail-btn {
  221. display: flex;
  222. align-items: center;
  223. justify-content: space-between;
  224. margin: 38rpx 0 20rpx;
  225. .search-detail-btn-left {
  226. flex: 1;
  227. height: 76rpx;
  228. background: rgba(237, 237, 237, .55);
  229. border-radius: 8rpx;
  230. color: #999999;
  231. font-size: 30rpx;
  232. display: flex;
  233. align-items: center;
  234. justify-content: center;
  235. font-weight: bold;
  236. }
  237. .search-detail-btn-right {
  238. flex: 1;
  239. height: 76rpx;
  240. background: linear-gradient(270deg, #FF6200 0%, #FF9342 100%);
  241. border-radius: 8rpx;
  242. color: #FFFFFF;
  243. font-size: 30rpx;
  244. display: flex;
  245. align-items: center;
  246. justify-content: center;
  247. margin-left: 22rpx;
  248. font-weight: bold;
  249. }
  250. }
  251. ::v-deep .u-input {
  252. width: 690rpx !important;
  253. height: 68rpx !important;
  254. background: #F1F1F1;
  255. border-radius: 74rpx;
  256. }
  257. ::v-deep .u-input__content__field-wrapper {
  258. padding-left: 36rpx;
  259. }
  260. }
  261. .search-detail-input{
  262. padding: 0 30rpx;
  263. height: 124rpx;
  264. background-color: #fff;
  265. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.04);
  266. display: flex;
  267. align-items: center;
  268. justify-content: center;
  269. ::v-deep .u-input {
  270. width: 690rpx !important;
  271. height: 68rpx !important;
  272. background: #F1F1F1;
  273. border-radius: 74rpx;
  274. }
  275. ::v-deep .u-input__content__field-wrapper {
  276. padding-left: 36rpx;
  277. }
  278. ::v-deep .u-input__content__field-wrapper__field {
  279. color: #999999 !important;
  280. font-size: 28rpx !important;
  281. }
  282. }
  283. .search-top {
  284. display: flex;
  285. align-items: center;
  286. justify-content: space-between;
  287. }
  288. .search {
  289. position: relative;
  290. flex: none;
  291. width: 100%;
  292. background: #FFFFFF;
  293. box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
  294. display: flex;
  295. flex-direction: column;
  296. align-items: inherit;
  297. justify-content: space-between;
  298. .search-loupe {
  299. flex: none;
  300. width: 60rpx;
  301. height: 60rpx;
  302. background: #FFFFFF;
  303. border-radius: 50%;
  304. border: 2rpx solid #EDEDED;
  305. display: flex;
  306. align-items: center;
  307. justify-content: center;
  308. margin-right: 16rpx;
  309. }
  310. .search-area-all {
  311. flex: 1;
  312. display: flex;
  313. align-items: center;
  314. justify-content: flex-start;
  315. .search-areaClick {
  316. padding: 12rpx 22rpx;
  317. height: 52rpx;
  318. background: #FFFFFF;
  319. border-radius: 26rpx;
  320. border: 2rpx solid #FF6200;
  321. font-weight: 500;
  322. color: #FF6200;
  323. font-size: 28rpx;
  324. display: flex;
  325. align-items: center;
  326. justify-content: center;
  327. margin-right: 16rpx;
  328. text {
  329. margin-right: 8rpx;
  330. }
  331. }
  332. .search-area {
  333. padding: 12rpx 22rpx;
  334. height: 52rpx;
  335. background: #FFFFFF;
  336. border-radius: 26rpx;
  337. border: 2rpx solid #EDEDED;
  338. font-weight: 500;
  339. color: #666666;
  340. font-size: 28rpx;
  341. display: flex;
  342. align-items: center;
  343. justify-content: center;
  344. margin-right: 16rpx;
  345. text {
  346. margin-right: 8rpx;
  347. }
  348. }
  349. }
  350. }
  351. .address-nav {
  352. position: fixed;
  353. width: 100%;
  354. bottom: 136rpx;
  355. padding: 0 8px;
  356. .address-nav-btn {
  357. width: 100%;
  358. display: flex;
  359. align-items: center;
  360. justify-content: space-between;
  361. }
  362. .address-nav-button{
  363. position: fixed;
  364. bottom: 450rpx;
  365. &:first-child{
  366. left:16rpx;
  367. }
  368. &:last-child{
  369. right:16rpx;
  370. }
  371. }
  372. }
  373. .address {
  374. flex: 1;
  375. position: relative;
  376. .address-detail {
  377. display: inline-block;
  378. position: relative;
  379. flex: none;
  380. width: 248px;
  381. height: 159px;
  382. border-radius: 10rpx;
  383. margin-right: 8px;
  384. overflow: hidden;
  385. &:last-child {
  386. margin-right: 0rpx;
  387. }
  388. .mark{
  389. height: inherit;
  390. width: inherit;
  391. overflow: hidden;
  392. border-radius: 10rpx;
  393. image{
  394. // width: 100%;
  395. height: 159px;
  396. width: 342px;
  397. border-radius: 10rpx;
  398. }
  399. }
  400. .inner {
  401. width: 100%;
  402. height: inherit;
  403. border-radius: 10rpx;
  404. position: absolute;
  405. z-index: 2;
  406. top: 0;
  407. left: 0;
  408. .address-detail-main {
  409. position: absolute;
  410. left: 0;
  411. bottom: 30rpx;
  412. width: 100%;
  413. display: flex;
  414. align-items: flex-end;
  415. justify-content: space-between;
  416. .address-detail-main-left {
  417. position: absolute;
  418. left: 20rpx;
  419. .title {
  420. font-size: 32rpx;
  421. font-weight: bold;
  422. color: #FFFFFF;
  423. }
  424. .content {
  425. width: 100%;
  426. height: 64rpx;
  427. display: flex;
  428. align-items: center;
  429. justify-content: flex-start;
  430. flex-wrap: nowrap;
  431. overflow: hidden;
  432. text{
  433. line-height: 36rpx;
  434. height: 36rpx;
  435. padding: 0 10rpx;
  436. /* padding: 4rpx 6rpx; */
  437. font-size: 22rpx;
  438. color: #ffffff;
  439. background: rgba(142, 160, 166, 0.6);
  440. border-radius: 17rpx;
  441. margin-right: 10rpx;
  442. }
  443. }
  444. .bottom {
  445. display: flex;
  446. align-items: center;
  447. justify-content: flex-start;
  448. .bottom-left {
  449. font-size: 24rpx;
  450. font-weight: bold;
  451. color: #ffffff;
  452. margin-right: 6rpx;
  453. }
  454. .bottom-right {
  455. font-size: 32rpx;
  456. font-weight: bold;
  457. color: #ffffff;
  458. }
  459. }
  460. }
  461. .address-detail-main-right {
  462. position: absolute;
  463. right: 24rpx;
  464. width: 120rpx;
  465. height: 44rpx;
  466. background: #FF6300;
  467. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  468. border-radius: 22rpx;
  469. display: flex;
  470. align-items: center;
  471. justify-content: center;
  472. color: #ffffff;
  473. font-size: 28rpx;
  474. }
  475. }
  476. .address-detail-position {
  477. position: absolute;
  478. top: 22rpx;
  479. right: 24rpx;
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. font-weight: 500;
  484. color: #FFFFFF;
  485. font-size: 20rpx;
  486. }
  487. }
  488. }
  489. }