index.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. .index-page h1,
  2. h2,
  3. h3,
  4. h4,
  5. h5,
  6. p {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. .font72 {
  11. font-size: 3.75vw;
  12. }
  13. .font60 {
  14. font-size: 3.125vw;
  15. }
  16. .font24 {
  17. font-size: 1.25vw;
  18. }
  19. .index-page {
  20. width: 100%;
  21. }
  22. .index-page .banner {
  23. position: relative;
  24. width: 100%;
  25. height: 42.135vw;
  26. background: url('../../images/home/banner.png') no-repeat;
  27. background-size: 100% 100%;
  28. z-index: 3;
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: center;
  32. align-items: center;
  33. color: #ffffff;
  34. }
  35. .index-page .banner p {
  36. margin-bottom: 0.76vw;
  37. letter-spacing: -1.5px;
  38. }
  39. .index-page .getApp {
  40. position: relative;
  41. width: 100%;
  42. height: 41.67vw;
  43. margin-top: -5.73vw;
  44. background: url('../../images/home/getApp.png') no-repeat;
  45. background-size: 100% 100%;
  46. }
  47. .index-page .getApp .where {
  48. padding-top: 14.58vw;
  49. margin-left: 12.5vw;
  50. color: #242a30;
  51. }
  52. .index-page .getApp .answer {
  53. margin-top: 1.18vw;
  54. margin-left: 12.5vw;
  55. color: #959799;
  56. }
  57. .index-page .getApp .qrcodebox {
  58. display: flex;
  59. margin-top: 4.17vw;
  60. margin-left: 12.5vw;
  61. }
  62. .index-page .getApp .qrcodebox .qrcode {
  63. width: 9.375vw;
  64. height: 9.375vw;
  65. margin-right: 2.08vw;
  66. }
  67. .index-page .getApp .qrcodebox .tobox {
  68. display: flex;
  69. flex-direction: column;
  70. justify-content: space-around;
  71. }
  72. .index-page .getApp .qrcodebox .tobox .ios {
  73. width: 6.98vw;
  74. height: 2.08vw;
  75. cursor: pointer;
  76. }
  77. .index-page .take-out {
  78. width: 100%;
  79. height: 46.67vw;
  80. background-color: #fff;
  81. }
  82. .index-page .take-out .food-title {
  83. text-align: center;
  84. color: #242a30;
  85. padding-top: 10.89vw;
  86. }
  87. .index-page .take-out .food-answer {
  88. text-align: center;
  89. color: #242a30;
  90. margin-top: 1.18vw;
  91. }
  92. .index-page .take-out .take-out-body {
  93. margin-top: 1.18vw;
  94. height: 21.46vw;
  95. display: flex;
  96. justify-content: space-between;
  97. align-items: center;
  98. margin-left: 7.1875vw;
  99. margin-right: 12.5vw;
  100. }
  101. .index-page .take-out .take-out-body .img-box {
  102. position: relative;
  103. width: 25.781vw;
  104. height: 100%;
  105. }
  106. .index-page .take-out .take-out-body .img-box .take-out-img {
  107. display: none;
  108. position: absolute;
  109. width: 21.46vw;
  110. height: 21.46vw;
  111. }
  112. .index-page .take-out .take-out-body .img-box .take-out-people {
  113. position: absolute;
  114. left: 4.17vw;
  115. }
  116. .index-page .take-out .take-out-body .img-info {
  117. width: 17.5vw;
  118. word-break: break-all;
  119. }
  120. .index-page .take-out .take-out-body .take-out-img-info {
  121. position: absolute;
  122. left: 5.3125vw;
  123. top: 5.21vw;
  124. }
  125. .index-page .take-out .blueColor {
  126. color: #018cff;
  127. }
  128. .index-page .take-out .grayColor {
  129. color: #242a30;
  130. }
  131. .index-page .take-out .whiteColor {
  132. color: #fff;
  133. }
  134. .index-page .take-out .take-out-body .take-out-title {
  135. font-size: 3.75vw;
  136. text-shadow: 13.5px 23.38px 54px 0px rgba(3, 3, 3, 0.38);
  137. font-weight: 500;
  138. }
  139. .index-page .take-out .take-out-body .about {
  140. font-size: 1.25vw;
  141. font-weight: 500;
  142. width: 15.208vw;
  143. letter-spacing: -0.6px;
  144. text-shadow: 13.5px 23.38px 54px 0px rgba(3, 3, 3, 0.38);
  145. margin-bottom: 1.56vw;
  146. }
  147. .index-page .take-out .take-out-body p {
  148. font-size: 16px;
  149. font-weight: 400;
  150. letter-spacing: -0.4px;
  151. margin-bottom: 1.82vw;
  152. }
  153. .index-page .take-out .take-out-body .toway {
  154. font-size: 14px;
  155. font-weight: 700;
  156. }
  157. .index-page .map {
  158. width: 100%;
  159. height: 56.25vw;
  160. background: url('../../images/home/map.png') no-repeat;
  161. background-size: 100% 100%;
  162. }
  163. .index-page .map h1 {
  164. font-size: 3.75vw;
  165. font-weight: 400;
  166. color: #018cfb;
  167. padding-top: 7.708vw;
  168. margin-left: 12.448vw;
  169. }
  170. .index-page .map p {
  171. width: 42.71vw;
  172. font-size: 1.25vw;
  173. font-weight: 500;
  174. color: #242a30;
  175. line-height: 30px;
  176. margin-left: 12.448vw;
  177. word-break: break-all;
  178. margin-bottom: 3.125vw;
  179. margin-top: 1.35vw;
  180. }
  181. .index-page .map .select {
  182. position: relative;
  183. width: 17.97vw;
  184. margin-left: 12.448vw;
  185. }
  186. .index-page .map .select .select-btn {
  187. position: absolute;
  188. width: 100%;
  189. height: 2.81vw;
  190. background: linear-gradient(270deg, #00a8ff 0%, #008cff 100%);
  191. box-shadow: 7.98px 15.01px 32px 0px #d3e1ef;
  192. border-radius: 12px;
  193. cursor: pointer;
  194. text-align: center;
  195. line-height: 2.81vw;
  196. color: #fff;
  197. font-size: 1.25vw;
  198. font-weight: 600;
  199. z-index: 3;
  200. }
  201. .index-page .map .select .pull-box {
  202. display: none;
  203. position: absolute;
  204. top: 2.81vw;
  205. left: 0;
  206. width: 100%;
  207. height: 15.1vw;
  208. background: #ffffff;
  209. border-radius: 0 0 12px 10px;
  210. overflow: hidden;
  211. overflow-y: auto;
  212. }
  213. .index-page .map .select .pull-box .pull-item {
  214. height: 2.55vw;
  215. line-height: 2.55vw;
  216. padding-left: 2.08vw;
  217. border-bottom: 1px solid #f3f5f7;
  218. color: #018cff;
  219. font-weight: 700;
  220. }
  221. .index-page .map .select .pull-box .pull-item:last-child {
  222. border: none;
  223. }
  224. .index-page .getApp .app {
  225. display: none;
  226. }
  227. .index-page .take-out .take-out-imgs,
  228. .index-page .take-out .swiper {
  229. display: none;
  230. }
  231. .index-page .every {
  232. display: none;
  233. }
  234. .index-page .maph5 {
  235. display: none;
  236. }
  237. .index-page .footer-full {
  238. display: none;
  239. }
  240. @media screen and (max-width: 960px) {
  241. /* 750 */
  242. .font100 {
  243. font-size: 13.33vw;
  244. }
  245. .font72 {
  246. font-size: 9.6vw;
  247. }
  248. .font60 {
  249. font-size: 8vw;
  250. }
  251. .font48 {
  252. font-size: 6.4vw;
  253. }
  254. .font36 {
  255. font-size: 4.8vw;
  256. }
  257. .font24 {
  258. font-size: 3.2vw;
  259. }
  260. .footer-page {
  261. display: none;
  262. }
  263. .index-page .banner {
  264. height: 89.2vw;
  265. background: url('../../images//home/phone/banner-pho.png') no-repeat;
  266. background-size: 100% 100%;
  267. }
  268. .index-page .getApp {
  269. height: 66.67vw;
  270. background: url('../../images//home/phone/getApp.png') no-repeat;
  271. background-size: 100% 100%;
  272. }
  273. .index-page .getApp .whereapp {
  274. width: 53.33vw;
  275. word-break: break-all;
  276. }
  277. .index-page .getApp .where,
  278. .index-page .getApp .answer {
  279. margin-left: 4vw;
  280. color: #242a30;
  281. }
  282. .index-page .getApp .where {
  283. padding-top: 5.33vw;
  284. }
  285. .index-page .getApp .answer {
  286. margin-top: 3.73vw;
  287. }
  288. .index-page .getApp .qrcodebox {
  289. margin-left: 4vw;
  290. }
  291. .index-page .getApp .qrcodebox .qrcode {
  292. width: 18.67vw;
  293. height: 18.67vw;
  294. }
  295. .index-page .getApp .qrcodebox .tobox .ios {
  296. width: 33.33vw;
  297. height: 8.27vw;
  298. }
  299. .index-page .getApp .app {
  300. position: absolute;
  301. display: block;
  302. bottom: 0;
  303. right: 0;
  304. width: 39.6vw;
  305. height: 59.87vw;
  306. }
  307. .index-page .take-out {
  308. position: relative;
  309. height: auto;
  310. }
  311. .index-page .take-out .food-title {
  312. margin-left: 4vw;
  313. text-align: left;
  314. }
  315. .index-page .take-out .food-answer {
  316. margin-left: 4vw;
  317. text-align: left;
  318. }
  319. .index-page .take-out .take-out-body {
  320. display: none;
  321. }
  322. .index-page .take-out .take-out-imgs {
  323. display: block;
  324. position: relative;
  325. }
  326. .index-page .take-out .take-out-imgs .take-out-img {
  327. position: absolute;
  328. width: 50.67vw;
  329. height: 50.67vw;
  330. top: 4vw;
  331. right: 16.53vw;
  332. }
  333. .index-page .take-out .take-out-imgs .take-out-people {
  334. right: 6.4vw;
  335. }
  336. .index-page .take-out .swiper {
  337. display: block;
  338. margin-top: 44.27vw;
  339. margin-left: 4vw;
  340. }
  341. .index-page .take-out .swiper .img-info {
  342. width: 55.33vw;
  343. padding-bottom: 8vw;
  344. word-break: break-all;
  345. }
  346. .index-page .take-out .swiper .img-info .about {
  347. margin-top: 2.4vw;
  348. }
  349. .index-page .take-out .swiper .img-info .grayColor {
  350. color: #282828;
  351. }
  352. .swiper-horizontal > .swiper-pagination-bullets,
  353. .swiper-pagination-bullets.swiper-pagination-horizontal,
  354. .swiper-pagination-custom,
  355. .swiper-pagination-fraction {
  356. bottom: 0;
  357. }
  358. .index-page .every {
  359. display: block;
  360. padding: 9.33vw 8.8vw 7.33vw 4vw;
  361. background: #f7f7f7;
  362. }
  363. .index-page .every .title {
  364. font-family: NexaBold, NexaBold-Regular;
  365. font-weight: 400;
  366. color: #282828;
  367. letter-spacing: -2.4px;
  368. margin-bottom: 2.67vw;
  369. }
  370. .index-page .every .content {
  371. color: #282828;
  372. letter-spacing: -0.24px;
  373. word-break: break-all;
  374. font-weight: 400;
  375. font-family: EuclidSquare, EuclidSquare-Regular;
  376. }
  377. .index-page .map {
  378. display: none;
  379. }
  380. .index-page .maph5 {
  381. display: block;
  382. width: 100%;
  383. }
  384. .index-page .maph5 .head-maph5 {
  385. display: flex;
  386. justify-content: space-between;
  387. align-items: center;
  388. width: 100%;
  389. height: 12.4vw;
  390. background: #3a9ff2;
  391. color: #ffffff;
  392. font-family: Gilroy, Gilroy-Bold;
  393. font-weight: 700;
  394. padding-left: 3.73vw;
  395. padding-right: 4vw;
  396. box-sizing: border-box;
  397. }
  398. .index-page .maph5 .head-maph5 .select {
  399. display: flex;
  400. justify-content: center;
  401. align-items: center;
  402. width: 9.07vw;
  403. height: 9.07vw;
  404. border: 0.53vw solid #ffffff;
  405. border-radius: 1.6vw;
  406. }
  407. .index-page .maph5 .head-maph5 .select .open {
  408. width: 2.27vw;
  409. height: 1.47vw;
  410. }
  411. .index-page .maph5 .map-bg {
  412. width: 100%;
  413. height: 90.67vw;
  414. padding-top: 6.4vw;
  415. background: url('../../images/home/phone/map-bg-pho.png') no-repeat;
  416. background-size: 100% 100%;
  417. }
  418. .index-page .maph5 .map-bg .map-img {
  419. width: 88.4vw;
  420. height: 42.27vw;
  421. margin: 0 auto;
  422. background: url('../../images/home/phone/map-pho.png') no-repeat;
  423. background-size: 100% 100%;
  424. }
  425. .index-page .footer-full {
  426. display: block;
  427. position: static;
  428. }
  429. .index-page .footer-full .header {
  430. width: 100%;
  431. height: 15.73vw;
  432. background: #008cff;
  433. display: flex;
  434. align-items: center;
  435. justify-content: space-between;
  436. padding: 0 4vw;
  437. }
  438. .index-page .footer-full .header .logo {
  439. width: 26.8vw;
  440. height: 7.73vw;
  441. }
  442. .index-page .footer-full .header .close {
  443. width: 4.66vw;
  444. height: 4.66vw;
  445. }
  446. .index-page .footer-full .title {
  447. font-size: 4.8vw;
  448. font-family: NexaBold, NexaBold-Regular;
  449. font-weight: 400;
  450. text-align: justifyLeft;
  451. color: #242a30;
  452. line-height: 9.6vw;
  453. }
  454. .index-page .footer-full .link {
  455. font-size: 3.73vw;
  456. font-family: NexaBold, NexaBold-Regular;
  457. font-weight: 400;
  458. text-align: justifyLeft;
  459. color: #97a5b0;
  460. line-height: 7.46vw;
  461. }
  462. }