main.scss 8.7 KB

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