order.scss 2.3 KB

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