order.scss 18 KB

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