order.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. @import "../../../../common/scss/reset.scss";
  2. body {
  3. color: white;
  4. background: url("../images/bg.png") no-repeat #59089f;
  5. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  6. background-size: 100% 100%;
  7. }
  8. iframe {
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. border: 0px;
  15. }
  16. .section-banner {
  17. height: 9rem;
  18. background: url("../images/banner.png") no-repeat;
  19. background-size: 100%;
  20. .title {
  21. padding-top: 7.2rem;
  22. display: flex;
  23. justify-content: center;
  24. img {
  25. width: 5.85rem;
  26. height: 0.6rem;
  27. display: none;
  28. }
  29. }
  30. .products {
  31. height: 0.68rem;
  32. margin-top: 0.3rem;
  33. display: flex;
  34. align-items: center;
  35. ul {
  36. margin: 0 auto;
  37. li {
  38. margin-right: 0.14rem;
  39. float: left;
  40. &:last-child {
  41. margin-right: 0;
  42. }
  43. img {
  44. width: 0.66rem;
  45. height: 0.66rem;
  46. }
  47. }
  48. }
  49. }
  50. .duration {
  51. font-size: 0.3rem;
  52. text-decoration: none;
  53. text-align: center;
  54. margin-top: 0.2rem;
  55. }
  56. }
  57. .section-order {
  58. display: flex;
  59. justify-content: center;
  60. margin-top: 0.48rem;
  61. .btn {
  62. input {
  63. color: white;
  64. border: none;
  65. font-size: 0.34rem;
  66. width: 6.18rem;
  67. height: 0.98rem;
  68. background: url("../images/btn-order.png") no-repeat;
  69. background-size: 100% 100%;
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. }
  74. }
  75. }
  76. .section-agr {
  77. font-size: 0.3rem;
  78. text-align: center;
  79. text-decoration: underline;
  80. margin-top: 0.2rem;
  81. margin-bottom: 1rem;
  82. a {
  83. color: white;
  84. text-decoration: none;
  85. }
  86. }
  87. .overlay {
  88. background: rgba(0, 0, 0, 0.3);
  89. position: fixed;
  90. top: 0;
  91. left: 0;
  92. right: 0;
  93. bottom: 0;
  94. }
  95. .dialog-agr {
  96. background: #2b2059;
  97. color: white;
  98. width: 6.9rem;
  99. height: 9.48rem;
  100. position: absolute;
  101. left: 0.3rem;
  102. right: 0.3rem;
  103. top: 1.6rem;
  104. h3 {
  105. font-size: 0.34rem;
  106. text-align: center;
  107. margin: 0.3rem auto 0.4rem;
  108. font-weight: bold;
  109. }
  110. h4 {
  111. font-size: 0.3rem;
  112. font-weight: bold;
  113. }
  114. ul {
  115. margin: 0.4rem;
  116. font-size: 0.28rem;
  117. li {
  118. p {
  119. line-height: 0.5rem;
  120. }
  121. a {
  122. color: #ffd525;
  123. }
  124. }
  125. }
  126. }
  127. .section-active {
  128. font-size: 0.3rem;
  129. text-align: center;
  130. margin-top: 0.3rem;
  131. a {
  132. color: #ffd525;
  133. }
  134. }