main.scss 6.3 KB

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