order.scss 17 KB

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