main.scss 10 KB

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