map.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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. border: 2rpx solid #FF6200;
  204. }
  205. }
  206. // .areaTitle-item {
  207. // width: 156rpx;
  208. // height: 56rpx;
  209. // background-color: #F1F1F1;
  210. // border-radius: 26rpx;
  211. // font-size: 24rpx;
  212. // color: #999;
  213. // display: flex;
  214. // justify-content: center;
  215. // align-items: center;
  216. // }
  217. // .active-area {
  218. // background-color: #FF6200;
  219. // }
  220. }
  221. .search-detail-btn {
  222. display: flex;
  223. align-items: center;
  224. justify-content: space-between;
  225. margin: 38rpx 0 20rpx;
  226. .search-detail-btn-left {
  227. flex: 1;
  228. height: 76rpx;
  229. background: rgba(237, 237, 237, .55);
  230. border-radius: 8rpx;
  231. color: #999999;
  232. font-size: 30rpx;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. font-weight: bold;
  237. }
  238. .search-detail-btn-right {
  239. flex: 1;
  240. height: 76rpx;
  241. background: linear-gradient(270deg, #FF6200 0%, #FF9342 100%);
  242. border-radius: 8rpx;
  243. color: #FFFFFF;
  244. font-size: 30rpx;
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. margin-left: 22rpx;
  249. font-weight: bold;
  250. }
  251. }
  252. ::v-deep .u-input {
  253. width: 690rpx !important;
  254. height: 68rpx !important;
  255. background: #F1F1F1;
  256. border-radius: 74rpx;
  257. }
  258. ::v-deep .u-input__content__field-wrapper {
  259. padding-left: 36rpx;
  260. }
  261. }
  262. .search-detail-input{
  263. padding: 0 30rpx;
  264. height: 124rpx;
  265. background-color: #fff;
  266. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.04);
  267. display: flex;
  268. align-items: center;
  269. justify-content: center;
  270. ::v-deep .u-input {
  271. width: 690rpx !important;
  272. height: 68rpx !important;
  273. background: #F1F1F1;
  274. border-radius: 74rpx;
  275. }
  276. ::v-deep .u-input__content__field-wrapper {
  277. padding-left: 36rpx;
  278. }
  279. ::v-deep .u-input__content__field-wrapper__field {
  280. color: #999999 !important;
  281. font-size: 28rpx !important;
  282. }
  283. }
  284. .search-top {
  285. display: flex;
  286. align-items: center;
  287. justify-content: space-between;
  288. }
  289. .search {
  290. position: relative;
  291. flex: none;
  292. width: 100%;
  293. background: #FFFFFF;
  294. box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
  295. display: flex;
  296. flex-direction: column;
  297. align-items: inherit;
  298. justify-content: space-between;
  299. .search-loupe {
  300. flex: none;
  301. width: 60rpx;
  302. height: 60rpx;
  303. background: #FFFFFF;
  304. border-radius: 50%;
  305. border: 2rpx solid #EDEDED;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. margin-right: 16rpx;
  310. }
  311. .search-area-all {
  312. flex: 1;
  313. display: flex;
  314. align-items: center;
  315. justify-content: flex-start;
  316. .search-areaClick {
  317. padding: 12rpx 22rpx;
  318. height: 52rpx;
  319. background: #FFFFFF;
  320. border-radius: 26rpx;
  321. border: 2rpx solid #FF6200;
  322. font-weight: 500;
  323. color: #FF6200;
  324. font-size: 28rpx;
  325. display: flex;
  326. align-items: center;
  327. justify-content: center;
  328. margin-right: 16rpx;
  329. text {
  330. margin-right: 8rpx;
  331. }
  332. }
  333. .search-area {
  334. padding: 12rpx 22rpx;
  335. height: 52rpx;
  336. background: #FFFFFF;
  337. border-radius: 26rpx;
  338. border: 2rpx solid #EDEDED;
  339. font-weight: 500;
  340. color: #666666;
  341. font-size: 28rpx;
  342. display: flex;
  343. align-items: center;
  344. justify-content: center;
  345. margin-right: 16rpx;
  346. text {
  347. margin-right: 8rpx;
  348. }
  349. }
  350. }
  351. }
  352. .address-nav {
  353. position: fixed;
  354. width: 100%;
  355. bottom: 136rpx;
  356. padding: 0 8px;
  357. .address-nav-btn {
  358. width: 100%;
  359. display: flex;
  360. align-items: center;
  361. justify-content: space-between;
  362. }
  363. .address-nav-button{
  364. position: fixed;
  365. bottom: 450rpx;
  366. &:first-child{
  367. left:16rpx;
  368. }
  369. &:last-child{
  370. right:16rpx;
  371. }
  372. }
  373. }
  374. .address {
  375. flex: 1;
  376. position: relative;
  377. .address-detail {
  378. display: inline-block;
  379. position: relative;
  380. flex: none;
  381. width: 248px;
  382. height: 159px;
  383. border-radius: 10rpx;
  384. margin-right: 8px;
  385. overflow: hidden;
  386. &:last-child {
  387. margin-right: 0rpx;
  388. }
  389. .mark{
  390. height: inherit;
  391. width: inherit;
  392. overflow: hidden;
  393. border-radius: 10rpx;
  394. image{
  395. // width: 100%;
  396. height: 159px;
  397. width: 342px;
  398. border-radius: 10rpx;
  399. }
  400. }
  401. .inner {
  402. width: 100%;
  403. height: inherit;
  404. border-radius: 10rpx;
  405. position: absolute;
  406. z-index: 2;
  407. top: 0;
  408. left: 0;
  409. .address-detail-main {
  410. position: absolute;
  411. left: 0;
  412. bottom: 30rpx;
  413. width: 100%;
  414. display: flex;
  415. align-items: flex-end;
  416. justify-content: space-between;
  417. .address-detail-main-left {
  418. position: absolute;
  419. left: 20rpx;
  420. .title {
  421. font-size: 32rpx;
  422. font-weight: bold;
  423. color: #FFFFFF;
  424. }
  425. .content {
  426. width: 100%;
  427. height: 64rpx;
  428. display: flex;
  429. align-items: center;
  430. justify-content: flex-start;
  431. flex-wrap: nowrap;
  432. overflow: hidden;
  433. text{
  434. line-height: 36rpx;
  435. height: 36rpx;
  436. padding: 0 10rpx;
  437. /* padding: 4rpx 6rpx; */
  438. font-size: 22rpx;
  439. color: #ffffff;
  440. background: rgba(142, 160, 166, 0.6);
  441. border-radius: 17rpx;
  442. margin-right: 10rpx;
  443. }
  444. }
  445. .bottom {
  446. display: flex;
  447. align-items: center;
  448. justify-content: flex-start;
  449. .bottom-left {
  450. font-size: 24rpx;
  451. font-weight: bold;
  452. color: #ffffff;
  453. margin-right: 6rpx;
  454. }
  455. .bottom-right {
  456. font-size: 32rpx;
  457. font-weight: bold;
  458. color: #ffffff;
  459. }
  460. }
  461. }
  462. .address-detail-main-right {
  463. position: absolute;
  464. right: 24rpx;
  465. width: 120rpx;
  466. height: 44rpx;
  467. background: #FF6300;
  468. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  469. border-radius: 22rpx;
  470. display: flex;
  471. align-items: center;
  472. justify-content: center;
  473. color: #ffffff;
  474. font-size: 28rpx;
  475. }
  476. }
  477. .address-detail-position {
  478. position: absolute;
  479. top: 22rpx;
  480. right: 24rpx;
  481. display: flex;
  482. align-items: center;
  483. justify-content: center;
  484. font-weight: 500;
  485. color: #FFFFFF;
  486. font-size: 20rpx;
  487. }
  488. }
  489. }
  490. }