index.css 8.8 KB

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