main.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html,
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. body {
  9. color: white;
  10. background: url('../images/bg-9.png') no-repeat;
  11. background-size: 100% 100%;
  12. .banner {
  13. display: flex;
  14. align-items: flex-end;
  15. justify-content: center;
  16. .banner-text {
  17. width: 6.81rem;
  18. height: 7.42rem;
  19. // background: url(../images/banner-text-15.png) no-repeat;
  20. // background-size: 100%, 100%;
  21. margin: 0 auto;
  22. margin-top: 0.67rem;
  23. }
  24. }
  25. .agr {
  26. margin: 0.32rem 0.32rem 0.1rem;
  27. margin-bottom: 0.34rem;
  28. background: rgba(77, 38, 138, 0.6);
  29. border-radius: 0.16rem;
  30. border: 0.03rem solid #604FAE;
  31. .title {}
  32. .agr-9sar {
  33. background: #381c6e75;
  34. border-radius: 0.2rem;
  35. margin-bottom: 0.34rem;
  36. padding: 0 0.35rem 0rem 0.29rem;
  37. height: 5.2rem;
  38. }
  39. .agr-9 {
  40. display: block;
  41. }
  42. .agr-15 {
  43. display: none;
  44. }
  45. h2 {
  46. color: #B684FF;
  47. font-size: 0.26rem;
  48. font-weight: bold;
  49. margin-bottom: 0.15rem;
  50. }
  51. ul {
  52. margin: 0 auto;
  53. text-align: justify;
  54. margin-bottom: 0.35rem;
  55. li {
  56. color: #efe1ff;
  57. font-weight: 400;
  58. font-size: 0.24rem;
  59. margin-bottom: 0.15rem;
  60. line-height: 0.36rem;
  61. a {
  62. color: #0AFFF7;
  63. text-decoration: none;
  64. border-bottom: 0.01rem solid #0AFFF7;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. .box_ax {
  71. height: 3.6rem;
  72. // overflow: auto;
  73. padding-right: 0.3rem;
  74. width: 6.25rem;
  75. }
  76. .box_box {
  77. background: url('../images/bg-15.png') no-repeat;
  78. background-size: 100% 100%;
  79. height: 17rem;
  80. }
  81. .body-9 {
  82. background: #471f74 url('../images/bg-9.png') no-repeat;
  83. background-size: 100% 78%;
  84. .banner {
  85. .banner-text {
  86. width: 6.81rem;
  87. height: 7.42rem;
  88. margin-top: 0.67rem;
  89. // background: url(../images/banner-text-9.png) no-repeat;
  90. // background-size: 100%, 100%;
  91. }
  92. }
  93. .agr {
  94. .agr-9 {
  95. display: block;
  96. padding: 0 0.35rem 0rem 0.29rem;
  97. height: 9.32rem;
  98. overflow: auto;
  99. }
  100. .agr-15 {
  101. display: none;
  102. }
  103. }
  104. }
  105. .slider {
  106. position: relative;
  107. height: 2.62rem;
  108. display: flex;
  109. align-items: center;
  110. z-index: 0;
  111. margin: 0.17rem 0.08rem;
  112. .item-15 {
  113. width: 4.89rem;
  114. height: 2.62rem;
  115. background: url('../images/p-15-active.png') no-repeat;
  116. background-size: 100%, 100%;
  117. position: absolute;
  118. z-index: 1;
  119. animation: item15-in 1s;
  120. }
  121. .item-15-inactive {
  122. width: 3.02rem;
  123. height: 1.51rem;
  124. background: url('../images/p-15-inactive.png') no-repeat;
  125. background-size: 100%, 100%;
  126. position: absolute;
  127. z-index: 0;
  128. animation: item15-out 1s;
  129. }
  130. .item-9 {
  131. width: 4.89rem;
  132. height: 2.62rem;
  133. background: url('../images/p-9-active.png') no-repeat;
  134. background-size: 100%, 100%;
  135. position: absolute;
  136. right: 0;
  137. z-index: 1;
  138. animation: item9-in 1s;
  139. }
  140. .item-9-inactive {
  141. width: 3.02rem;
  142. height: 1.51rem;
  143. background: url('../images/p-9-inactive.png') no-repeat;
  144. background-size: 100%, 100%;
  145. position: absolute;
  146. right: 0;
  147. z-index: 0;
  148. animation: item9-out 1s;
  149. }
  150. @keyframes item9-in {
  151. from {
  152. width: 3.02rem;
  153. height: 1.51rem;
  154. top: 0.32rem;
  155. }
  156. to {
  157. width: 4.89rem;
  158. height: 2.62rem;
  159. top: 0rem;
  160. }
  161. }
  162. @keyframes item9-out {
  163. from {
  164. width: 4.89rem;
  165. height: 2.62rem;
  166. }
  167. to {
  168. width: 3.02rem;
  169. height: 1.51rem;
  170. }
  171. }
  172. @keyframes item15-in {
  173. from {
  174. width: 3.02rem;
  175. height: 1.51rem;
  176. top: 0.32rem;
  177. }
  178. to {
  179. width: 4.89rem;
  180. height: 2.62rem;
  181. top: 0rem;
  182. }
  183. }
  184. @keyframes item15-out {
  185. from {
  186. width: 4.89rem;
  187. height: 2.62rem;
  188. }
  189. to {
  190. width: 3.02rem;
  191. height: 1.51rem;
  192. }
  193. }
  194. }
  195. .order {
  196. display: flex;
  197. justify-content: center;
  198. margin-top: 10.82rem;
  199. .btn {
  200. width: 6rem;
  201. height: 1.28rem;
  202. }
  203. .btn-order {
  204. background: url(../images/btn-order.png) no-repeat;
  205. background-size: 100%, 100%;
  206. font-size: 0.48rem;
  207. line-height: 1.15rem;
  208. }
  209. }
  210. .section-announcement {
  211. position: fixed;
  212. top: 0;
  213. left: 50%;
  214. transform: translateX(-50%);
  215. width: 5.86rem;
  216. height: 0.97rem;
  217. font-size: 0.2rem;
  218. display: flex;
  219. justify-content: center;
  220. background: url(../images/bg-announcement.png) no-repeat;
  221. background-size: 100% 100%;
  222. .horn {
  223. height: 0.65rem;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. img {
  228. width: 0.37rem;
  229. height: 0.32rem;
  230. margin-right: 0.05rem;
  231. background: url(../images/horn.png) no-repeat;
  232. background-size: 100% 100%;
  233. }
  234. }
  235. .content {
  236. height: 0.7rem;
  237. line-height: 0.7rem;
  238. }
  239. }
  240. input::-webkit-input-placeholder {
  241. color: #9E9E9E;
  242. font-size: 0.28rem;
  243. }
  244. input::-moz-placeholder {
  245. /* Mozilla Firefox 19+ */
  246. color: #9E9E9E;
  247. font-size: 0.28rem;
  248. }
  249. input:-moz-placeholder {
  250. /* Mozilla Firefox 4 to 18 */
  251. color: #9E9E9E;
  252. font-size: 0.28rem;
  253. }
  254. input:-ms-input-placeholder {
  255. /* Internet Explorer 10-11 */
  256. color: #9E9E9E;
  257. font-size: 0.28rem;
  258. }
  259. .sms-form {
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. }
  264. .cancel-form {
  265. height: 4.18rem;
  266. margin: 0.25rem 0.05rem;
  267. padding-top: 0.2rem;
  268. background: url(../images/bg-cancel-dialog.png);
  269. background-size: 100% 100%;
  270. }
  271. .draw-form {
  272. height: 5.8rem;
  273. margin: 0.45rem 0.15rem 0 0.17rem;
  274. background: url(../images/bg-draw-dialog.png);
  275. background-size: 100% 100%;
  276. padding-top: 1.3rem;
  277. }
  278. .form-group {
  279. width: 6rem;
  280. .input-row {
  281. display: flex;
  282. align-content: space-between;
  283. justify-content: center;
  284. margin-bottom: 0.4rem;
  285. .smscode {
  286. width: 100%;
  287. margin-right: 0.4rem;
  288. }
  289. .sendcode {
  290. font-size: 0.32rem;
  291. height: .86rem;
  292. padding: 0 0.2rem;
  293. word-break: keep-all;
  294. white-space: nowrap;
  295. border-radius: 0.1rem;
  296. background: #A300C6;
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. min-width: 1.6rem;
  301. }
  302. &:last-child {
  303. margin-bottom: 0rem;
  304. }
  305. }
  306. input {
  307. color: #222222;
  308. font-size: 0.36rem;
  309. width: 100%;
  310. height: 0.88rem;
  311. outline: none;
  312. -webkit-appearance: none;
  313. min-width: 2.4rem;
  314. margin-bottom: 0.01rem;
  315. border: 0.01rem solid rgb(204, 204, 204);
  316. border-radius: 0.1rem;
  317. padding-left: 0.3rem;
  318. }
  319. .actions {
  320. margin-top: 0.4rem;
  321. }
  322. }
  323. .btn {
  324. color: white;
  325. font-size: 0.36rem;
  326. height: 1rem;
  327. background: url(../images/btn-order.png) no-repeat;
  328. background-size: 100% 100%;
  329. margin: 0 auto;
  330. display: flex;
  331. justify-content: center;
  332. }
  333. .btn-draw {
  334. background: url(../images/btn-draw.png);
  335. background-size: 100% 100%;
  336. }
  337. .btn-cancel {
  338. background: url(../images/btn-cancel.png);
  339. background-size: 100% 100%;
  340. }
  341. .dialog-confirm {
  342. position: fixed;
  343. top: 40%;
  344. left: 0.62rem;
  345. right: 0.62rem;
  346. height: 3.6rem;
  347. border-radius: 0.2rem;
  348. z-index: 9992;
  349. background: #ffffff;
  350. animation: frames-top-center-01 300ms;
  351. .content {
  352. color: #000;
  353. font-size: 0.32rem;
  354. height: 1.8rem;
  355. text-align: center;
  356. line-height: 0.5rem;
  357. margin: 0.6rem 0.42rem 0;
  358. }
  359. .actions {
  360. font-size: 0.3rem;
  361. display: flex;
  362. align-items: center;
  363. justify-content: space-between;
  364. margin: 0 0.6rem;
  365. .btn {
  366. color: #a300c6;
  367. font-size: 0.3rem;
  368. width: 2.2rem;
  369. height: 0.8rem;
  370. display: flex;
  371. align-items: center;
  372. justify-content: center;
  373. border-radius: 0.1rem;
  374. background: #ded5e0;
  375. }
  376. .okay {
  377. color: white;
  378. float: left;
  379. background: #a300c6;
  380. }
  381. }
  382. }
  383. .dialog-message {
  384. top: 40%;
  385. left: .82rem;
  386. right: .82rem;
  387. z-index: 9998;
  388. position: fixed;
  389. height: auto;
  390. min-height: auto;
  391. background: url(../images/bg-dialog.png) no-repeat;
  392. background-size: 100% 100%;
  393. h1 {
  394. font-size: 0.36rem;
  395. font-weight: bold;
  396. text-align: center;
  397. margin-top: 0.5rem;
  398. }
  399. .content {
  400. color: white;
  401. font-size: 0.36rem;
  402. min-height: 1.17rem;
  403. margin: 0.4rem 0.8rem 0.2rem;
  404. display: flex;
  405. align-items: center;
  406. justify-content: center;
  407. }
  408. .actions {
  409. height: 1.32rem;
  410. display: flex;
  411. justify-content: center;
  412. .btn {
  413. color: white;
  414. font-size: 0.36rem;
  415. width: 3.3rem;
  416. height: 0.82rem;
  417. display: flex;
  418. align-items: center;
  419. justify-content: center;
  420. background: url('../images/btn-ok.png') no-repeat;
  421. background-size: 100% 100%;
  422. }
  423. }
  424. }
  425. #uniauthframe {
  426. width: 100%;
  427. height: 100%;
  428. position: fixed;
  429. top: 0px;
  430. left: 0px;
  431. margin: 0px;
  432. padding: 0px;
  433. border: 0px;
  434. animation: capauth-zoom-in 600ms;
  435. }
  436. // .moreProduct {
  437. // width: 0.5rem;
  438. // height: 1.67rem;
  439. // position: fixed;
  440. // right: 0;
  441. // top: 2rem;
  442. // background: url(../images/moreproduct.png) no-repeat;
  443. // background-size: 100% 100%;
  444. //
  445. // .head, .body {
  446. // display: none;
  447. // }
  448. // }
  449. .ordertrack {
  450. color: #b10fff;
  451. font-size: 0.3rem;
  452. margin: 0.3rem;
  453. display: flex;
  454. align-items: center;
  455. justify-content: center;
  456. }
  457. .ordertrack .btn-ordertrack {
  458. border-bottom: 0.01rem solid #a60dff;
  459. }
  460. .tu_a {
  461. background: url('../images/bng.png') no-repeat bottom;
  462. background-size: 100%;
  463. width: 6.29rem;
  464. height: 4.11rem;
  465. position: relative;
  466. left: 0.55rem;
  467. }
  468. .btn_x {
  469. text-align: center;
  470. display: inline-block;
  471. }
  472. .b_img {
  473. height: 1.02rem;
  474. }
  475. .text_b {
  476. font-size: 0.22rem;
  477. margin-top: -0.2rem;
  478. }
  479. .a_img {
  480. width: 1.02rem;
  481. height: 1.02rem;
  482. }
  483. .text_c {
  484. font-size: 0.22rem;
  485. margin-top: 0.05rem;
  486. position: relative;
  487. top: -0.32rem;
  488. }
  489. .Big_box {
  490. width: 6.13rem;
  491. margin-top: 0.47rem;
  492. margin-left: 0.71rem;
  493. }
  494. .dialog-alert .actions .btn {
  495. background: linear-gradient(-90deg, #009eff, #59a8fd);
  496. }