order.scss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html,
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. height: 100%;
  8. }
  9. body {
  10. color: white;
  11. min-height: 18.75rem;
  12. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  13. background: #fbd2a2 url(../images/bg.png) no-repeat;
  14. background-size: 100%;
  15. }
  16. .unicom {
  17. img {
  18. left: 0.19rem;
  19. position: absolute;
  20. width: 1.16rem;
  21. height: 0.34rem;
  22. top: 0.2rem;
  23. }
  24. }
  25. .main {
  26. width: 100%;
  27. height: 100%;
  28. box-sizing: border-box;
  29. }
  30. .btn_l {
  31. width: 2.24rem;
  32. height: 0.76rem;
  33. position: absolute;
  34. bottom: 0.3rem;
  35. left: 0.36rem;
  36. background: url(../images/领取权益@1x.png) no-repeat;
  37. background-size: 100% 100%;
  38. border-radius: 0.36rem;
  39. font-size: 0.32rem;
  40. color: #924D36;
  41. text-align: center;
  42. line-height: 0.63rem;
  43. }
  44. .btn_j {
  45. width: 2.24rem;
  46. height: 0.76rem;
  47. position: absolute;
  48. bottom: 0.3rem;
  49. background: url(../images/领取记录@1x.png) no-repeat;
  50. background-size: 100% 100%;
  51. border-radius: 0.36rem;
  52. left: 2.6rem;
  53. font-size: 0.32rem;
  54. color: #924D36;
  55. text-align: center;
  56. line-height: 0.63rem;
  57. }
  58. .btn_cannel {
  59. width: 2.24rem;
  60. height: 0.76rem;
  61. position: absolute;
  62. bottom: 0.3rem;
  63. right: 0.42rem;
  64. background: url(../images/退订产品@1x.png) no-repeat;
  65. background-size: 100% 100%;
  66. border-radius: 0.36rem;
  67. font-size: 0.32rem;
  68. color: #924D36;
  69. text-align: center;
  70. line-height: 0.63rem;
  71. }
  72. // .content::-webkit-scrollbar {
  73. // width: 0.12rem;
  74. // }
  75. // /* track滚动条未覆盖区域 */
  76. // .content::-webkit-scrollbar-track {
  77. // background-color: #64a0f0;
  78. // border-radius: 99px;
  79. // }
  80. // /* thumb滚动条覆盖区域 */
  81. // .content::-webkit-scrollbar-thumb {
  82. // border-radius: 100px;
  83. // background: #BAD1FF;
  84. // }
  85. .section-announcement {
  86. position: fixed;
  87. top: 0;
  88. left: 50%;
  89. transform: translateX(-50%);
  90. width: 5.86rem;
  91. height: 0.97rem;
  92. font-size: 0.2rem;
  93. display: flex;
  94. justify-content: center;
  95. background: url(../images/bg-announcement.png) no-repeat;
  96. background-size: 100% 100%;
  97. .horn {
  98. height: 0.65rem;
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. img {
  103. width: 0.37rem;
  104. height: 0.32rem;
  105. margin-right: 0.05rem;
  106. background: url(../images/horn.png) no-repeat;
  107. background-size: 100% 100%;
  108. }
  109. }
  110. .content {
  111. height: 0.7rem;
  112. line-height: 0.7rem;
  113. }
  114. }
  115. .tuid {
  116. background: url(../images/产品td.png) no-repeat;
  117. background-size: 100% 100%;
  118. width: 3rem;
  119. height: 0.81rem;
  120. display: inline-block;
  121. margin-left: 1.41rem;
  122. margin-top: 0.2rem;
  123. }
  124. .chax {
  125. background: url(../images/订购jl.png) no-repeat;
  126. background-size: 100% 100%;
  127. width: 3.18rem;
  128. height: 0.81rem;
  129. display: inline-block;
  130. margin-left: 0.09rem;
  131. margin-top: 00.28rem;
  132. }
  133. .img_adx {
  134. width: 7.09rem;
  135. height: 5.56rem;
  136. margin-top: 5.01rem;
  137. margin-left: 0.12rem;
  138. }
  139. .img_adxs {
  140. width: 100%;
  141. height: 4.15rem;
  142. position: absolute;
  143. top: 0.64rem;
  144. }
  145. .main-order {
  146. .apps {
  147. margin: 0rem 0.7rem;
  148. img {
  149. width: 100%;
  150. }
  151. }
  152. .order {
  153. width: 6.6rem;
  154. height: 1.18rem;
  155. padding: unset;
  156. background: url(../images/btn-order-disabled.png) no-repeat;
  157. background-size: 100% 100%;
  158. position: absolute;
  159. top: 10.69rem;
  160. left: 0.41rem;
  161. .btn {
  162. color: white;
  163. font-size: 0.34rem;
  164. width: 100%;
  165. height: 100%;
  166. background: none;
  167. margin: 0;
  168. padding: 0;
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. border: none;
  173. outline: none;
  174. }
  175. }
  176. .btn-tip {
  177. color: #2206B4;
  178. font-size: 0.26rem;
  179. text-align: center;
  180. background: url(../images/查看更多按钮.png) no-repeat;
  181. background-size: 100% 100%;
  182. width: 1.61rem;
  183. height: 0.54rem;
  184. line-height: 0.53rem;
  185. margin-left: 2.61rem;
  186. letter-spacing: 0.01rem;
  187. margin-top: 0.16rem;
  188. font-weight: 600;
  189. }
  190. }
  191. .overlay {
  192. position: fixed;
  193. top: 0;
  194. right: 0;
  195. bottom: 0;
  196. left: 0;
  197. z-index: 9990;
  198. background-color: rgba(0, 0, 0, 0.3);
  199. min-height: 6.5rem;
  200. }
  201. .dialog-agr {
  202. position: fixed;
  203. top: 50%;
  204. transform: translateY(-50%);
  205. left: 0.9rem;
  206. width: 5.70rem;
  207. height: 8.50rem;
  208. font-size: 0.28rem;
  209. background: url(../images/bg-agr.png);
  210. background-size: 100% 100%;
  211. z-index: 10000;
  212. color: #666;
  213. text-align: justify;
  214. border-radius: 0.1rem;
  215. overflow: hidden;
  216. h2 {
  217. height: 0.46rem;
  218. font-size: 0.38rem;
  219. text-align: center;
  220. margin: 0.4rem auto 0.2rem;
  221. width: 1.64rem;
  222. background: url(../images/chanp说明.png);
  223. background-size: 100% 100%;
  224. }
  225. .close {
  226. width: 0.45rem;
  227. height: 0.45rem;
  228. top: .2rem;
  229. right: 0.3rem;
  230. position: absolute;
  231. img {
  232. width: 0.4rem;
  233. height: 0.4rem;
  234. position: absolute;
  235. right: -0.1rem;
  236. top: 0.01rem;
  237. }
  238. }
  239. .container {
  240. height: 7.7rem;
  241. overflow: scroll;
  242. margin-top: 0.7rem;
  243. .titles {
  244. font-size: 0.28rem;
  245. padding-left: 0.2rem;
  246. display: flex;
  247. align-items: baseline;
  248. background: url(../images/流量说明@2x.png);
  249. background-size: 100% 100%;
  250. width: 1.64rem;
  251. height: 0.46rem;
  252. margin-left: 2.01rem;
  253. margin-top: 0.48rem;
  254. margin-bottom: 0.25rem;
  255. .dot {
  256. width: 0.2rem;
  257. height: 0.2rem;
  258. background-color: #0bb577;
  259. margin-right: 0.1rem;
  260. }
  261. }
  262. .title {
  263. font-size: 0.28rem;
  264. padding-left: 0.2rem;
  265. display: flex;
  266. align-items: baseline;
  267. background: url(../images/业务说明@2x.png);
  268. background-size: 100% 100%;
  269. width: 1.64rem;
  270. height: 0.46rem;
  271. margin-left: 2.01rem;
  272. margin-bottom: 0.25rem;
  273. .dot {
  274. width: 0.2rem;
  275. height: 0.2rem;
  276. background-color: #0bb577;
  277. margin-right: 0.1rem;
  278. }
  279. }
  280. .content {
  281. line-height: 0.39rem;
  282. font-size: 0.24rem;
  283. margin-bottom: 0.15rem;
  284. color: #333333;
  285. letter-spacing: 0.02rem;
  286. ul {
  287. list-style-type: none;
  288. padding: 0 0.29rem;
  289. li {
  290. margin-bottom: 0.3rem;
  291. }
  292. }
  293. }
  294. }
  295. }
  296. .box_cp {
  297. background: url(../images/产品说明背景.png) no-repeat;
  298. background-size: 100% 100%;
  299. width: 6.83rem;
  300. height: 3.44rem;
  301. margin-left: 0.32rem;
  302. margin-top: 0.95rem;
  303. position: relative;
  304. }
  305. .box_cd {
  306. width: 6.64rem;
  307. height: 6.51rem;
  308. margin-left: 0.39rem;
  309. margin-top: 1.43rem;
  310. background: url(../images/img_card@2x1.png) no-repeat;
  311. background-size: 100% 100%;
  312. margin-bottom: 0.24rem;
  313. }
  314. .main-draw {
  315. padding-bottom: 2rem;
  316. .banner {
  317. width: 6.13rem;
  318. margin: auto;
  319. padding-left: 0.3rem;
  320. img {
  321. width: 100%;
  322. }
  323. }
  324. .login {
  325. width: 100%;
  326. height: 8.55rem;
  327. margin-top: -1rem;
  328. background: url('../images/bg-draw.png') no-repeat;
  329. background-size: 100% 100%;
  330. }
  331. }
  332. input::-webkit-input-placeholder {
  333. color: #666666;
  334. font-size: 0.28rem;
  335. }
  336. input::-moz-placeholder {
  337. /* Mozilla Firefox 19+ */
  338. color: #666666;
  339. font-size: 0.28rem;
  340. }
  341. input:-moz-placeholder {
  342. /* Mozilla Firefox 4 to 18 */
  343. color: #666666;
  344. font-size: 0.28rem;
  345. }
  346. input:-ms-input-placeholder {
  347. /* Internet Explorer 10-11 */
  348. color: #666666;
  349. font-size: 0.28rem;
  350. }
  351. .sms-form {
  352. margin: 0rem 0.4rem 0.3rem;
  353. position: absolute;
  354. top: 11.25rem;
  355. width: 5.6rem;
  356. left: 0.5rem;
  357. }
  358. .form-group {
  359. .input-row {
  360. display: flex;
  361. align-content: space-between;
  362. justify-content: center;
  363. margin-bottom: 0.33rem;
  364. .smscode {
  365. width: 100%;
  366. margin-right: 0.15rem;
  367. }
  368. .sendcode {
  369. font-size: 0.28rem;
  370. height: 0.88rem;
  371. line-height: 0.88rem;
  372. color: #FFFFFF;
  373. word-break: keep-all;
  374. white-space: nowrap;
  375. min-width: 1.96rem;
  376. background: #FA7742;
  377. text-align: center;
  378. letter-spacing: 0.02rem;
  379. border-radius: 0.1rem;
  380. }
  381. .sendcode-wait {}
  382. &:last-child {
  383. margin-bottom: 0rem;
  384. }
  385. }
  386. input {
  387. font-size: 0.28rem;
  388. width: 100%;
  389. height: 0.88rem;
  390. outline: none;
  391. min-width: 2.4rem;
  392. margin-bottom: 0.01rem;
  393. color: #666666;
  394. padding-left: 0.3rem;
  395. letter-spacing: 0.03rem;
  396. background: #FFE7D9;
  397. border: #ffffff;
  398. border-radius: 0.1rem;
  399. }
  400. .actions {
  401. margin-top: 0.35rem;
  402. .btn {
  403. color: white;
  404. font-size: 0.36rem;
  405. width: 5.75rem;
  406. height: 1.03rem;
  407. background: url(../images/btn-order.png) no-repeat;
  408. background-size: 100% 100%;
  409. margin: 0 auto;
  410. line-height: 0.88rem;
  411. text-align: center;
  412. border: none;
  413. border-radius: 0;
  414. }
  415. }
  416. }
  417. .section-agr {
  418. margin-top: 12.1rem;
  419. width: 6.4rem;
  420. height: 6.4rem;
  421. margin-bottom: 0.68rem;
  422. margin-left: 0.56rem;
  423. position: relative;
  424. background: url(../images/img_card@2x1.png) no-repeat;
  425. background-size: 100% 100%;
  426. border-radius: 0.3rem;
  427. .title {
  428. height: 1.1rem;
  429. text-align: center;
  430. img {
  431. width: 1.65rem;
  432. height: 0.45rem;
  433. margin-top: 0.64rem;
  434. }
  435. }
  436. .content {
  437. margin: 0.3rem 0rem 0rem 0.65rem;
  438. height: 3.89rem;
  439. overflow: auto;
  440. position: absolute;
  441. width: 5.25rem;
  442. top: 1.4rem;
  443. padding-right: 0.27rem;
  444. font-size: 0.22rem;
  445. .red {
  446. color: #ff4a38;
  447. }
  448. .title {
  449. width: 1.7rem;
  450. height: 0.68rem;
  451. background: url(../images/bg-title.png) no-repeat;
  452. background-size: 100% 100%;
  453. display: flex;
  454. align-items: center;
  455. justify-content: center;
  456. font-size: 0.3rem;
  457. color: #63AB47;
  458. margin-bottom: 0.1rem;
  459. }
  460. ul {
  461. color: rgb(61, 70, 68);
  462. font-size: 0.28rem;
  463. text-align: justify;
  464. li {
  465. margin-bottom: 0.14rem;
  466. line-height: 0.36rem;
  467. font-size: 0.24rem;
  468. color: #333333;
  469. font-weight: 400;
  470. .sub-ul {
  471. margin: 0.1rem 0;
  472. li {
  473. font-size: 0.24rem;
  474. }
  475. }
  476. &:last-child {
  477. margin-bottom: 0;
  478. }
  479. }
  480. }
  481. }
  482. .footer {
  483. color: #ff4a38;
  484. text-align: center;
  485. font-size: 0.24rem;
  486. span {
  487. transform: rotate(7deg)
  488. }
  489. }
  490. }
  491. .main-cancel {
  492. padding-bottom: 3rem;
  493. .banner {
  494. width: 100%;
  495. height: 4.15rem;
  496. padding-left: 0;
  497. margin-top: 0.64rem;
  498. img {
  499. width: 100%;
  500. }
  501. }
  502. .login {
  503. width: 7.08rem;
  504. height: 4.88rem;
  505. margin-top: 5.8rem;
  506. margin-left: 0.16rem;
  507. background: url(../images/img_card.png) no-repeat;
  508. background-size: 100% 100%;
  509. border-radius: 0.3rem;
  510. .tips {
  511. display: flex;
  512. font-size: 0.28rem;
  513. color: rgba(188, 130, 19, 0.6);
  514. padding: 2.5rem 0.6rem 0rem;
  515. text-align: justify;
  516. .ring {
  517. width: 0.6rem;
  518. display: flex;
  519. margin: 0 0.15rem 0 0;
  520. img {
  521. height: 0.5rem;
  522. }
  523. }
  524. }
  525. }
  526. .sms-form {}
  527. }
  528. .dialog-alert .actions .btn {
  529. color: white;
  530. font-size: 0.36rem;
  531. background: #3b92e6;
  532. height: 0.7rem;
  533. display: flex;
  534. align-items: center;
  535. justify-content: center;
  536. width: 2rem;
  537. border-radius: 0.4rem;
  538. padding: 0;
  539. margin: 0;
  540. }
  541. .dialog-confirm {
  542. position: fixed;
  543. top: 4rem;
  544. left: 0.62rem;
  545. right: 0.62rem;
  546. height: 3.6rem;
  547. border-radius: 0.3rem;
  548. z-index: 9992;
  549. background: #ffffff;
  550. .close {
  551. position: absolute;
  552. top: 0;
  553. right: 0.45rem;
  554. width: 0.59rem;
  555. height: 0.69rem;
  556. img {
  557. width: 100%;
  558. }
  559. }
  560. h1 {
  561. color: #333333;
  562. font-size: 0.34rem;
  563. font-weight: bold;
  564. text-align: center;
  565. margin: 0.63rem auto 0;
  566. }
  567. .content {
  568. color: rgb(51, 51, 51);
  569. font-size: 0.32rem;
  570. height: 1.8rem;
  571. text-align: center;
  572. line-height: 0.5rem;
  573. margin: 0.6rem 0.42rem 0;
  574. }
  575. .actions {
  576. font-size: 0.3rem;
  577. display: flex;
  578. align-items: center;
  579. justify-content: space-between;
  580. margin: 0 0.6rem;
  581. .btn {
  582. color: white;
  583. font-size: 0.36rem;
  584. background: linear-gradient(-90deg, #1E98DF, #5256D5);
  585. display: flex;
  586. align-items: center;
  587. justify-content: center;
  588. border-radius: 0.4rem;
  589. padding: 0;
  590. margin: 0;
  591. width: 2.34rem;
  592. height: 0.72rem;
  593. }
  594. .okay {
  595. color: white;
  596. float: left;
  597. background: #0bb577;
  598. }
  599. }
  600. }
  601. .draw {
  602. display: flex;
  603. font-size: 0.3rem;
  604. align-items: center;
  605. justify-content: center;
  606. color: rgb(68, 83, 60);
  607. .btn-draw {
  608. width: 2.3rem;
  609. height: 0.86rem;
  610. margin-left: 0.15rem;
  611. background: url(../images/btn-draw.png) no-repeat;
  612. background-size: 100% 100%;
  613. }
  614. }
  615. .nox_aor {
  616. font-size: 0.26rem;
  617. position: relative;
  618. width: 100%;
  619. text-align: center;
  620. color: #ffffffcf;
  621. margin-top: 0.2rem;
  622. }
  623. .yuans {
  624. width: 0.22rem;
  625. height: 0.22rem;
  626. border-radius: 3rem;
  627. border: solid 0.02rem #ffff;
  628. display: block;
  629. position: absolute;
  630. background: none;
  631. left: 1.8rem;
  632. top: 0.06rem;
  633. }
  634. .text_lan {
  635. text-decoration: none;
  636. color: #ffffffcf;
  637. }
  638. .chanp {
  639. width: 2.72rem;
  640. height: 0.7rem;
  641. position: absolute;
  642. left: 1.95rem;
  643. top: -0.2rem;
  644. }
  645. .text_ar {
  646. font-size: 0.26rem;
  647. color: #FFFFFF;
  648. margin-left: 0.51rem;
  649. font-weight: 400;
  650. font-family: PingFang SC;
  651. margin-top: -0.1rem;
  652. margin-bottom: 0.15rem;
  653. line-height: 0.46rem;
  654. }
  655. .img_acoc {
  656. width: 5.19rem;
  657. height: 2.11rem;
  658. position: absolute;
  659. top: 0.98rem;
  660. left: 0.82rem;
  661. }
  662. .chanps {
  663. width: 3.83rem;
  664. height: 0.7rem;
  665. position: absolute;
  666. top: -0.2rem;
  667. left: 1.4rem;
  668. }
  669. .imgga {
  670. width: 0.98rem;
  671. height: 0.98rem;
  672. position: absolute;
  673. top: 1.37rem;
  674. left: 0.75rem;
  675. }
  676. .imggb {
  677. width: 0.98rem;
  678. height: 0.98rem;
  679. position: absolute;
  680. top: 1.37rem;
  681. left: 2.18rem;
  682. }
  683. .imggc {
  684. width: 0.98rem;
  685. height: 0.98rem;
  686. position: absolute;
  687. top: 1.37rem;
  688. left: 3.61rem;
  689. }
  690. .imggd {
  691. width: 0.98rem;
  692. height: 0.98rem;
  693. position: absolute;
  694. top: 1.37rem;
  695. left: 5.04rem;
  696. }
  697. .imgge {
  698. width: 0.98rem;
  699. height: 0.98rem;
  700. position: absolute;
  701. top: 2.58rem;
  702. left: 0.75rem;
  703. }
  704. .imggf {
  705. width: 0.98rem;
  706. height: 0.98rem;
  707. position: absolute;
  708. top: 2.57rem;
  709. left: 2.18rem;
  710. }
  711. .imggg {
  712. width: 0.98rem;
  713. height: 0.98rem;
  714. position: absolute;
  715. top: 2.57rem;
  716. left: 3.6rem;
  717. }
  718. .imggh {
  719. width: 0.98rem;
  720. height: 0.98rem;
  721. position: absolute;
  722. top: 2.57rem;
  723. left: 5.04rem;
  724. }
  725. .section-setting {
  726. width: 6.25rem;
  727. background: #ffffff;
  728. border-radius: 0.2rem;
  729. height: 6.08rem;
  730. position: absolute;
  731. top: 11.8rem;
  732. left: 0.56rem;
  733. border: 0.04rem solid #ffa02cf5;
  734. .content {
  735. .form-group {
  736. width: 5.76rem;
  737. margin-left: 0.25rem;
  738. position: relative;
  739. input {
  740. padding: 0 0 0 0.2rem;
  741. border: 1px solid #fcd4a9;
  742. font-size: 0.28rem;
  743. width: 100%;
  744. height: 0.88rem;
  745. outline: none;
  746. min-width: 1.8rem;
  747. margin-bottom: -0.1rem;
  748. color: #666666;
  749. letter-spacing: 0.03rem;
  750. background: #fdb16d9c;
  751. border-radius: 0.1rem;
  752. }
  753. .mobile {
  754. width: 4.80rem;
  755. }
  756. .code {}
  757. .send {
  758. width: 0.2rem;
  759. height: 0.88rem;
  760. color: white;
  761. background: #fb6d3bf2;
  762. margin-right: 0.04rem;
  763. font-size: 0.28rem;
  764. line-height: 0.4rem;
  765. text-align: center;
  766. padding: 0;
  767. position: absolute;
  768. top: 3.16rem;
  769. min-width: 1.9rem;
  770. left: 3.84rem;
  771. }
  772. .sendcode-wait {
  773. background: #f29e5866;
  774. }
  775. }
  776. .status {
  777. display: flex;
  778. flex-direction: column;
  779. align-items: center;
  780. margin: 0.45rem auto 0.35rem;
  781. .status-icon {
  782. width: 0.84rem;
  783. height: 0.84rem;
  784. background: url(../images/success.png) no-repeat;
  785. background-size: 100% 100%;
  786. }
  787. .status-name {
  788. margin-top: 0.24rem;
  789. }
  790. }
  791. }
  792. .actions {
  793. .btn {
  794. width: 5.76rem;
  795. height: 1.15rem;
  796. font-size: 0.36rem;
  797. display: flex;
  798. align-items: center;
  799. justify-content: center;
  800. border-radius: 0.4rem;
  801. position: absolute;
  802. top: -0.3rem;
  803. left: 0.1rem;
  804. background: url(../images/btn-order.png) no-repeat;
  805. background-size: 100% 100%;
  806. letter-spacing: 0.03rem;
  807. margin-top: 4.7rem;
  808. }
  809. .btn-primary {
  810. color: white;
  811. }
  812. .btn-lg {
  813. width: 3.36rem;
  814. margin: 0 auto;
  815. }
  816. }
  817. }
  818. .dialog-alert {
  819. position: fixed;
  820. top: 6.62rem;
  821. left: 0.62rem;
  822. right: 0.62rem;
  823. border-radius: 0.3rem;
  824. z-index: 9992;
  825. background: #ffffff;
  826. .close {
  827. position: absolute;
  828. top: 0;
  829. right: 0.45rem;
  830. width: 0.59rem;
  831. height: 0.69rem;
  832. img {
  833. width: 100%;
  834. }
  835. }
  836. h1 {
  837. font-size: 0.36rem;
  838. font-weight: bold;
  839. text-align: center;
  840. margin-top: 0.6rem;
  841. }
  842. .content {
  843. min-height: 1.8rem;
  844. margin: 0.1rem 0.6rem;
  845. display: flex;
  846. align-items: center;
  847. justify-content: center;
  848. font-size: 0.3rem;
  849. color: #222222e8;
  850. font-weight: 600;
  851. }
  852. .contents {
  853. min-height: 1.8rem;
  854. margin: 0.1rem 0.6rem;
  855. display: flex;
  856. align-items: center;
  857. justify-content: center;
  858. font-size: 0.3rem;
  859. color: #222222e8;
  860. font-weight: 600;
  861. }
  862. .actions {
  863. font-size: 0.3rem;
  864. display: flex;
  865. align-items: center;
  866. border-radius: 0.3rem;
  867. .btn {
  868. color: #0147FA;
  869. font-size: 0.34rem;
  870. background: #ffff;
  871. padding: 0;
  872. margin: 0;
  873. width: 100%;
  874. height: 1rem;
  875. text-align: center;
  876. line-height: 1rem;
  877. border-top: 0.02rem solid #E5E5E5;
  878. font-weight: 600;
  879. border-top-right-radius: 0;
  880. border-top-left-radius: 0;
  881. border-right: 0.01rem solid #E5E5E5;
  882. margin-top: 0.35rem;
  883. border-bottom-left-radius: 0.3rem;
  884. border-bottom-right-radius: 0rem;
  885. }
  886. .okay {
  887. color: white;
  888. float: left;
  889. background: #3279fe;
  890. }
  891. }
  892. }
  893. .actions {
  894. .btnssr {
  895. color: #0147FA;
  896. font-size: 0.34rem;
  897. background: #ffff;
  898. padding: 0;
  899. margin: 0;
  900. width: 100%;
  901. height: 1rem;
  902. text-align: center;
  903. line-height: 1rem;
  904. border-top: 0.02rem solid #E5E5E5;
  905. font-weight: 600;
  906. border-top-right-radius: 0;
  907. border-top-left-radius: 0;
  908. margin-top: 0.35rem;
  909. border-bottom-right-radius: 0.3rem;
  910. }
  911. }