index.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. .index-page h1,
  2. h2,
  3. h3,
  4. h4,
  5. h5 {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. .index-page {
  10. width: 100%;
  11. }
  12. .index-page .banner {
  13. position: relative;
  14. width: 100%;
  15. height: 42.135vw;
  16. background: url('../images//index/banner.png') no-repeat;
  17. background-size: 100% 100%;
  18. z-index: 3;
  19. }
  20. .index-page .getApp {
  21. position: relative;
  22. width: 100%;
  23. height: 41.67vw;
  24. margin-top: -5.73vw;
  25. background: url('../images//index/getApp.png') no-repeat;
  26. background-size: 100% 100%;
  27. }
  28. .index-page .getApp .where {
  29. padding-top: 14.58vw;
  30. margin-left: 12.5vw;
  31. font-size: 60px;
  32. color: #242a30;
  33. }
  34. .index-page .getApp .answer {
  35. margin-top: 1.18vw;
  36. margin-left: 12.5vw;
  37. font-size: 24px;
  38. color: #959799;
  39. }
  40. .index-page .getApp .qrcodebox {
  41. display: flex;
  42. margin-top: 4.17vw;
  43. margin-left: 12.5vw;
  44. }
  45. .index-page .getApp .qrcodebox .qrcode {
  46. width: 9.375vw;
  47. height: 9.375vw;
  48. margin-right: 2.08vw;
  49. }
  50. .index-page .getApp .qrcodebox .tobox {
  51. display: flex;
  52. flex-direction: column;
  53. justify-content: space-around;
  54. }
  55. .index-page .getApp .qrcodebox .tobox .ios {
  56. width: 6.98vw;
  57. height: 2.08vw;
  58. cursor: pointer;
  59. }
  60. .index-page .take-out {
  61. width: 100%;
  62. height: 46.67vw;
  63. background-color: #fff;
  64. }
  65. .index-page .take-out .food-title {
  66. text-align: center;
  67. font-size: 60px;
  68. color: #242a30;
  69. padding-top: 10.89vw;
  70. }
  71. .index-page .take-out .food-answer {
  72. text-align: center;
  73. font-size: 24px;
  74. color: #242a30;
  75. margin-top: 1.18vw;
  76. }
  77. .index-page .take-out .take-out-body {
  78. margin-top: 1.18vw;
  79. height: 21.46vw;
  80. display: flex;
  81. justify-content: space-between;
  82. align-items: center;
  83. margin-left: 7.1875vw;
  84. margin-right: 12.5vw;
  85. }
  86. .index-page .take-out .take-out-body .img-box {
  87. position: relative;
  88. width: 25.781vw;
  89. height: 100%;
  90. }
  91. .index-page .take-out .take-out-body .img-box .take-out-img {
  92. position: absolute;
  93. width: 21.46vw;
  94. height: 21.46vw;
  95. }
  96. .index-page .take-out .take-out-body .img-box .take-out-people {
  97. position: absolute;
  98. left: 4.17vw;
  99. }
  100. .index-page .take-out .take-out-body .img-info {
  101. width: 17.5vw;
  102. word-break: break-all;
  103. }
  104. .index-page .take-out .take-out-body .take-out-img-info {
  105. position: absolute;
  106. left: 5.3125vw;
  107. top: 50%;
  108. transform: translateY(-50%);
  109. }
  110. .index-page .take-out .take-out-body .whiteColor {
  111. color: #fff;
  112. }
  113. .index-page .take-out .take-out-body .blueColor {
  114. color: #018cff;
  115. }
  116. .index-page .take-out .take-out-body .grayColor {
  117. color: #242a30;
  118. }
  119. .index-page .take-out .take-out-body .take-out-title {
  120. font-size: 72px;
  121. text-shadow: 13.5px 23.38px 54px 0px rgba(3, 3, 3, 0.38);
  122. font-weight: 500;
  123. }
  124. .index-page .take-out .take-out-body .about {
  125. font-size: 24px;
  126. font-weight: 500;
  127. width: 15.208vw;
  128. letter-spacing: -0.6px;
  129. text-shadow: 13.5px 23.38px 54px 0px rgba(3, 3, 3, 0.38);
  130. }
  131. .index-page .take-out .take-out-body p {
  132. font-size: 16px;
  133. font-weight: 400;
  134. letter-spacing: -0.4px;
  135. }
  136. .index-page .take-out .take-out-body .toway {
  137. font-size: 14px;
  138. font-weight: 700;
  139. }
  140. .index-page .map {
  141. width: 100%;
  142. height: 56.25vw;
  143. background: url('../images/index/map.png') no-repeat;
  144. background-size: 100% 100%;
  145. }
  146. .index-page .map h1 {
  147. font-size: 72px;
  148. font-weight: 400;
  149. color: #018cfb;
  150. padding-top: 7.708vw;
  151. margin-left: 12.448vw;
  152. }
  153. .index-page .map p {
  154. width: 42.71vw;
  155. font-size: 24px;
  156. font-weight: 500;
  157. color: #242a30;
  158. line-height: 30px;
  159. margin-left: 12.448vw;
  160. word-break: break-all;
  161. }
  162. .index-page .map .select {
  163. position: relative;
  164. width: 17.97vw;
  165. margin-left: 12.448vw;
  166. }
  167. .index-page .map .select .select-btn {
  168. position: absolute;
  169. width: 100%;
  170. height: 2.81vw;
  171. background: linear-gradient(270deg, #00a8ff 0%, #008cff 100%);
  172. box-shadow: 7.98px 15.01px 32px 0px #d3e1ef;
  173. border-radius: 12px;
  174. cursor: pointer;
  175. text-align: center;
  176. line-height: 2.81vw;
  177. color: #fff;
  178. font-size: 24px;
  179. font-weight: 600;
  180. z-index: 3;
  181. }
  182. .index-page .map .select .pull-box {
  183. position: absolute;
  184. top: 2.81vw;
  185. left: 0;
  186. width: 100%;
  187. height: 15.1vw;
  188. background: #ffffff;
  189. border-radius: 0 0 12px 10px;
  190. overflow: hidden;
  191. overflow-y: auto;
  192. }
  193. .index-page .map .select .pull-box .pull-item {
  194. height: 2.55vw;
  195. line-height: 2.55vw;
  196. padding-left: 2.08vw;
  197. border-bottom: 1px solid #f3f5f7;
  198. color: #018cff;
  199. font-weight: 700;
  200. }
  201. .index-page .map .select .pull-box .pull-item:last-child {
  202. border: none;
  203. }