order.scss 15 KB

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