order.scss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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: 17rem;
  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-right: 0.34rem;
  77. }
  78. .img_adx {
  79. width: 100%;
  80. height: 7.83rem;
  81. margin-top: 1.84rem;
  82. }
  83. .img_adxs {
  84. width: 5.73rem;
  85. height: 2.39rem;
  86. position: absolute;
  87. top: 1.04rem;
  88. left: 0.9rem;
  89. }
  90. .main-order {
  91. .apps {
  92. margin: 0rem 0.7rem;
  93. img {
  94. width: 100%;
  95. }
  96. }
  97. .order {
  98. width: 6.62rem;
  99. height: 1.05rem;
  100. padding: unset;
  101. background: url(../images/btn-order-disabled.png) no-repeat;
  102. background-size: 100% 100%;
  103. position: absolute;
  104. top: 9.04rem;
  105. left: 0.42rem;
  106. .btn {
  107. color: white;
  108. font-size: 0.34rem;
  109. width: 100%;
  110. height: 100%;
  111. background: none;
  112. margin: 0;
  113. padding: 0;
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. border: none;
  118. outline: none;
  119. }
  120. }
  121. .btn-tip {
  122. color: #2a8cf9eb;
  123. font-size: 0.26rem;
  124. text-align: center;
  125. background: url(../images/查看更多按钮.png) no-repeat;
  126. background-size: 100% 100%;
  127. width: 1.8rem;
  128. height: 0.51rem;
  129. line-height: 0.53rem;
  130. margin-left: 2.47rem;
  131. letter-spacing: 0.01rem;
  132. margin-top: 0.27rem;
  133. font-weight: 600;
  134. }
  135. }
  136. .overlay {
  137. position: fixed;
  138. top: 0;
  139. right: 0;
  140. bottom: 0;
  141. left: 0;
  142. z-index: 9990;
  143. background-color: rgba(0, 0, 0, 0.3);
  144. min-height: 6.5rem;
  145. }
  146. .dialog-agr {
  147. position: fixed;
  148. top: 50%;
  149. transform: translateY(-50%);
  150. left: 0.9rem;
  151. width: 5.70rem;
  152. height: 8.50rem;
  153. font-size: 0.28rem;
  154. background: url(../images/bg-agr.png);
  155. background-size: 100% 100%;
  156. z-index: 10000;
  157. color: #666;
  158. text-align: justify;
  159. border-radius: 0.1rem;
  160. overflow: hidden;
  161. h2 {
  162. height: 0.46rem;
  163. font-size: 0.38rem;
  164. text-align: center;
  165. margin: 0.4rem auto 0.2rem;
  166. width: 1.64rem;
  167. background: url(../images/chanp说明.png);
  168. background-size: 100% 100%;
  169. }
  170. .close {
  171. width: 0.45rem;
  172. height: 0.45rem;
  173. top: .2rem;
  174. right: 0.3rem;
  175. position: absolute;
  176. img {
  177. width: 0.4rem;
  178. height: 0.4rem;
  179. position: absolute;
  180. right: -0.1rem;
  181. top: 0.01rem;
  182. }
  183. }
  184. .container {
  185. height: 6.6rem;
  186. overflow: scroll;
  187. margin-top: 0.7rem;
  188. .titles {
  189. font-size: 0.28rem;
  190. padding-left: 0.2rem;
  191. display: flex;
  192. align-items: baseline;
  193. background: url(../images/业务说明@2x.png);
  194. background-size: 100% 100%;
  195. width: 1.64rem;
  196. height: 0.46rem;
  197. margin-left: 2.01rem;
  198. margin-bottom: 0.25rem;
  199. .dot {
  200. width: 0.2rem;
  201. height: 0.2rem;
  202. background-color: #0bb577;
  203. margin-right: 0.1rem;
  204. }
  205. }
  206. .title {
  207. font-size: 0.28rem;
  208. padding-left: 0.2rem;
  209. display: flex;
  210. align-items: baseline;
  211. background: url(../images/流量说明@2x.png);
  212. background-size: 100% 100%;
  213. width: 1.64rem;
  214. height: 0.46rem;
  215. margin-left: 2.01rem;
  216. margin-top: 0.48rem;
  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. .content {
  226. line-height: 0.39rem;
  227. font-size: 0.24rem;
  228. margin-bottom: 0.15rem;
  229. color: #333333;
  230. letter-spacing: 0.02rem;
  231. ul {
  232. list-style-type: none;
  233. padding: 0 0.29rem;
  234. li {
  235. margin-bottom: 0.3rem;
  236. }
  237. }
  238. }
  239. }
  240. }
  241. .box_cp {
  242. background: url(../images/产品说明背景.png) no-repeat;
  243. background-size: 100% 100%;
  244. width: 6.75rem;
  245. height: 3.69rem;
  246. margin-left: 0.38rem;
  247. margin-top: 0.55rem;
  248. }
  249. .box_cd {
  250. background: url(../images/包含部分.png) no-repeat;
  251. background-size: 100% 100%;
  252. width: 6.75rem;
  253. height: 4rem;
  254. margin-left: 0.38rem;
  255. margin-top: 0.41rem;
  256. }
  257. .main-draw {
  258. padding-bottom: 2rem;
  259. .banner {
  260. width: 6.13rem;
  261. margin: auto;
  262. padding-left: 0.3rem;
  263. img {
  264. width: 100%;
  265. }
  266. }
  267. .login {
  268. width: 100%;
  269. height: 8.55rem;
  270. margin-top: -1rem;
  271. background: url('../images/bg-draw.png') no-repeat;
  272. background-size: 100% 100%;
  273. }
  274. }
  275. input::-webkit-input-placeholder {
  276. color: #b1b1b1;
  277. font-size: 0.28rem;
  278. }
  279. input::-moz-placeholder {
  280. /* Mozilla Firefox 19+ */
  281. color: #b1b1b1;
  282. font-size: 0.28rem;
  283. }
  284. input:-moz-placeholder {
  285. /* Mozilla Firefox 4 to 18 */
  286. color: #b1b1b1;
  287. font-size: 0.28rem;
  288. }
  289. input:-ms-input-placeholder {
  290. /* Internet Explorer 10-11 */
  291. color: #b1b1b1;
  292. font-size: 0.28rem;
  293. }
  294. .sms-form {
  295. margin: 0rem 0.4rem 0.3rem;
  296. position: absolute;
  297. top: 9.82rem;
  298. width: 5.77rem;
  299. left: 0.48rem;
  300. }
  301. .form-group {
  302. .input-row {
  303. display: flex;
  304. align-content: space-between;
  305. justify-content: center;
  306. margin-bottom: 0.345rem;
  307. .smscode {
  308. width: 100%;
  309. margin-right: 0.15rem;
  310. }
  311. .sendcode {
  312. font-size: 0.32rem;
  313. height: .86rem;
  314. line-height: 0.86rem;
  315. color: #FFFFFF;
  316. padding: 0 0.2rem;
  317. word-break: keep-all;
  318. white-space: nowrap;
  319. border-radius: 0.1rem;
  320. border: 0.01rem solid #2097F9;
  321. min-width: 1.55rem;
  322. background: #2097F9;
  323. text-align: center;
  324. }
  325. .sendcode-wait {}
  326. &:last-child {
  327. margin-bottom: 0rem;
  328. }
  329. }
  330. input {
  331. font-size: 0.36rem;
  332. width: 100%;
  333. height: 0.88rem;
  334. outline: none;
  335. -webkit-appearance: none;
  336. min-width: 2.4rem;
  337. margin-bottom: 0.01rem;
  338. border: 0.01rem solid #c9ebff;
  339. border-radius: 0.1rem;
  340. padding-left: 0.3rem;
  341. }
  342. .actions {
  343. .btn {
  344. color: white;
  345. font-size: 0.36rem;
  346. width: 5.7rem;
  347. height: 1rem;
  348. background: url(../images/btn-order.png) no-repeat;
  349. background-size: 100% 100%;
  350. margin: 0 auto;
  351. line-height: 1rem;
  352. text-align: center;
  353. }
  354. }
  355. }
  356. .section-agr {
  357. margin-top: 0.38rem;
  358. background: url(../images/温馨提示框@2x.png) no-repeat;
  359. background-size: 100% 100%;
  360. width: 6.75rem;
  361. height: 8.24rem;
  362. margin-bottom: 0.44rem;
  363. margin-left: 0.36rem;
  364. .title {
  365. height: 1.1rem;
  366. text-align: center;
  367. img {
  368. width: 1.65rem;
  369. height: 0.45rem;
  370. margin-top: 0.64rem;
  371. }
  372. }
  373. .content {
  374. border-radius: 0.2rem;
  375. margin: 0.2rem 0rem 0rem 0.5rem;
  376. width: 5.70rem;
  377. height: 6.22rem;
  378. overflow: auto;
  379. padding-right: 0.3rem;
  380. .red {
  381. color: #ff4a38;
  382. }
  383. .title {
  384. width: 1.7rem;
  385. height: 0.68rem;
  386. background: url(../images/bg-title.png) no-repeat;
  387. background-size: 100% 100%;
  388. display: flex;
  389. align-items: center;
  390. justify-content: center;
  391. font-size: 0.3rem;
  392. color: #63AB47;
  393. margin-bottom: 0.1rem;
  394. }
  395. ul {
  396. color: rgb(61, 70, 68);
  397. font-size: 0.28rem;
  398. text-align: justify;
  399. margin-bottom: 0.43rem;
  400. li {
  401. margin-bottom: 0.15rem;
  402. line-height: 0.36rem;
  403. font-size: 0.24rem;
  404. color: #222222;
  405. font-weight: 400;
  406. .sub-ul {
  407. margin: 0.1rem 0;
  408. li {
  409. font-size: 0.24rem;
  410. }
  411. }
  412. &:last-child {
  413. margin-bottom: 0;
  414. }
  415. }
  416. }
  417. }
  418. .footer {
  419. color: #ff4a38;
  420. text-align: center;
  421. font-size: 0.24rem;
  422. span {
  423. transform: rotate(7deg)
  424. }
  425. }
  426. }
  427. .main-cancel {
  428. padding-bottom: 3rem;
  429. .banner {
  430. width: 5.73rem;
  431. height: 2.39rem;
  432. padding-left: 0.86rem;
  433. margin-top: 1rem;
  434. img {
  435. width: 100%;
  436. }
  437. }
  438. .login {
  439. width: 6.75rem;
  440. height: 4.73rem;
  441. margin-top: 5.75rem;
  442. background: url(../images/bg-cancel.png) no-repeat;
  443. background-size: 100% 100%;
  444. margin-left: 0.37rem;
  445. .tips {
  446. display: flex;
  447. font-size: 0.28rem;
  448. color: rgba(188, 130, 19, 0.6);
  449. padding: 2.5rem 0.6rem 0rem;
  450. text-align: justify;
  451. .ring {
  452. width: 0.6rem;
  453. display: flex;
  454. margin: 0 0.15rem 0 0;
  455. img {
  456. height: 0.5rem;
  457. }
  458. }
  459. }
  460. }
  461. .sms-form {}
  462. }
  463. .dialog-alert .actions .btn {
  464. color: white;
  465. font-size: 0.36rem;
  466. background: linear-gradient(-90deg, #009eff, #59a8fd);
  467. height: 0.7rem;
  468. display: flex;
  469. align-items: center;
  470. justify-content: center;
  471. width: 2rem;
  472. border-radius: 0.4rem;
  473. padding: 0;
  474. margin: 0;
  475. }
  476. .dialog-confirm {
  477. position: fixed;
  478. top: 4rem;
  479. left: 0.62rem;
  480. right: 0.62rem;
  481. height: 3.6rem;
  482. border-radius: 0.3rem;
  483. z-index: 9992;
  484. background: #ffffff;
  485. .close {
  486. position: absolute;
  487. top: 0;
  488. right: 0.45rem;
  489. width: 0.59rem;
  490. height: 0.69rem;
  491. img {
  492. width: 100%;
  493. }
  494. }
  495. h1 {
  496. color: #333333;
  497. font-size: 0.34rem;
  498. font-weight: bold;
  499. text-align: center;
  500. margin: 0.63rem auto 0;
  501. }
  502. .content {
  503. color: rgb(51, 51, 51);
  504. font-size: 0.32rem;
  505. height: 1.8rem;
  506. text-align: center;
  507. line-height: 0.5rem;
  508. margin: 0.6rem 0.42rem 0;
  509. }
  510. .actions {
  511. font-size: 0.3rem;
  512. display: flex;
  513. align-items: center;
  514. justify-content: space-between;
  515. margin: 0 0.6rem;
  516. .btn {
  517. color: #0bb577;
  518. font-size: 0.3rem;
  519. width: 2.2rem;
  520. height: 0.8rem;
  521. display: flex;
  522. align-items: center;
  523. justify-content: center;
  524. border-radius: 0.4rem;
  525. background: #e2f6ef;
  526. }
  527. .okay {
  528. color: white;
  529. float: left;
  530. background: #0bb577;
  531. }
  532. }
  533. }
  534. .draw {
  535. display: flex;
  536. font-size: 0.3rem;
  537. align-items: center;
  538. justify-content: center;
  539. color: rgb(68, 83, 60);
  540. .btn-draw {
  541. width: 2.3rem;
  542. height: 0.86rem;
  543. margin-left: 0.15rem;
  544. background: url(../images/btn-draw.png) no-repeat;
  545. background-size: 100% 100%;
  546. }
  547. }
  548. .nox_aor {
  549. font-size: 0.26rem;
  550. position: relative;
  551. width: 100%;
  552. text-align: center;
  553. color: #ffffffcf;
  554. margin-top: 0.2rem;
  555. }
  556. .yuans {
  557. width: 0.22rem;
  558. height: 0.22rem;
  559. border-radius: 3rem;
  560. border: solid 0.02rem #ffff;
  561. display: block;
  562. position: absolute;
  563. background: none;
  564. left: 1.8rem;
  565. top: 0.06rem;
  566. }
  567. .text_lan {
  568. text-decoration: none;
  569. color: #ffffffcf;
  570. }
  571. .chanp {
  572. width: 1.64rem;
  573. height: 0.46rem;
  574. margin-left: 2.57rem;
  575. margin-top: 0.65rem;
  576. }
  577. .text_ar {
  578. font-size: 0.26rem;
  579. color: #222222b5;
  580. margin-left: 0.51rem;
  581. font-weight: 600;
  582. font-family: PingFang SC;
  583. margin-top: -0.1rem;
  584. margin-bottom: 0.18rem;
  585. }
  586. .chanps {
  587. width: 4.16rem;
  588. height: 0.46rem;
  589. margin-left: 1.29rem;
  590. margin-top: 0.65rem;
  591. }
  592. .imgga {
  593. width: 0.98rem;
  594. height: 0.98rem;
  595. position: absolute;
  596. top: 1.37rem;
  597. left: 0.75rem;
  598. }
  599. .imggb {
  600. width: 0.98rem;
  601. height: 0.98rem;
  602. position: absolute;
  603. top: 1.37rem;
  604. left: 2.18rem;
  605. }
  606. .imggc {
  607. width: 0.98rem;
  608. height: 0.98rem;
  609. position: absolute;
  610. top: 1.37rem;
  611. left: 3.61rem;
  612. }
  613. .imggd {
  614. width: 0.98rem;
  615. height: 0.98rem;
  616. position: absolute;
  617. top: 1.37rem;
  618. left: 5.04rem;
  619. }
  620. .imgge {
  621. width: 0.98rem;
  622. height: 0.98rem;
  623. position: absolute;
  624. top: 2.58rem;
  625. left: 0.75rem;
  626. }
  627. .imggf {
  628. width: 0.98rem;
  629. height: 0.98rem;
  630. position: absolute;
  631. top: 2.57rem;
  632. left: 2.18rem;
  633. }
  634. .imggg {
  635. width: 0.98rem;
  636. height: 0.98rem;
  637. position: absolute;
  638. top: 2.57rem;
  639. left: 3.6rem;
  640. }
  641. .imggh {
  642. width: 0.98rem;
  643. height: 0.98rem;
  644. position: absolute;
  645. top: 2.57rem;
  646. left: 5.04rem;
  647. }