order.scss 22 KB

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