map.scss 9.8 KB

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