main.scss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html, body {
  4. margin: 0;
  5. padding: 0;
  6. height: 100%;
  7. }
  8. body {
  9. color: white;
  10. min-height: 12.27rem;
  11. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  12. background: linear-gradient(to bottom, #74C5C1 0%, #D9EBE0 52%, #E2F5F3 83%, #E2F5F3 100%) no-repeat;
  13. background-size: 100% 15rem;
  14. }
  15. .main {
  16. width: 100%;
  17. height: 100%;
  18. box-sizing: border-box;
  19. background: url('../images/bg-bottom.png') no-repeat bottom;
  20. background-size: 100% 100%;
  21. position: relative;
  22. }
  23. .main-order {
  24. .banner {
  25. height: 9.39rem;
  26. display: flex;
  27. align-items: flex-end;
  28. position: relative;
  29. .logo {
  30. width: 1.46rem;
  31. height: 0.97rem;
  32. position: absolute;
  33. top: 0.28rem;
  34. left: 0.3rem;
  35. background: url(../images/unicom.png) no-repeat bottom;
  36. background-size: 100% 100%;
  37. }
  38. .banner-text {
  39. width: 7.5rem;
  40. height: 9.39rem;
  41. background: url('../images/banner.png') no-repeat;
  42. background-size: 100%, 100%;
  43. margin: 0 auto;
  44. }
  45. }
  46. .apps {
  47. margin: 0.1rem 1rem 0;
  48. img {
  49. width: 100%;
  50. display: block;
  51. }
  52. }
  53. .order {
  54. height: 0.93rem;
  55. margin: 0.34rem auto 0;
  56. padding: unset;
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. .btn {
  61. width: 6.22rem;
  62. height: 0.93rem;
  63. color: #23697A;
  64. font-size: 0.36rem;
  65. font-weight: 500;
  66. background: none;
  67. margin: 0;
  68. padding: 0;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. border: none;
  73. outline: none;
  74. background: url('../images/btn-order.png') no-repeat;
  75. background-size: 100% 100%;
  76. }
  77. }
  78. .btn-tip {
  79. display: flex;
  80. align-items: center;
  81. justify-content: center;
  82. margin: 0.3rem auto;
  83. span {
  84. color: #23697A;
  85. font-size: 0.3rem;
  86. border-bottom: 0.02rem solid #23697A;
  87. padding-bottom: 0.1em;
  88. }
  89. }
  90. }
  91. .overlay {
  92. position: fixed;
  93. top: 0;
  94. right: 0;
  95. bottom: 0;
  96. left: 0;
  97. z-index: 9990;
  98. background-color: rgba(0, 0, 0, 0.3);
  99. min-height: 6.5rem;
  100. }
  101. .dialog-agr {
  102. position: absolute;
  103. top: 50%;
  104. left: 50%;
  105. -webkit-transform: translateX(-50%) translateY(-50%);
  106. -webkit-transform: translateX(-50%) translateY(-50%);
  107. -moz-transform: translateX(-50%) translateY(-50%);
  108. -ms-transform: translateX(-50%) translateY(-50%);
  109. transform: translateX(-50%) translateY(-50%);
  110. width: 6.91rem;
  111. height: 10rem;
  112. font-size: 0.28rem;
  113. background: url(../images/bg-agr.png) no-repeat;
  114. background-size: 100% 100%;
  115. z-index: 10000;
  116. color: #ffffff;
  117. text-align: justify;
  118. border-radius: 0.2rem;
  119. overflow: hidden;
  120. padding-top: 0.45rem;
  121. h2 {
  122. height: 0.6rem;
  123. font-size: 0.38rem;
  124. text-align: center;
  125. margin: 0.4rem auto 0;
  126. width: auto;
  127. }
  128. .close {
  129. width: 0.44rem;
  130. height: 0.44rem;
  131. top: .4rem;
  132. right: 0.5rem;
  133. position: absolute;
  134. z-index: 1;
  135. img {
  136. width: 100%;
  137. height: 100%;
  138. }
  139. }
  140. .container {
  141. height: 9.4rem;
  142. overflow: scroll;
  143. .title {
  144. color: #333333;
  145. font-size: 0.3rem;
  146. font-weight: bold;
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. // position: sticky;
  151. top: 0;
  152. width: 6rem;
  153. height: 0.6rem;
  154. margin: 0 auto;
  155. }
  156. .content {
  157. color: #666666;
  158. font-size: 0.24rem;
  159. line-height: 0.45rem;
  160. margin: 0 auto;
  161. ul {
  162. list-style-type: none;
  163. padding: 0 0.4rem;
  164. li {
  165. margin-bottom: 0.1rem;
  166. p {
  167. a {
  168. color: #23697A;
  169. border-bottom: 0.02rem solid #23697A;
  170. }
  171. }
  172. }
  173. }
  174. }
  175. }
  176. }
  177. .section-agr {
  178. margin-top: 0.4rem;
  179. .title {
  180. height: 0.95rem;
  181. text-align: center;
  182. img {
  183. width: 2.87rem;
  184. height: 0.95rem;
  185. }
  186. }
  187. .content {
  188. border-radius: 0.2rem;
  189. margin: 0.25rem 0.4rem 0;
  190. .red {
  191. color: #ff4a38;
  192. }
  193. .title {
  194. width: 1.7rem;
  195. height: 0.68rem;
  196. background: url(../images/bg-title.png) no-repeat;
  197. background-size: 100% 100%;
  198. display: flex;
  199. align-items: center;
  200. justify-content: center;
  201. font-size: 0.3rem;
  202. color: #63AB47;
  203. margin-bottom: 0.1rem;
  204. }
  205. ul {
  206. color: rgb(61,70,68);
  207. font-size: 0.28rem;
  208. text-align: justify;
  209. margin-bottom: 0.43rem;
  210. li {
  211. margin-bottom: 0.15rem;
  212. line-height: 0.38rem;
  213. .sub-ul {
  214. margin: 0.1rem 0;
  215. li {
  216. font-size: 0.24rem;
  217. }
  218. }
  219. &:last-child {
  220. margin-bottom: 0;
  221. }
  222. }
  223. }
  224. }
  225. .footer {
  226. color: #ff4a38;
  227. text-align: center;
  228. font-size: 0.24rem;
  229. span {
  230. transform:rotate(7deg)
  231. }
  232. }
  233. }
  234. // 激活
  235. .active {
  236. p {
  237. color: #23697A;
  238. font-size: 0.3rem;
  239. text-align: center;
  240. margin: 0.2rem 0 0.3rem;
  241. a {
  242. border-bottom: 0.02rem solid #23697A;
  243. }
  244. }
  245. }
  246. // 免责声明
  247. .disclaimer {
  248. color: #23697A;
  249. font-size: 0.26rem;
  250. text-align: center;
  251. margin: 1rem auto 0;
  252. padding-bottom: 0.2rem;
  253. }