order.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. @charset "UTF-8";
  2. /* http://meyerweb.com/eric/tools/css/reset/
  3. v2.0 | 20110126
  4. License: none (public domain)
  5. */
  6. html, body, div, span, applet, object, iframe,
  7. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  8. a, abbr, acronym, address, big, cite, code,
  9. del, dfn, em, img, ins, kbd, q, s, samp,
  10. small, strike, strong, sub, sup, tt, var,
  11. b, u, i, center,
  12. dl, dt, dd, ol, ul, li,
  13. fieldset, form, label, legend,
  14. table, caption, tbody, tfoot, thead, tr, th, td,
  15. article, aside, canvas, details, embed,
  16. figure, figcaption, footer, header, hgroup,
  17. menu, nav, output, ruby, section, summary,
  18. time, mark, audio, video {
  19. margin: 0;
  20. padding: 0;
  21. border: 0;
  22. font-size: 100%;
  23. font: inherit;
  24. vertical-align: baseline; }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block; }
  29. ol, ul {
  30. list-style: none; }
  31. blockquote, q {
  32. quotes: none; }
  33. blockquote:before, blockquote:after,
  34. q:before, q:after {
  35. content: '';
  36. content: none; }
  37. table {
  38. border-collapse: collapse;
  39. border-spacing: 0; }
  40. input {
  41. -webkit-box-sizing: border-box;
  42. -moz-box-sizing: border-box;
  43. box-sizing: border-box; }
  44. body {
  45. color: white;
  46. background: url("../images/bg.png") no-repeat #59089f;
  47. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  48. background-size: 100% 100%; }
  49. iframe {
  50. position: fixed;
  51. top: 0;
  52. left: 0;
  53. width: 100%;
  54. height: 100%;
  55. border: 0px; }
  56. .section-banner {
  57. height: 9rem;
  58. background: url("../images/banner.png") no-repeat;
  59. background-size: 100%; }
  60. .section-banner .title {
  61. padding-top: 7.2rem;
  62. display: flex;
  63. justify-content: center; }
  64. .section-banner .title img {
  65. width: 5.85rem;
  66. height: 0.6rem;
  67. display: none; }
  68. .section-banner .products {
  69. height: 0.68rem;
  70. margin-top: 0.3rem;
  71. display: flex;
  72. align-items: center; }
  73. .section-banner .products ul {
  74. margin: 0 auto; }
  75. .section-banner .products ul li {
  76. margin-right: 0.14rem;
  77. float: left; }
  78. .section-banner .products ul li:last-child {
  79. margin-right: 0; }
  80. .section-banner .products ul li img {
  81. width: 0.66rem;
  82. height: 0.66rem; }
  83. .section-banner .duration {
  84. font-size: 0.3rem;
  85. text-decoration: none;
  86. text-align: center;
  87. margin-top: 0.2rem; }
  88. .section-order {
  89. display: flex;
  90. justify-content: center;
  91. margin-top: 0.48rem; }
  92. .section-order .btn input {
  93. color: white;
  94. border: none;
  95. font-size: 0.34rem;
  96. width: 6.18rem;
  97. height: 0.98rem;
  98. background: url("../images/btn-order.png") no-repeat;
  99. background-size: 100% 100%;
  100. display: flex;
  101. align-items: center;
  102. justify-content: center; }
  103. .section-agr {
  104. font-size: 0.3rem;
  105. text-align: center;
  106. text-decoration: underline;
  107. margin-top: 0.2rem;
  108. margin-bottom: 1rem; }
  109. .section-agr a {
  110. color: white;
  111. text-decoration: none; }
  112. .overlay {
  113. background: rgba(0, 0, 0, 0.3);
  114. position: fixed;
  115. top: 0;
  116. left: 0;
  117. right: 0;
  118. bottom: 0; }
  119. .dialog-agr {
  120. background: #2b2059;
  121. color: white;
  122. width: 6.9rem;
  123. height: 9.48rem;
  124. position: absolute;
  125. left: 0.3rem;
  126. right: 0.3rem;
  127. top: 1.6rem; }
  128. .dialog-agr h3 {
  129. font-size: 0.34rem;
  130. text-align: center;
  131. margin: 0.3rem auto 0.4rem;
  132. font-weight: bold; }
  133. .dialog-agr h4 {
  134. font-size: 0.3rem;
  135. font-weight: bold; }
  136. .dialog-agr ul {
  137. margin: 0.4rem;
  138. font-size: 0.28rem; }
  139. .dialog-agr ul li p {
  140. line-height: 0.5rem; }
  141. .dialog-agr ul li a {
  142. color: #ffd525; }
  143. .section-active {
  144. font-size: 0.3rem;
  145. text-align: center;
  146. margin-top: 0.3rem; }
  147. .section-active a {
  148. color: #ffd525; }
  149. /*# sourceMappingURL=order.css.map */