order.scss 23 KB

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