order.scss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html,
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. height: 100%;
  8. }
  9. body {
  10. color: white;
  11. min-height: 19rem;
  12. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  13. background: #86d4fb url(../images/bg.png) no-repeat;
  14. background-size: 100%;
  15. }
  16. .unicom {
  17. img {
  18. width: 1.38rem;
  19. height: 0.41rem;
  20. position: absolute;
  21. top: 0.29rem;
  22. left: 0.29rem;
  23. }
  24. }
  25. .main {
  26. width: 100%;
  27. height: 100%;
  28. min-height: 13rem;
  29. box-sizing: border-box;
  30. }
  31. .section-announcement {
  32. position: fixed;
  33. top: 0;
  34. left: 50%;
  35. transform: translateX(-50%);
  36. width: 5.86rem;
  37. height: 0.97rem;
  38. font-size: 0.2rem;
  39. display: flex;
  40. justify-content: center;
  41. background: url(../images/bg-announcement.png) no-repeat;
  42. background-size: 100% 100%;
  43. .horn {
  44. height: 0.65rem;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. img {
  49. width: 0.37rem;
  50. height: 0.32rem;
  51. margin-right: 0.05rem;
  52. background: url(../images/horn.png) no-repeat;
  53. background-size: 100% 100%;
  54. }
  55. }
  56. .content {
  57. height: 0.7rem;
  58. line-height: 0.7rem;
  59. }
  60. }
  61. .tuid {
  62. background: url(../images/产品td.png) no-repeat;
  63. background-size: 100% 100%;
  64. width: 3rem;
  65. height: 0.81rem;
  66. display: inline-block;
  67. margin-left: 1.41rem;
  68. margin-top: 0.2rem;
  69. }
  70. .chax {
  71. background: url(../images/订购jl.png) no-repeat;
  72. background-size: 100% 100%;
  73. width: 3.18rem;
  74. height: 0.81rem;
  75. display: inline-block;
  76. margin-left: 0.09rem;
  77. margin-top: 00.28rem;
  78. }
  79. .img_adx {
  80. width: 100%;
  81. height: 7.83rem;
  82. margin-top: 1.84rem;
  83. }
  84. .img_adxs {
  85. width: 5.73rem;
  86. height: 2.39rem;
  87. position: absolute;
  88. top: 1.04rem;
  89. left: 0.9rem;
  90. }
  91. .main-order {
  92. .apps {
  93. margin: 0rem 0.7rem;
  94. img {
  95. width: 100%;
  96. }
  97. }
  98. .order {
  99. width: 6.62rem;
  100. height: 1.05rem;
  101. padding: unset;
  102. background: url(../images/btn-order-disabled.png) no-repeat;
  103. background-size: 100% 100%;
  104. position: absolute;
  105. top: 9.04rem;
  106. left: 0.42rem;
  107. .btn {
  108. color: white;
  109. font-size: 0.34rem;
  110. width: 100%;
  111. height: 100%;
  112. background: none;
  113. margin: 0;
  114. padding: 0;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. border: none;
  119. outline: none;
  120. }
  121. }
  122. .btn-tip {
  123. color: #2a8cf9eb;
  124. font-size: 0.26rem;
  125. text-align: center;
  126. background: url(../images/查看更多按钮.png) no-repeat;
  127. background-size: 100% 100%;
  128. width: 1.8rem;
  129. height: 0.51rem;
  130. line-height: 0.53rem;
  131. margin-left: 2.47rem;
  132. letter-spacing: 0.01rem;
  133. margin-top: 0.27rem;
  134. font-weight: 600;
  135. }
  136. }
  137. .overlay {
  138. position: fixed;
  139. top: 0;
  140. right: 0;
  141. bottom: 0;
  142. left: 0;
  143. z-index: 9990;
  144. background-color: rgba(0, 0, 0, 0.3);
  145. min-height: 6.5rem;
  146. }
  147. .dialog-agr {
  148. position: fixed;
  149. top: 50%;
  150. transform: translateY(-50%);
  151. left: 0.9rem;
  152. width: 5.70rem;
  153. height: 8.50rem;
  154. font-size: 0.28rem;
  155. background: url(../images/bg-agr.png);
  156. background-size: 100% 100%;
  157. z-index: 10000;
  158. color: #666;
  159. text-align: justify;
  160. border-radius: 0.1rem;
  161. overflow: hidden;
  162. h2 {
  163. height: 0.46rem;
  164. font-size: 0.38rem;
  165. text-align: center;
  166. margin: 0.4rem auto 0.2rem;
  167. width: 1.64rem;
  168. background: url(../images/chanp说明.png);
  169. background-size: 100% 100%;
  170. }
  171. .close {
  172. width: 0.45rem;
  173. height: 0.45rem;
  174. top: .2rem;
  175. right: 0.3rem;
  176. position: absolute;
  177. img {
  178. width: 0.4rem;
  179. height: 0.4rem;
  180. position: absolute;
  181. right: -0.1rem;
  182. top: 0.01rem;
  183. }
  184. }
  185. .container {
  186. height: 6.6rem;
  187. overflow: scroll;
  188. margin-top: 0.7rem;
  189. .titless {
  190. font-size: 0.28rem;
  191. padding-left: 0.2rem;
  192. display: flex;
  193. align-items: baseline;
  194. background: url(../images/活动说明@2x.png);
  195. background-size: 100% 100%;
  196. width: 1.64rem;
  197. height: 0.46rem;
  198. margin-left: 2.01rem;
  199. margin-bottom: 0.25rem;
  200. .dot {
  201. width: 0.2rem;
  202. height: 0.2rem;
  203. background-color: #0bb577;
  204. margin-right: 0.1rem;
  205. }
  206. }
  207. .titles {
  208. font-size: 0.28rem;
  209. padding-left: 0.2rem;
  210. display: flex;
  211. align-items: baseline;
  212. background: url(../images/业务说明@2x.png);
  213. background-size: 100% 100%;
  214. width: 1.64rem;
  215. height: 0.46rem;
  216. margin-left: 2.01rem;
  217. margin-bottom: 0.25rem;
  218. .dot {
  219. width: 0.2rem;
  220. height: 0.2rem;
  221. background-color: #0bb577;
  222. margin-right: 0.1rem;
  223. }
  224. }
  225. .title {
  226. font-size: 0.28rem;
  227. padding-left: 0.2rem;
  228. display: flex;
  229. align-items: baseline;
  230. background: url(../images/流量说明@2x.png);
  231. background-size: 100% 100%;
  232. width: 1.64rem;
  233. height: 0.46rem;
  234. margin-left: 2.01rem;
  235. margin-top: 0.48rem;
  236. margin-bottom: 0.25rem;
  237. .dot {
  238. width: 0.2rem;
  239. height: 0.2rem;
  240. background-color: #0bb577;
  241. margin-right: 0.1rem;
  242. }
  243. }
  244. .content {
  245. line-height: 0.39rem;
  246. font-size: 0.24rem;
  247. margin-bottom: 0.15rem;
  248. color: #333333;
  249. letter-spacing: 0.02rem;
  250. ul {
  251. list-style-type: none;
  252. padding: 0 0.29rem;
  253. li {
  254. margin-bottom: 0.3rem;
  255. }
  256. }
  257. }
  258. }
  259. }
  260. .box_cp {
  261. background: url(../images/产品说明背景.png) no-repeat;
  262. background-size: 100% 100%;
  263. width: 6.75rem;
  264. height: 3.69rem;
  265. margin-left: 0.38rem;
  266. margin-top: 0.55rem;
  267. }
  268. .box_cd {
  269. background: url(../images/包含部分.png) no-repeat;
  270. background-size: 100% 100%;
  271. width: 6.75rem;
  272. height: 4rem;
  273. margin-left: 0.38rem;
  274. margin-top: 0.41rem;
  275. }
  276. .main-draw {
  277. padding-bottom: 2rem;
  278. .banner {
  279. width: 6.13rem;
  280. margin: auto;
  281. padding-left: 0.3rem;
  282. img {
  283. width: 100%;
  284. }
  285. }
  286. .login {
  287. width: 100%;
  288. height: 8.55rem;
  289. margin-top: -1rem;
  290. background: url('../images/bg-draw.png') no-repeat;
  291. background-size: 100% 100%;
  292. }
  293. }
  294. input::-webkit-input-placeholder {
  295. color: #b1b1b1;
  296. font-size: 0.28rem;
  297. }
  298. input::-moz-placeholder {
  299. /* Mozilla Firefox 19+ */
  300. color: #b1b1b1;
  301. font-size: 0.28rem;
  302. }
  303. input:-moz-placeholder {
  304. /* Mozilla Firefox 4 to 18 */
  305. color: #b1b1b1;
  306. font-size: 0.28rem;
  307. }
  308. input:-ms-input-placeholder {
  309. /* Internet Explorer 10-11 */
  310. color: #b1b1b1;
  311. font-size: 0.28rem;
  312. }
  313. .sms-form {
  314. margin: 0rem 0.4rem 0.3rem;
  315. position: absolute;
  316. top: 9.82rem;
  317. width: 5.77rem;
  318. left: 0.48rem;
  319. }
  320. .form-group {
  321. .input-row {
  322. display: flex;
  323. align-content: space-between;
  324. justify-content: center;
  325. margin-bottom: 0.345rem;
  326. .smscode {
  327. width: 100%;
  328. margin-right: 0.15rem;
  329. }
  330. .sendcode {
  331. font-size: 0.32rem;
  332. height: .86rem;
  333. line-height: 0.86rem;
  334. color: #FFFFFF;
  335. padding: 0 0.2rem;
  336. word-break: keep-all;
  337. white-space: nowrap;
  338. border-radius: 0.1rem;
  339. border: 0.01rem solid #2097F9;
  340. min-width: 1.55rem;
  341. background: #2097F9;
  342. text-align: center;
  343. }
  344. .sendcode-wait {}
  345. &:last-child {
  346. margin-bottom: 0rem;
  347. }
  348. }
  349. input {
  350. font-size: 0.36rem;
  351. width: 100%;
  352. height: 0.88rem;
  353. outline: none;
  354. -webkit-appearance: none;
  355. min-width: 2.4rem;
  356. margin-bottom: 0.01rem;
  357. border: 0.01rem solid #c9ebff;
  358. border-radius: 0.1rem;
  359. padding-left: 0.3rem;
  360. }
  361. .actions {
  362. .btn {
  363. color: white;
  364. font-size: 0.36rem;
  365. width: 5.7rem;
  366. height: 1rem;
  367. background: url(../images/btn-order.png) no-repeat;
  368. background-size: 100% 100%;
  369. margin: 0 auto;
  370. line-height: 1rem;
  371. text-align: center;
  372. }
  373. }
  374. }
  375. .section-agr {
  376. margin-top: 0.38rem;
  377. background: url(../images/温馨提示框@2x.png) no-repeat;
  378. background-size: 100% 100%;
  379. width: 6.75rem;
  380. height: 8.24rem;
  381. margin-bottom: 0.44rem;
  382. margin-left: 0.36rem;
  383. position: relative;
  384. .title {
  385. height: 1.1rem;
  386. text-align: center;
  387. img {
  388. width: 1.65rem;
  389. height: 0.45rem;
  390. margin-top: 0.64rem;
  391. }
  392. }
  393. .content {
  394. border-radius: 0.2rem;
  395. margin: 0.2rem 0rem 0rem 0.5rem;
  396. width: 5.70rem;
  397. height: 7.2rem;
  398. overflow: auto;
  399. position: absolute;
  400. top: 0.48rem;
  401. padding-right: 0.3rem;
  402. .red {
  403. color: #ff4a38;
  404. }
  405. .title {
  406. width: 1.7rem;
  407. height: 0.68rem;
  408. background: url(../images/bg-title.png) no-repeat;
  409. background-size: 100% 100%;
  410. display: flex;
  411. align-items: center;
  412. justify-content: center;
  413. font-size: 0.3rem;
  414. color: #63AB47;
  415. margin-bottom: 0.1rem;
  416. }
  417. ul {
  418. color: rgb(61, 70, 68);
  419. font-size: 0.28rem;
  420. text-align: justify;
  421. margin-bottom: 0.43rem;
  422. li {
  423. margin-bottom: 0.4rem;
  424. line-height: 0.36rem;
  425. font-size: 0.24rem;
  426. color: #222222;
  427. font-weight: 400;
  428. .sub-ul {
  429. margin: 0.1rem 0;
  430. li {
  431. font-size: 0.24rem;
  432. }
  433. }
  434. &:last-child {
  435. margin-bottom: 0;
  436. }
  437. }
  438. }
  439. }
  440. .footer {
  441. color: #ff4a38;
  442. text-align: center;
  443. font-size: 0.24rem;
  444. span {
  445. transform: rotate(7deg)
  446. }
  447. }
  448. }
  449. .main-cancel {
  450. padding-bottom: 3rem;
  451. .banner {
  452. width: 5.73rem;
  453. height: 2.39rem;
  454. padding-left: 0.86rem;
  455. margin-top: 1rem;
  456. img {
  457. width: 100%;
  458. }
  459. }
  460. .login {
  461. width: 6.75rem;
  462. height: 4.73rem;
  463. margin-top: 5.75rem;
  464. background: url(../images/bg-cancel.png) no-repeat;
  465. background-size: 100% 100%;
  466. margin-left: 0.37rem;
  467. .tips {
  468. display: flex;
  469. font-size: 0.28rem;
  470. color: rgba(188, 130, 19, 0.6);
  471. padding: 2.5rem 0.6rem 0rem;
  472. text-align: justify;
  473. .ring {
  474. width: 0.6rem;
  475. display: flex;
  476. margin: 0 0.15rem 0 0;
  477. img {
  478. height: 0.5rem;
  479. }
  480. }
  481. }
  482. }
  483. .sms-form {}
  484. }
  485. .dialog-alert .actions .btn {
  486. color: white;
  487. font-size: 0.36rem;
  488. background: linear-gradient(-90deg, #009eff, #59a8fd);
  489. height: 0.7rem;
  490. display: flex;
  491. align-items: center;
  492. justify-content: center;
  493. width: 2rem;
  494. border-radius: 0.4rem;
  495. padding: 0;
  496. margin: 0;
  497. }
  498. .dialog-confirm {
  499. position: fixed;
  500. top: 4rem;
  501. left: 0.62rem;
  502. right: 0.62rem;
  503. height: 3.6rem;
  504. border-radius: 0.3rem;
  505. z-index: 9992;
  506. background: #ffffff;
  507. .close {
  508. position: absolute;
  509. top: 0;
  510. right: 0.45rem;
  511. width: 0.59rem;
  512. height: 0.69rem;
  513. img {
  514. width: 100%;
  515. }
  516. }
  517. h1 {
  518. color: #333333;
  519. font-size: 0.34rem;
  520. font-weight: bold;
  521. text-align: center;
  522. margin: 0.63rem auto 0;
  523. }
  524. .content {
  525. color: rgb(51, 51, 51);
  526. font-size: 0.32rem;
  527. height: 1.8rem;
  528. text-align: center;
  529. line-height: 0.5rem;
  530. margin: 0.6rem 0.42rem 0;
  531. }
  532. .actions {
  533. font-size: 0.3rem;
  534. display: flex;
  535. align-items: center;
  536. justify-content: space-between;
  537. margin: 0 0.6rem;
  538. .btn {
  539. color: #0bb577;
  540. font-size: 0.3rem;
  541. width: 2.2rem;
  542. height: 0.8rem;
  543. display: flex;
  544. align-items: center;
  545. justify-content: center;
  546. border-radius: 0.4rem;
  547. background: #e2f6ef;
  548. }
  549. .okay {
  550. color: white;
  551. float: left;
  552. background: #0bb577;
  553. }
  554. }
  555. }
  556. .draw {
  557. display: flex;
  558. font-size: 0.3rem;
  559. align-items: center;
  560. justify-content: center;
  561. color: rgb(68, 83, 60);
  562. .btn-draw {
  563. width: 2.3rem;
  564. height: 0.86rem;
  565. margin-left: 0.15rem;
  566. background: url(../images/btn-draw.png) no-repeat;
  567. background-size: 100% 100%;
  568. }
  569. }
  570. .nox_aor {
  571. font-size: 0.26rem;
  572. position: relative;
  573. width: 100%;
  574. text-align: center;
  575. color: #ffffffcf;
  576. margin-top: 0.2rem;
  577. }
  578. .yuans {
  579. width: 0.22rem;
  580. height: 0.22rem;
  581. border-radius: 3rem;
  582. border: solid 0.02rem #ffff;
  583. display: block;
  584. position: absolute;
  585. background: none;
  586. left: 1.8rem;
  587. top: 0.06rem;
  588. }
  589. .text_lan {
  590. text-decoration: none;
  591. color: #ffffffcf;
  592. }
  593. .chanp {
  594. width: 1.64rem;
  595. height: 0.46rem;
  596. margin-left: 2.57rem;
  597. margin-top: 0.65rem;
  598. }
  599. .text_ar {
  600. font-size: 0.26rem;
  601. color: #222222b5;
  602. margin-left: 0.51rem;
  603. font-weight: 600;
  604. font-family: PingFang SC;
  605. margin-top: -0.1rem;
  606. margin-bottom: 0.18rem;
  607. }
  608. .chanps {
  609. width: 4.16rem;
  610. height: 0.46rem;
  611. margin-left: 1.29rem;
  612. margin-top: 0.65rem;
  613. }
  614. .imgga {
  615. width: 0.98rem;
  616. height: 0.98rem;
  617. position: absolute;
  618. top: 1.37rem;
  619. left: 0.75rem;
  620. }
  621. .imggb {
  622. width: 0.98rem;
  623. height: 0.98rem;
  624. position: absolute;
  625. top: 1.37rem;
  626. left: 2.18rem;
  627. }
  628. .imggc {
  629. width: 0.98rem;
  630. height: 0.98rem;
  631. position: absolute;
  632. top: 1.37rem;
  633. left: 3.61rem;
  634. }
  635. .imggd {
  636. width: 0.98rem;
  637. height: 0.98rem;
  638. position: absolute;
  639. top: 1.37rem;
  640. left: 5.04rem;
  641. }
  642. .imgge {
  643. width: 0.98rem;
  644. height: 0.98rem;
  645. position: absolute;
  646. top: 2.58rem;
  647. left: 0.75rem;
  648. }
  649. .imggf {
  650. width: 0.98rem;
  651. height: 0.98rem;
  652. position: absolute;
  653. top: 2.57rem;
  654. left: 2.18rem;
  655. }
  656. .imggg {
  657. width: 0.98rem;
  658. height: 0.98rem;
  659. position: absolute;
  660. top: 2.57rem;
  661. left: 3.6rem;
  662. }
  663. .imggh {
  664. width: 0.98rem;
  665. height: 0.98rem;
  666. position: absolute;
  667. top: 2.57rem;
  668. left: 5.04rem;
  669. }
  670. .overlaycsr {
  671. position: fixed;
  672. top: 0;
  673. right: 0;
  674. bottom: 0;
  675. left: 0;
  676. z-index: 9990;
  677. background-color: #000000ab;
  678. min-height: 6.5rem;
  679. }
  680. .dialog-alertsrc {
  681. width: 6.04rem;
  682. height: 4.24rem;
  683. position: fixed;
  684. top: 4.37rem;
  685. left: 0.82rem;
  686. z-index: 9998;
  687. animation: frames-top-center-01 300ms;
  688. border-radius: 0.1rem;
  689. background: url(../images/弹窗bgg.png) no-repeat;
  690. background-size: 100% 100%;
  691. .guanbi {
  692. background: url(../images/关闭bgg.png) no-repeat;
  693. background-size: 100% 100%;
  694. width: 0.41rem;
  695. height: 0.41rem;
  696. margin-left: 5.45rem;
  697. margin-top: 0.33rem;
  698. }
  699. .content {
  700. margin: 1rem 1.2rem;
  701. display: flex;
  702. align-items: center;
  703. justify-content: center;
  704. font-size: 0.26rem;
  705. color: #333333;
  706. }
  707. .actions {
  708. height: 1rem;
  709. display: flex;
  710. justify-content: center;
  711. .img_btn {
  712. background: url(../images/按钮bgg.png) no-repeat;
  713. background-size: 100% 100%;
  714. width: 4.18rem;
  715. height: 0.66rem;
  716. margin-top: 0.45rem;
  717. letter-spacing: 0.03rem;
  718. }
  719. .btn {
  720. display: flex;
  721. align-items: center;
  722. justify-content: center;
  723. border-radius: 0.4rem;
  724. padding: 0;
  725. }
  726. }
  727. }