order.scss 26 KB

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