map.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  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-top {
  262. display: flex;
  263. align-items: center;
  264. justify-content: space-between;
  265. }
  266. .search {
  267. position: relative;
  268. flex: none;
  269. width: 100%;
  270. background: #FFFFFF;
  271. box-shadow: 0px 12rpx 16rpx 0px rgba(220, 222, 229, 0.4);
  272. display: flex;
  273. flex-direction: column;
  274. align-items: inherit;
  275. justify-content: space-between;
  276. .search-loupe {
  277. flex: none;
  278. width: 60rpx;
  279. height: 60rpx;
  280. background: #FFFFFF;
  281. border-radius: 50%;
  282. border: 2rpx solid #EDEDED;
  283. display: flex;
  284. align-items: center;
  285. justify-content: center;
  286. margin-right: 16rpx;
  287. }
  288. .search-area-all {
  289. flex: 1;
  290. display: flex;
  291. align-items: center;
  292. justify-content: flex-start;
  293. .search-areaClick {
  294. padding: 12rpx 22rpx;
  295. height: 52rpx;
  296. background: #FFFFFF;
  297. border-radius: 26rpx;
  298. border: 2rpx solid #FF6200;
  299. font-weight: 500;
  300. color: #FF6200;
  301. font-size: 28rpx;
  302. display: flex;
  303. align-items: center;
  304. justify-content: center;
  305. margin-right: 16rpx;
  306. text {
  307. margin-right: 8rpx;
  308. }
  309. }
  310. .search-area {
  311. padding: 12rpx 22rpx;
  312. height: 52rpx;
  313. background: #FFFFFF;
  314. border-radius: 26rpx;
  315. border: 2rpx solid #EDEDED;
  316. font-weight: 500;
  317. color: #666666;
  318. font-size: 28rpx;
  319. display: flex;
  320. align-items: center;
  321. justify-content: center;
  322. margin-right: 16rpx;
  323. text {
  324. margin-right: 8rpx;
  325. }
  326. }
  327. }
  328. }
  329. .address-nav {
  330. position: fixed;
  331. width: 100%;
  332. bottom: 136rpx;
  333. padding: 0 8px;
  334. .address-nav-btn {
  335. width: 100%;
  336. display: flex;
  337. align-items: center;
  338. justify-content: space-between;
  339. }
  340. .address-nav-button{
  341. position: fixed;
  342. bottom: 450rpx;
  343. &:first-child{
  344. left:16rpx;
  345. }
  346. &:last-child{
  347. right:16rpx;
  348. }
  349. }
  350. }
  351. .address {
  352. flex: 1;
  353. position: relative;
  354. .address-detail {
  355. display: inline-block;
  356. position: relative;
  357. flex: none;
  358. width: 248px;
  359. height: 159px;
  360. border-radius: 10rpx;
  361. margin-right: 8px;
  362. overflow: hidden;
  363. &:last-child {
  364. margin-right: 0rpx;
  365. }
  366. .mark{
  367. height: inherit;
  368. width: inherit;
  369. overflow: hidden;
  370. border-radius: 10rpx;
  371. image{
  372. // width: 100%;
  373. height: 159px;
  374. width: 342px;
  375. border-radius: 10rpx;
  376. }
  377. }
  378. .inner {
  379. width: 100%;
  380. height: inherit;
  381. border-radius: 10rpx;
  382. position: absolute;
  383. z-index: 2;
  384. top: 0;
  385. left: 0;
  386. .address-detail-main {
  387. position: absolute;
  388. left: 0;
  389. bottom: 30rpx;
  390. width: 100%;
  391. display: flex;
  392. align-items: flex-end;
  393. justify-content: space-between;
  394. .address-detail-main-left {
  395. position: absolute;
  396. left: 20rpx;
  397. .title {
  398. font-size: 32rpx;
  399. font-weight: bold;
  400. color: #FFFFFF;
  401. }
  402. .content {
  403. width: 100%;
  404. height: 64rpx;
  405. display: flex;
  406. align-items: center;
  407. justify-content: flex-start;
  408. flex-wrap: nowrap;
  409. overflow: hidden;
  410. text{
  411. line-height: 36rpx;
  412. height: 36rpx;
  413. padding: 0 10rpx;
  414. /* padding: 4rpx 6rpx; */
  415. font-size: 22rpx;
  416. color: #ffffff;
  417. background: rgba(142, 160, 166, 0.6);
  418. border-radius: 17rpx;
  419. margin-right: 10rpx;
  420. }
  421. }
  422. .bottom {
  423. display: flex;
  424. align-items: center;
  425. justify-content: flex-start;
  426. .bottom-left {
  427. font-size: 24rpx;
  428. font-weight: bold;
  429. color: #ffffff;
  430. margin-right: 6rpx;
  431. }
  432. .bottom-right {
  433. font-size: 32rpx;
  434. font-weight: bold;
  435. color: #ffffff;
  436. }
  437. }
  438. }
  439. .address-detail-main-right {
  440. position: absolute;
  441. right: 24rpx;
  442. width: 120rpx;
  443. height: 44rpx;
  444. background: #FF6300;
  445. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  446. border-radius: 22rpx;
  447. display: flex;
  448. align-items: center;
  449. justify-content: center;
  450. color: #ffffff;
  451. font-size: 28rpx;
  452. }
  453. }
  454. .address-detail-position {
  455. position: absolute;
  456. top: 22rpx;
  457. right: 24rpx;
  458. display: flex;
  459. align-items: center;
  460. justify-content: center;
  461. font-weight: 500;
  462. color: #FFFFFF;
  463. font-size: 20rpx;
  464. }
  465. }
  466. }
  467. }