order.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html,
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. body {
  9. color: white;
  10. min-height: 7.1rem;
  11. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  12. background: #b8d5ff url(../images/bj.jpg) no-repeat;
  13. background-size: 100%;
  14. }
  15. .cpsme {
  16. font-size: 0.32rem;
  17. color: #0147FA;
  18. text-align: center;
  19. letter-spacing: 0.05rem;
  20. font-weight: 600;
  21. }
  22. .unicom {
  23. margin: 0.2rem 0.3rem;
  24. width: 1.54rem;
  25. height: 1.02rem;
  26. img {
  27. width: 100%;
  28. }
  29. }
  30. .btn_x {
  31. text-align: center;
  32. display: inline-block;
  33. }
  34. .b_img {
  35. height: 1.02rem;
  36. }
  37. .text_b {
  38. font-size: 0.22rem;
  39. margin-top: -0.2rem;
  40. }
  41. .a_img {
  42. width: 1.02rem;
  43. height: 1.02rem;
  44. }
  45. .text_c {
  46. font-size: 0.22rem;
  47. margin-top: 0.05rem;
  48. position: relative;
  49. top: -0.32rem;
  50. }
  51. .Big_box {
  52. width: 6.9rem;
  53. margin-top: 0.47rem;
  54. margin-left: 0.3rem;
  55. background: url(../images/温馨提示背景.png) no-repeat bottom;
  56. background-size: 100%;
  57. height: 10.82rem;
  58. margin-bottom: 0.46rem;
  59. }
  60. .btn_l {
  61. width: 1.92rem;
  62. height: 0.64rem;
  63. position: absolute;
  64. bottom: -5.6rem;
  65. right: -0.35rem;
  66. background: #4E7BFC;
  67. border-radius: 0.36rem;
  68. font-size: 0.32rem;
  69. color: #FFFFFF;
  70. text-align: center;
  71. line-height: 0.63rem;
  72. }
  73. .btn_j {
  74. width: 1.92rem;
  75. height: 0.64rem;
  76. position: absolute;
  77. background: #4E7BFC;
  78. border-radius: 0.36rem;
  79. bottom: -5.6rem;
  80. right: 2.08rem;
  81. font-size: 0.32rem;
  82. color: #FFFFFF;
  83. text-align: center;
  84. line-height: 0.63rem;
  85. }
  86. .btn_cannel {
  87. width: 1.92rem;
  88. height: 0.64rem;
  89. position: absolute;
  90. bottom: -5.6rem;
  91. left: -0.35rem;
  92. background: #4E7BFC;
  93. border-radius: 0.36rem;
  94. font-size: 0.32rem;
  95. color: #FFFFFF;
  96. text-align: center;
  97. line-height: 0.63rem;
  98. }
  99. .btn_z {
  100. text-align: center;
  101. display: inline-block;
  102. position: relative;
  103. top: 0.85em;
  104. left: 0.8rem;
  105. }
  106. .btn_a {
  107. margin-top: 0.6rem;
  108. text-align: center;
  109. margin-left: 0.2rem;
  110. display: inline-block;
  111. }
  112. .box_img {
  113. width: 100%;
  114. height: 0.43rem;
  115. margin-bottom: 0.29rem;
  116. position: relative;
  117. }
  118. .img_b {
  119. background: url(../images/标题icon.png) no-repeat bottom;
  120. background-size: 100%;
  121. width: 0.54rem;
  122. height: 0.50rem;
  123. position: absolute;
  124. margin-top: -0.1rem;
  125. font-size: 0.20rem;
  126. line-height: 0.55rem;
  127. text-indent: 0.2rem;
  128. }
  129. .tu_a {
  130. background: url('../images/bng.png') no-repeat bottom;
  131. background-size: 100%;
  132. width: 6.29rem;
  133. height: 4.11rem;
  134. position: relative;
  135. }
  136. .text_a {
  137. font-size: 0.20rem;
  138. font-family: Source Han Sans CN;
  139. font-weight: 400;
  140. line-height: 0.44rem;
  141. color: #FFFFFF;
  142. margin-bottom: 0.53rem;
  143. text-indent: 0.6rem;
  144. }
  145. .box_boxa::-webkit-scrollbar {
  146. width: 0.14rem;
  147. }
  148. /* track滚动条未覆盖区域 */
  149. .box_boxa::-webkit-scrollbar-track {
  150. background-color: #fffdf4;
  151. border-radius: 99px;
  152. }
  153. /* thumb滚动条覆盖区域 */
  154. .box_boxa::-webkit-scrollbar-thumb {
  155. border-radius: 100px;
  156. background: #3763e2a8;
  157. }
  158. .section-announcement {
  159. position: fixed;
  160. top: 0;
  161. left: 50%;
  162. transform: translateX(-50%);
  163. width: 5.86rem;
  164. height: 0.97rem;
  165. font-size: 0.2rem;
  166. display: flex;
  167. justify-content: center;
  168. background: url(../images/bg-announcement.png) no-repeat;
  169. background-size: 100% 100%;
  170. .horn {
  171. height: 0.65rem;
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. img {
  176. width: 0.37rem;
  177. height: 0.32rem;
  178. margin-right: 0.05rem;
  179. background: url(../images/horn.png) no-repeat;
  180. background-size: 100% 100%;
  181. }
  182. }
  183. .content {
  184. height: 0.7rem;
  185. line-height: 0.7rem;
  186. }
  187. }
  188. .tu_ax {
  189. width: 6.13rem;
  190. margin: auto;
  191. padding-left: 0.3rem;
  192. img {
  193. width: 6.36rem;
  194. height: 5.88rem;
  195. position: absolute;
  196. top: 0.31rem;
  197. left: 0.51rem;
  198. }
  199. }
  200. .information {
  201. font-size: 0.20rem;
  202. color: #FFFF;
  203. display: inline-block;
  204. }
  205. .text_m {
  206. font-size: 0.20rem;
  207. display: inline-block;
  208. }
  209. .kuang {
  210. background: url(../images/权益选择框.png) no-repeat;
  211. background-size: 100% 100%;
  212. width: 6.46rem;
  213. height: 6.2rem;
  214. margin-top: 5.2rem;
  215. position: relative;
  216. top: 1.78rem;
  217. left: 0.53rem;
  218. }
  219. .main-order {
  220. .banner {
  221. width: 6.13rem;
  222. margin: auto;
  223. padding-left: 0.3rem;
  224. img {
  225. width: 6.36rem;
  226. height: 5.88rem;
  227. position: absolute;
  228. top: 0.31rem;
  229. left: 0.51rem;
  230. }
  231. }
  232. .apps {
  233. margin: 0rem 0.7rem;
  234. img {
  235. width: 100%;
  236. }
  237. }
  238. .order {
  239. width: 100%;
  240. height: 1rem;
  241. margin: 0.4rem auto 0;
  242. padding: unset;
  243. .btn {
  244. color: #FFFFFF;
  245. font-size: 0.4rem;
  246. margin: 0;
  247. padding: 0;
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. border: none;
  252. outline: none;
  253. margin-top: 7.08rem;
  254. width: 6.94rem;
  255. height: 1.05rem;
  256. margin-left: 0.28rem;
  257. background: url(../images/立即订购s.png) no-repeat;
  258. background-size: 100% 100%;
  259. }
  260. }
  261. .btn-tip {
  262. position: fixed;
  263. top: 4.6rem;
  264. width: 0.89rem;
  265. left: -0.25rem;
  266. height: 2rem;
  267. background: #FFFFFF;
  268. box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  269. border-radius: 0.32rem;
  270. border: 0.04rem solid #0147FA;
  271. color: #0147FA;
  272. font-size: 0.32rem;
  273. }
  274. }
  275. .xia_tu {
  276. position: relative;
  277. top: -4.4rem;
  278. }
  279. .btns {
  280. color: white;
  281. font-size: 0.34rem;
  282. width: 100%;
  283. height: 100%;
  284. background: none;
  285. margin: 0;
  286. padding: 0;
  287. display: flex;
  288. align-items: center;
  289. justify-content: center;
  290. border: none;
  291. outline: none;
  292. margin-top: -1.4rem;
  293. z-index: 200;
  294. }
  295. .ordersak {
  296. display: none;
  297. width: 6.2rem;
  298. height: 1rem;
  299. margin: 0.4rem auto 0;
  300. padding: unset;
  301. background: url('../images/立即订购.png') no-repeat;
  302. background-size: 100% 100%;
  303. }
  304. .overlay {
  305. position: fixed;
  306. top: 0;
  307. right: 0;
  308. bottom: 0;
  309. left: 0;
  310. z-index: 9990;
  311. background-color: rgba(0, 0, 0, 0.3);
  312. min-height: 6.5rem;
  313. }
  314. .dialog-agr {
  315. position: fixed;
  316. top: 50%;
  317. transform: translateY(-50%);
  318. left: 0.54rem;
  319. right: 0.3rem;
  320. width: 6.4rem;
  321. height: 8.72rem;
  322. font-size: 0.28rem;
  323. z-index: 10000;
  324. color: #666;
  325. text-align: justify;
  326. border-radius: 0.1rem;
  327. background: #ffff;
  328. overflow: hidden;
  329. h2 {
  330. font-size: 0.38rem;
  331. text-align: center;
  332. margin: 0.4rem auto 0.2rem;
  333. background: url(../images/领取规则标题.png);
  334. background-size: 100% 100%;
  335. width: 5.49rem;
  336. height: 0.41rem;
  337. }
  338. .close {
  339. width: 0.32rem;
  340. height: 0.32rem;
  341. top: .25rem;
  342. right: 0.3rem;
  343. position: absolute;
  344. img {
  345. width: 100%;
  346. height: 100%;
  347. }
  348. }
  349. .container {
  350. height: 7.9rem;
  351. overflow: scroll;
  352. margin-top: 0.8rem;
  353. .title {
  354. color: rgb(11, 181, 119);
  355. font-size: 0.3rem;
  356. padding-left: 0.2rem;
  357. display: flex;
  358. align-items: baseline;
  359. .dot {
  360. width: 0.2rem;
  361. height: 0.2rem;
  362. background-color: #0bb577;
  363. margin-right: 0.1rem;
  364. }
  365. }
  366. .content {
  367. line-height: 0.45rem;
  368. margin-bottom: 0.15rem;
  369. ul {
  370. list-style-type: none;
  371. padding: 0 0.4rem;
  372. li {
  373. margin-bottom: 0.1rem;
  374. }
  375. }
  376. }
  377. }
  378. }
  379. .main-draw {
  380. padding-bottom: 2rem;
  381. .banner {
  382. width: 6.13rem;
  383. margin: auto;
  384. padding-left: 0.3rem;
  385. img {
  386. width: 100%;
  387. }
  388. }
  389. .login {
  390. width: 100%;
  391. height: 8.55rem;
  392. margin-top: -1rem;
  393. background: url('../images/bg-draw.png') no-repeat;
  394. background-size: 100% 100%;
  395. height: 4.23rem;
  396. }
  397. }
  398. input::-webkit-input-placeholder {
  399. color: #b1b1b1;
  400. font-size: 0.28rem;
  401. }
  402. input::-moz-placeholder {
  403. /* Mozilla Firefox 19+ */
  404. color: #b1b1b1;
  405. font-size: 0.28rem;
  406. }
  407. input:-moz-placeholder {
  408. /* Mozilla Firefox 4 to 18 */
  409. color: #b1b1b1;
  410. font-size: 0.28rem;
  411. }
  412. input:-ms-input-placeholder {
  413. /* Internet Explorer 10-11 */
  414. color: #b1b1b1;
  415. font-size: 0.28rem;
  416. }
  417. // .row {
  418. // padding: 0rem 0 1rem 0;
  419. // }
  420. .form-group {
  421. .input-row {
  422. display: flex;
  423. align-content: space-between;
  424. justify-content: center;
  425. margin-bottom: 0.25rem;
  426. position: relative;
  427. top: 0.53rem;
  428. .smscode {
  429. width: 2.34rem;
  430. margin-right: 0.2rem;
  431. }
  432. .sendcode {
  433. width: 1.8rem;
  434. height: 0.56rem;
  435. color: white;
  436. background: #6392FD;
  437. margin-right: 0.04rem;
  438. font-size: 0.28rem;
  439. border-radius: 0.28rem;
  440. line-height: 0.4rem;
  441. text-align: center;
  442. padding: 0;
  443. position: absolute;
  444. top: 2.76rem;
  445. left: 4.66rem;
  446. }
  447. &:last-child {
  448. margin-bottom: 0rem;
  449. }
  450. }
  451. input {
  452. border: none;
  453. outline: none;
  454. font-size: 0.32rem;
  455. border-bottom: 1px solid #F0F0F0;
  456. }
  457. .actions {
  458. margin-top: 0.4rem;
  459. .btn {
  460. color: white;
  461. width: 5.9rem;
  462. height: 0.8rem;
  463. font-size: 0.36rem;
  464. display: flex;
  465. align-items: center;
  466. background: linear-gradient(180deg, #9CC4FF 0%, #527EF8 100%);
  467. justify-content: center;
  468. border-radius: 0.4rem;
  469. position: absolute;
  470. top: 2.9rem;
  471. left: 0.48rem;
  472. line-height: 0.48rem;
  473. letter-spacing: 0.03rem;
  474. font-weight: 600;
  475. border: none;
  476. }
  477. }
  478. }
  479. .smscode {
  480. width: 6.06rem;
  481. position: absolute;
  482. top: 2.68rem;
  483. height: 0.87rem;
  484. left: 0.4rem;
  485. background: #ffffff;
  486. }
  487. .section-agr {
  488. height: 7.5rem;
  489. .title {
  490. text-align: center;
  491. img {
  492. width: 6.13rem;
  493. height: 0.43rem;
  494. }
  495. }
  496. .content {
  497. border-radius: 1.2rem;
  498. margin: 0.38rem 0.68rem 1rem 0.52rem;
  499. .red {
  500. color: #ff4a38;
  501. }
  502. .title {
  503. width: 1.7rem;
  504. height: 0.68rem;
  505. background: url(../images/bg-title.png) no-repeat;
  506. background-size: 100% 100%;
  507. display: flex;
  508. align-items: center;
  509. justify-content: center;
  510. font-size: 0.3rem;
  511. color: #63AB47;
  512. margin-bottom: 0.1rem;
  513. }
  514. ul {
  515. color: #3d4644;
  516. font-size: 0.20rem;
  517. text-align: justify;
  518. width: 6.24rem;
  519. li {
  520. margin-bottom: 0.15rem;
  521. line-height: 0.38rem;
  522. font-size: 0.20rem;
  523. color: #ffff;
  524. .sub-ul {
  525. margin: 0.1rem 0;
  526. li {
  527. font-size: 0.24rem;
  528. }
  529. }
  530. &:last-child {
  531. margin-bottom: 0;
  532. }
  533. }
  534. }
  535. }
  536. .footer {
  537. color: #ff4a38;
  538. text-align: center;
  539. font-size: 0.24rem;
  540. span {
  541. transform: rotate(7deg)
  542. }
  543. }
  544. }
  545. .main-cancel {
  546. .banner {
  547. img {
  548. width: 6.42rem;
  549. height: 5.70rem;
  550. margin-left: 0.49rem;
  551. margin-top: 0.46rem;
  552. }
  553. }
  554. .login {
  555. width: 6.86rem;
  556. background: #ffffff;
  557. border-radius: 0.48rem;
  558. height: 4.14rem;
  559. border: 0.04rem solid #0147FA;
  560. position: relative;
  561. top: 8.25rem;
  562. left: 0.28rem;
  563. .tips {
  564. display: flex;
  565. font-size: 0.28rem;
  566. color: rgba(188, 130, 19, 0.6);
  567. padding: 2.5rem 0.6rem 0rem;
  568. text-align: justify;
  569. .ring {
  570. width: 0.6rem;
  571. display: flex;
  572. margin: 0 0.15rem 0 0;
  573. img {
  574. height: 0.5rem;
  575. }
  576. }
  577. }
  578. }
  579. }
  580. .dialog-alert {
  581. position: fixed;
  582. top: 6.62rem;
  583. left: 0.62rem;
  584. right: 0.62rem;
  585. border-radius: 0.3rem;
  586. z-index: 9992;
  587. background: #ffffff;
  588. .close {
  589. position: absolute;
  590. top: 0;
  591. right: 0.45rem;
  592. width: 0.59rem;
  593. height: 0.69rem;
  594. img {
  595. width: 100%;
  596. }
  597. }
  598. h1 {
  599. font-size: 0.36rem;
  600. font-weight: bold;
  601. text-align: center;
  602. margin-top: 0.6rem;
  603. }
  604. .content {
  605. min-height: 1.8rem;
  606. margin: 0.1rem 0.6rem;
  607. display: flex;
  608. align-items: center;
  609. justify-content: center;
  610. font-size: 0.3rem;
  611. color: #222222e8;
  612. font-weight: 600;
  613. }
  614. .actions {
  615. font-size: 0.3rem;
  616. display: flex;
  617. align-items: center;
  618. border-radius: 0.3rem;
  619. .btn {
  620. color: #0147FA;
  621. font-size: 0.34rem;
  622. background: #ffff;
  623. padding: 0;
  624. margin: 0;
  625. width: 100%;
  626. height: 1rem;
  627. text-align: center;
  628. line-height: 1rem;
  629. border-top: 0.02rem solid #E5E5E5;
  630. font-weight: 600;
  631. border-bottom-left-radius: 0.3rem;
  632. border-bottom-right-radius: 0.3rem;
  633. border-top-right-radius: 0;
  634. border-top-left-radius: 0;
  635. }
  636. .okay {
  637. color: white;
  638. float: left;
  639. background: #0bb577;
  640. }
  641. }
  642. }
  643. .dialog-alerttt {
  644. position: fixed;
  645. top: 6.62rem;
  646. left: 0.92rem;
  647. right: 0.62rem;
  648. height: 3.56rem;
  649. border-radius: 0.3rem;
  650. z-index: 9992;
  651. background: #ffffff;
  652. width: 5.68rem;
  653. transform: translateY(-50%)
  654. }
  655. .text_nn {
  656. font-size: 0.28rem;
  657. font-weight: bold;
  658. text-align: center;
  659. color: #347BDA;
  660. margin-top: 0.3rem;
  661. }
  662. .text_nns {
  663. font-size: 0.28rem;
  664. font-weight: bold;
  665. text-align: center;
  666. margin-top: 0.4rem;
  667. color: #347BDA;
  668. margin-top: 0.11rem;
  669. }
  670. .text_mm {
  671. color: #000000;
  672. }
  673. .dialog-confirm {
  674. position: fixed;
  675. top: 4rem;
  676. left: 0.62rem;
  677. right: 0.62rem;
  678. height: 3rem;
  679. border-radius: 0.3rem;
  680. z-index: 9992;
  681. background: #ffffff;
  682. .close {
  683. position: absolute;
  684. top: 0;
  685. right: 0.45rem;
  686. width: 0.59rem;
  687. height: 0.69rem;
  688. img {
  689. width: 100%;
  690. }
  691. }
  692. h1 {
  693. font-size: 0.36rem;
  694. font-weight: bold;
  695. text-align: center;
  696. margin-top: 0.6rem;
  697. }
  698. .content {
  699. min-height: 1.8rem;
  700. display: flex;
  701. align-items: center;
  702. justify-content: center;
  703. font-size: 0.3rem;
  704. color: black;
  705. }
  706. .actions {
  707. font-size: 0.3rem;
  708. display: flex;
  709. align-items: center;
  710. justify-content: space-between;
  711. margin: 0 0.6rem;
  712. margin-top: 0.2rem;
  713. .btn {
  714. color: white;
  715. font-size: 0.36rem;
  716. background: linear-gradient(-90deg, #1E98DF, #5256D5);
  717. display: flex;
  718. align-items: center;
  719. justify-content: center;
  720. border-radius: 0.4rem;
  721. padding: 0;
  722. margin: 0;
  723. width: 2.34rem;
  724. height: 0.72rem;
  725. }
  726. .okay {
  727. color: white;
  728. float: left;
  729. background: linear-gradient(-90deg, #1E98DF, #5256D5);
  730. }
  731. }
  732. }
  733. .draw {
  734. display: flex;
  735. font-size: 0.3rem;
  736. align-items: center;
  737. justify-content: center;
  738. color: rgb(68, 83, 60);
  739. .btn-draw {
  740. width: 2.3rem;
  741. height: 0.86rem;
  742. margin-left: 0.15rem;
  743. background: url(../images/btn-draw.png) no-repeat;
  744. background-size: 100% 100%;
  745. }
  746. }
  747. .contents {
  748. background: url(../images/成功.png) no-repeat !important;
  749. background-size: 100% 100% !important;
  750. width: 2.8rem !important;
  751. height: 2rem !important;
  752. position: relative !important;
  753. left: 1.5rem !important;
  754. top: 0.3rem !important;
  755. }
  756. .contentsak {
  757. background: url(../images/短信.png) no-repeat !important;
  758. background-size: 100% 100% !important;
  759. width: 2.8rem !important;
  760. height: 2rem !important;
  761. position: relative !important;
  762. left: 1.5rem !important;
  763. top: 0.3rem !important;
  764. }
  765. .contentss {
  766. background: url(../images/失败.png) no-repeat !important;
  767. background-size: 100% 100% !important;
  768. width: 2.8rem !important;
  769. height: 2rem !important;
  770. position: relative !important;
  771. left: 1.5rem !important;
  772. top: 0.3rem !important;
  773. }
  774. .actionss {
  775. font-size: 0.3rem !important;
  776. display: flex !important;
  777. align-items: center !important;
  778. justify-content: center !important;
  779. height: 1.4rem !important
  780. }
  781. .dialog-alerts {
  782. position: fixed !important;
  783. top: 6.62rem !important;
  784. left: 0.92rem !important;
  785. right: 0.62rem !important;
  786. border-radius: 0.3rem !important;
  787. z-index: 9992 !important;
  788. background: #ffffff !important;
  789. width: 5.68rem !important;
  790. transform: translateY(-50%) !important;
  791. animation: frames-top-center-01 300ms !important;
  792. }
  793. .beijing_a {
  794. background: url(../images/未选中背景.png) no-repeat;
  795. background-size: 100% 100%;
  796. width: 2.88rem;
  797. height: 1.1rem;
  798. position: relative;
  799. left: 0.2rem;
  800. top: 0.72rem;
  801. display: inline-block;
  802. }
  803. .tu_n {
  804. width: 0.72rem;
  805. height: 0.72rem;
  806. position: absolute;
  807. top: 0.2rem;
  808. left: 0.2rem;
  809. }
  810. .texte_n {
  811. width: 1.49rem;
  812. height: 0.45rem;
  813. font-size: 0.20rem;
  814. position: absolute;
  815. left: 1.2rem;
  816. top: 0.33rem;
  817. display: inline-block;
  818. line-height: 0.24rem;
  819. }
  820. .beijing_b {
  821. background-size: 100% 100%;
  822. width: 2.8rem;
  823. height: 1rem;
  824. position: relative;
  825. left: 0.15rem;
  826. top: 0.72rem;
  827. display: inline-block;
  828. border: 0.04rem solid #5cedfc;
  829. background: #355b945e;
  830. border-radius: 0.2rem;
  831. }
  832. .order_a {
  833. background: url(../images/立即领取按钮.png) no-repeat;
  834. background-size: 100% 100%;
  835. width: 100%;
  836. height: 100%;
  837. border: none;
  838. }
  839. .order_ca {
  840. background: url(../images/立即领取按钮.png) no-repeat;
  841. background-size: 100% 100%;
  842. width: 100%;
  843. height: 100%;
  844. border: none;
  845. -webkit-filter: grayscale(100%);
  846. }
  847. .order_b {
  848. background: url(../images/已领取按钮.png) no-repeat;
  849. background-size: 100% 100%;
  850. width: 100%;
  851. height: 100%;
  852. border: none;
  853. pointer-events: none;
  854. }
  855. .orders {
  856. margin: 0 auto;
  857. width: 6.16rem;
  858. height: 0.94rem;
  859. margin-top: 2.1rem;
  860. }
  861. .Big_box1 {
  862. width: 6.23rem;
  863. margin: 0 auto;
  864. height: 3rem;
  865. }
  866. .text_ab {
  867. font-size: 0.20rem;
  868. font-family: Source Han Sans CN;
  869. font-weight: 400;
  870. color: #FFFFFF;
  871. line-height: 0.36rem;
  872. margin-bottom: 0.36rem;
  873. }
  874. .box_img_a {
  875. background: url(../images/领取规则标题.png) no-repeat bottom;
  876. background-size: 100%;
  877. width: 100%;
  878. height: 0.43rem;
  879. margin-bottom: 0.4rem;
  880. margin-top: 0.4rem;
  881. }
  882. .inputot {
  883. margin-left: 0.4rem;
  884. color: #666666;
  885. font-size: 0.36rem;
  886. width: 4.87rem;
  887. height: 0.82rem;
  888. outline: none;
  889. min-width: 2.4rem;
  890. margin-bottom: 0.3rem;
  891. border: 0.01rem solid #E0E0E0;
  892. border-radius: 0.1rem;
  893. padding-left: 0.3rem;
  894. background: #ffffff;
  895. position: absolute;
  896. top: 1.45rem;
  897. }
  898. .actions {
  899. .btns {
  900. color: #666666;
  901. font-size: 0.32rem;
  902. background: linear-gradient(-90deg, #ffff, #ffff);
  903. display: flex;
  904. align-items: center;
  905. justify-content: center;
  906. border-radius: 0.4rem;
  907. padding: 0;
  908. font-weight: 400;
  909. margin: 0;
  910. width: 2.34rem;
  911. height: 0.72rem;
  912. border: solid 1px #aaaa;
  913. }
  914. .btn_orderss {
  915. color: #ffff;
  916. font-size: 0.32rem;
  917. background: linear-gradient(360deg, #5256D5 0%, #1E98DF 100%);
  918. display: flex;
  919. align-items: center;
  920. justify-content: center;
  921. border-radius: 0.4rem;
  922. padding: 0;
  923. font-weight: 400;
  924. margin: 0;
  925. width: 2.34rem;
  926. height: 0.72rem;
  927. border: solid 1px #aaaa;
  928. }
  929. .okay {
  930. color: white;
  931. float: left;
  932. background: #0bb577;
  933. }
  934. }
  935. .usermob {
  936. position: absolute;
  937. width: 6.06rem;
  938. top: 1.45rem;
  939. background: #ffffff;
  940. left: 0.4rem;
  941. height: 0.87rem;
  942. }
  943. .usermobsr {
  944. position: absolute;
  945. width: 6.06rem;
  946. top: 0.4rem;
  947. background: #ffffff;
  948. left: 0.4rem;
  949. height: 0.87rem;
  950. }
  951. .section-setting {
  952. width: 6.86rem;
  953. background: #ffffff;
  954. border-radius: 0.48rem;
  955. height: 5.22rem;
  956. border: 0.04rem solid #0147FA;
  957. position: relative;
  958. top: 8.25rem;
  959. left: 0.28rem;
  960. .content {
  961. .form-group {
  962. input {
  963. padding: 0 0 0 0.2rem;
  964. border: none;
  965. border-bottom: 1px solid #F0F0F0;
  966. }
  967. .mobile {
  968. width: 4.80rem;
  969. }
  970. .code {}
  971. .send {
  972. width: 1.8rem;
  973. height: 0.56rem;
  974. color: white;
  975. background: #6392FD;
  976. margin-right: 0.04rem;
  977. font-size: 0.28rem;
  978. border-radius: 0.28rem;
  979. line-height: 0.4rem;
  980. text-align: center;
  981. padding: 0;
  982. position: absolute;
  983. top: 2.76rem;
  984. left: 4.66rem;
  985. }
  986. .sendcode-wait {
  987. background: #B5B5B5;
  988. }
  989. }
  990. .status {
  991. display: flex;
  992. flex-direction: column;
  993. align-items: center;
  994. margin: 0.45rem auto 0.35rem;
  995. .status-icon {
  996. width: 0.84rem;
  997. height: 0.84rem;
  998. background: url(../images/success.png) no-repeat;
  999. background-size: 100% 100%;
  1000. }
  1001. .status-name {
  1002. margin-top: 0.24rem;
  1003. }
  1004. }
  1005. }
  1006. .actions {
  1007. .btn {
  1008. width: 5.9rem;
  1009. height: 0.8rem;
  1010. font-size: 0.28rem;
  1011. display: flex;
  1012. align-items: center;
  1013. background: linear-gradient(180deg, #9CC4FF 0%, #527EF8 100%);
  1014. justify-content: center;
  1015. border-radius: 0.4rem;
  1016. position: absolute;
  1017. top: 4rem;
  1018. left: 0.48rem;
  1019. }
  1020. .btn-primary {
  1021. color: white;
  1022. }
  1023. .btn-lg {
  1024. width: 3.36rem;
  1025. margin: 0 auto;
  1026. }
  1027. }
  1028. }