order.scss 18 KB

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