main.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html, body {
  4. margin: 0;
  5. padding: 0;
  6. }
  7. body {
  8. color: white;
  9. min-height: 12.5rem;
  10. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  11. background: url('../images/bg-15.png') no-repeat;
  12. background-size: 100% 100%;
  13. }
  14. .body-9 {
  15. background: url('../images/bg-9.png') no-repeat;
  16. background-size: 100% 100%;
  17. }
  18. .banner {
  19. height: 5.65rem;
  20. display: flex;
  21. align-items: flex-end;
  22. justify-content: center;
  23. .banner-text {
  24. width: 7.5rem;
  25. height: 5.8rem;
  26. background: url(../images/banner-text-15.png) no-repeat;
  27. background-size: 100%, 100%;
  28. }
  29. .banner-text-9 {
  30. width: 4.9rem;
  31. height: 5.43rem;
  32. background: url('../images/banner-text-9.png') no-repeat;
  33. background-size: 100%, 100%;
  34. }
  35. }
  36. .slider {
  37. position: relative;
  38. height: 2.62rem;
  39. display: flex;
  40. align-items: center;
  41. z-index: 0;
  42. margin: 0.17rem 0.08rem;
  43. .item-15 {
  44. width: 4.89rem;
  45. height: 2.62rem;
  46. background: url('../images/p-15-active.png') no-repeat;
  47. background-size: 100%, 100%;
  48. position: absolute;
  49. z-index: 1;
  50. animation: item15-in 1s;
  51. }
  52. .item-15-inactive {
  53. width: 3.02rem;
  54. height: 1.51rem;
  55. background: url('../images/p-15-inactive.png') no-repeat;
  56. background-size: 100%, 100%;
  57. position: absolute;
  58. z-index: 0;
  59. animation: item15-out 1s;
  60. }
  61. .item-9 {
  62. width: 4.89rem;
  63. height: 2.62rem;
  64. background: url('../images/p-9-active.png') no-repeat;
  65. background-size: 100%, 100%;
  66. position: absolute;
  67. right: 0;
  68. z-index: 1;
  69. animation: item9-in 1s;
  70. }
  71. .item-9-inactive {
  72. width: 3.02rem;
  73. height: 1.51rem;
  74. background: url('../images/p-9-inactive.png') no-repeat;
  75. background-size: 100%, 100%;
  76. position: absolute;
  77. right: 0;
  78. z-index: 0;
  79. animation: item9-out 1s;
  80. }
  81. @keyframes item9-in {
  82. from {
  83. width: 3.02rem;
  84. height: 1.51rem;
  85. top: 0.32rem;
  86. }
  87. to {
  88. width: 4.89rem;
  89. height: 2.62rem;
  90. top: 0rem;
  91. }
  92. }
  93. @keyframes item9-out {
  94. from {
  95. width: 4.89rem;
  96. height: 2.62rem;
  97. }
  98. to {
  99. width: 3.02rem;
  100. height: 1.51rem;
  101. }
  102. }
  103. @keyframes item15-in {
  104. from {
  105. width: 3.02rem;
  106. height: 1.51rem;
  107. top: 0.32rem;
  108. }
  109. to {
  110. width: 4.89rem;
  111. height: 2.62rem;
  112. top: 0rem;
  113. }
  114. }
  115. @keyframes item15-out {
  116. from {
  117. width: 4.89rem;
  118. height: 2.62rem;
  119. }
  120. to {
  121. width: 3.02rem;
  122. height: 1.51rem;
  123. }
  124. }
  125. }
  126. .order {
  127. display: flex;
  128. justify-content: center;
  129. .btn {
  130. width: 6.91rem;
  131. height: 0.96rem;
  132. }
  133. .btn-order {
  134. background: url('../images/btn-order.png') no-repeat;
  135. background-size: 100%, 100%;
  136. }
  137. }
  138. .agr {
  139. margin: 0.22rem 0.3rem 0.1rem;
  140. .title {
  141. width: 2.7rem;
  142. height: 1.6rem;
  143. background: url('../images/tips-15.png') no-repeat;
  144. background-size: 100%, 100%;
  145. margin: 0 auto;
  146. }
  147. h2 {
  148. color: #FFD52C;
  149. font-size: 0.26rem;
  150. font-weight: bold;
  151. margin-bottom: 0.15rem;
  152. }
  153. ul {
  154. margin: 0 auto;
  155. text-align: justify;
  156. margin-bottom: 0.35rem;
  157. li {
  158. color: #fff;
  159. font-weight: 400;
  160. font-size: 0.24rem;
  161. margin-bottom: 0.15rem;
  162. line-height: 0.36rem;
  163. a {
  164. color: #0AFFF7;
  165. border-bottom: 0.01rem solid #0AFFF7;
  166. }
  167. }
  168. }
  169. }
  170. input::-webkit-input-placeholder {
  171. color: #9E9E9E;
  172. font-size: 0.28rem;
  173. }
  174. input::-moz-placeholder { /* Mozilla Firefox 19+ */
  175. color: #9E9E9E;
  176. font-size: 0.28rem;
  177. }
  178. input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  179. color: #9E9E9E;
  180. font-size: 0.28rem;
  181. }
  182. input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  183. color: #9E9E9E;
  184. font-size: 0.28rem;
  185. }
  186. .sms-form {
  187. display: flex;
  188. align-items: center;
  189. justify-content: center;
  190. }
  191. .cancel-form {
  192. height: 4.18rem;
  193. margin: 0.25rem 0.05rem;
  194. padding-top: 0.2rem;
  195. background: url(../images/bg-cancel-dialog.png);
  196. background-size: 100% 100%;
  197. }
  198. .draw-form {
  199. height: 5.8rem;
  200. margin: 0.45rem 0.15rem 0 0.17rem;
  201. background: url(../images/bg-draw-dialog.png);
  202. background-size: 100% 100%;
  203. padding-top: 1.3rem;
  204. }
  205. .form-group {
  206. width: 6rem;
  207. .input-row {
  208. display: flex;
  209. align-content: space-between;
  210. justify-content: center;
  211. margin-bottom: 0.4rem;
  212. .smscode {
  213. width: 100%;
  214. margin-right: 0.4rem;
  215. }
  216. .sendcode {
  217. font-size: 0.32rem;
  218. height: .86rem;
  219. padding: 0 0.2rem;
  220. word-break: keep-all;
  221. white-space: nowrap;
  222. border-radius: 0.1rem;
  223. background: #A300C6;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. }
  228. &:last-child {
  229. margin-bottom: 0rem;
  230. }
  231. }
  232. input {
  233. color: #222222;
  234. font-size: 0.36rem;
  235. width: 100%;
  236. height: 0.88rem;
  237. outline: none;
  238. -webkit-appearance: none;
  239. min-width: 2.4rem;
  240. margin-bottom: 0.01rem;
  241. border: 0.01rem solid rgb(204,204,204);
  242. border-radius: 0.1rem;
  243. padding-left: 0.3rem;
  244. }
  245. .actions {
  246. margin-top: 0.4rem;
  247. }
  248. }
  249. .btn {
  250. color: white;
  251. font-size: 0.36rem;
  252. height: 1rem;
  253. background: url(../images/btn-order.png) no-repeat;
  254. background-size: 100% 100%;
  255. margin: 0 auto;
  256. display: flex;
  257. align-items: center;
  258. justify-content: center;
  259. }
  260. .btn-draw {
  261. background: url(../images/btn-draw.png);
  262. background-size: 100% 100%;
  263. }
  264. .btn-cancel {
  265. background: url(../images/btn-cancel.png);
  266. background-size: 100% 100%;
  267. }
  268. .dialog-confirm {
  269. position: fixed;
  270. top: 40%;
  271. left: 0.62rem;
  272. right: 0.62rem;
  273. height: 3.6rem;
  274. border-radius: 0.2rem;
  275. z-index: 9992;
  276. background: #ffffff;
  277. animation: frames-top-center-01 300ms;
  278. .content {
  279. color: #000;
  280. font-size: 0.32rem;
  281. height: 1.8rem;
  282. text-align: center;
  283. line-height: 0.5rem;
  284. margin: 0.6rem 0.42rem 0;
  285. }
  286. .actions {
  287. font-size: 0.3rem;
  288. display: flex;
  289. align-items: center;
  290. justify-content: space-between;
  291. margin: 0 0.6rem;
  292. .btn {
  293. color: #a300c6;
  294. font-size: 0.3rem;
  295. width: 2.2rem;
  296. height: 0.8rem;
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. border-radius: 0.1rem;
  301. background: #ded5e0;
  302. }
  303. .okay {
  304. color: white;
  305. float: left;
  306. background: #a300c6;
  307. }
  308. }
  309. }
  310. .dialog-alert {
  311. top: 40%;
  312. animation: frames-top-center-01 400ms;
  313. .actions .btn {
  314. background: linear-gradient(-90deg, #a300c6, #a300c6);
  315. }
  316. }
  317. .dialog-message {
  318. top: 40%;
  319. left: .82rem;
  320. right: .82rem;
  321. z-index: 9998;
  322. position: fixed;
  323. height: auto;
  324. min-height: auto;
  325. background: url(../images/bg-dialog.png) no-repeat;
  326. background-size: 100% 100%;
  327. h1 {
  328. font-size: 0.36rem;
  329. font-weight: bold;
  330. text-align: center;
  331. margin-top: 0.5rem;
  332. }
  333. .content {
  334. color: white;
  335. font-size: 0.36rem;
  336. min-height: 1.17rem;
  337. margin: 0.4rem 0.8rem 0.2rem;
  338. display: flex;
  339. align-items: center;
  340. justify-content: center;
  341. }
  342. .actions {
  343. height: 1.32rem;
  344. display: flex;
  345. justify-content: center;
  346. .btn {
  347. color: white;
  348. font-size: 0.36rem;
  349. width: 3.3rem;
  350. height: 0.82rem;
  351. display: flex;
  352. align-items: center;
  353. justify-content: center;
  354. background: url('../images/btn-ok.png') no-repeat;
  355. background-size: 100% 100%;
  356. }
  357. }
  358. }
  359. #uniauthframe {
  360. width: 100%;
  361. height: 100%;
  362. position: fixed;
  363. top: 0px;
  364. left: 0px;
  365. margin: 0px;
  366. padding: 0px;
  367. border: 0px;
  368. animation: capauth-zoom-in 600ms;
  369. }