main.scss 9.1 KB

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