index.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .banner {
  2. position: relative;
  3. width: 100%;
  4. height: 42.135vw;
  5. background: url('../images//index/banner.png') no-repeat;
  6. background-size: 100% 100%;
  7. z-index: 3;
  8. }
  9. .getApp {
  10. position: relative;
  11. width: 100%;
  12. height: 41.67vw;
  13. margin-top: -5.73vw;
  14. background: url('../images//index/getApp.png') no-repeat;
  15. background-size: 100% 100%;
  16. }
  17. .where {
  18. padding-top: 14.58vw;
  19. margin-left: 12.5vw;
  20. font-size: 60px;
  21. color: #242a30;
  22. }
  23. .answer {
  24. margin-top: 1.18vw;
  25. margin-left: 12.5vw;
  26. font-size: 24px;
  27. color: #959799;
  28. }
  29. .qrcodebox {
  30. display: flex;
  31. margin-top: 4.17vw;
  32. margin-left: 12.5vw;
  33. }
  34. .qrcode {
  35. width: 9.375vw;
  36. height: 9.375vw;
  37. margin-right: 2.08vw;
  38. }
  39. .tobox {
  40. display: flex;
  41. flex-direction: column;
  42. justify-content: space-around;
  43. }
  44. .ios {
  45. width: 6.98vw;
  46. height: 2.08vw;
  47. cursor: pointer;
  48. }
  49. .take-out {
  50. width: 100vw;
  51. height: 46.67vw;
  52. background-color: #fff;
  53. }
  54. .food-title {
  55. text-align: center;
  56. font-size: 60px;
  57. color: #242a30;
  58. margin-top: 10.89vw;
  59. }
  60. .food-answer {
  61. text-align: center;
  62. font-size: 24px;
  63. color: #242a30;
  64. margin-top: 1.18vw;
  65. }
  66. .take-out-body {
  67. margin-top: 1.18vw;
  68. }
  69. .img-box {
  70. position: relative;
  71. margin-left: 7.1875vw;
  72. }
  73. .take-out-img {
  74. position: absolute;
  75. width: 21.46vw;
  76. height: 21.46vw;
  77. }
  78. .take-out-people {
  79. position: absolute;
  80. left: 4.17vw;
  81. }