order.scss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  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: 16.75rem;
  12. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  13. background: #e2eafd url(../images/bg.png) no-repeat;
  14. background-size: 100%;
  15. }
  16. .unicom {
  17. img {
  18. left: 0.22rem;
  19. position: absolute;
  20. width: 1.49rem;
  21. height: 0.44rem;
  22. top: 0.25rem;
  23. }
  24. }
  25. .main {
  26. width: 100%;
  27. height: 100%;
  28. box-sizing: border-box;
  29. }
  30. .btn_l {
  31. width: 2.1rem;
  32. height: 0.66rem;
  33. position: absolute;
  34. bottom: 0.3rem;
  35. left: 0.47rem;
  36. background: url(../images/lqqy@1xse.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.1rem;
  46. height: 0.66rem;
  47. position: absolute;
  48. bottom: 0.3rem;
  49. background: url(../images/lqjl@1xse.png) no-repeat;
  50. background-size: 100% 100%;
  51. border-radius: 0.36rem;
  52. left: 2.72rem;
  53. font-size: 0.32rem;
  54. color: #924D36;
  55. text-align: center;
  56. line-height: 0.63rem;
  57. }
  58. .btn_cannel {
  59. width: 2.1rem;
  60. height: 0.66rem;
  61. position: absolute;
  62. bottom: 0.3rem;
  63. right: 0.43rem;
  64. background: url(../images/tdcp@1xse.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/cptdse.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/dgjlse.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: 100%;
  135. height: 7.15rem;
  136. margin-top: 4.3rem;
  137. }
  138. .img_adxs {
  139. width: 6.51rem;
  140. height: 4.13rem;
  141. position: absolute;
  142. top: 0.62rem;
  143. left: 0.44rem;
  144. }
  145. .main-order {
  146. .apps {
  147. margin: 0rem 0.7rem;
  148. img {
  149. width: 100%;
  150. }
  151. }
  152. .order {
  153. width: 6.68rem;
  154. height: 1.31rem;
  155. padding: unset;
  156. background: url(../images/btn-order-disabled.png) no-repeat;
  157. background-size: 100% 100%;
  158. position: absolute;
  159. top: 9.8rem;
  160. left: 0.37rem;
  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/ckgdanse.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/chanpsmse.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/llsm@2xse.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/ywsm@2xse.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/cpsmbjse.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.66rem;
  307. height: 6.01rem;
  308. margin-left: 0.38rem;
  309. margin-top: -0.6rem;
  310. background: url(../images/img_card@2x1.png) no-repeat;
  311. background-size: 100% 100%;
  312. margin-bottom: 0.17rem;
  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: 10.25rem;
  355. width: 5.76rem;
  356. left: 0.4rem;
  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.32rem;
  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. }
  384. input {
  385. font-size: 0.28rem;
  386. width: 100%;
  387. height: 0.88rem;
  388. outline: none;
  389. min-width: 2.4rem;
  390. margin-bottom: 0.01rem;
  391. color: #666666;
  392. padding-left: 0.3rem;
  393. letter-spacing: 0.03rem;
  394. background: #F9F2C8;
  395. border: #ffffff;
  396. border-radius: 0.1rem;
  397. }
  398. .actions {
  399. margin-top: 0.35rem;
  400. .btn {
  401. color: white;
  402. font-size: 0.36rem;
  403. width: 5.84rem;
  404. height: 1.15rem;
  405. background: url(../images/btn-order.png) no-repeat;
  406. background-size: 100% 100%;
  407. margin: 0 auto;
  408. line-height: 0.88rem;
  409. text-align: center;
  410. border: none;
  411. border-radius: 0;
  412. }
  413. }
  414. }
  415. .section-agr {
  416. margin-top: 10rem;
  417. width: 6.47rem;
  418. height: 5.46rem;
  419. margin-bottom: 0.44rem;
  420. margin-left: 0.46rem;
  421. position: relative;
  422. background: url(../images/img_card@2x1.png) no-repeat;
  423. background-size: 100% 100%;
  424. border-radius: 0.3rem;
  425. .title {
  426. height: 1.1rem;
  427. text-align: center;
  428. img {
  429. width: 1.65rem;
  430. height: 0.45rem;
  431. margin-top: 0.64rem;
  432. }
  433. }
  434. .content {
  435. margin: 0rem 0rem 0rem 0.6rem;
  436. height: 3.89rem;
  437. overflow: auto;
  438. position: absolute;
  439. width: 5.25rem;
  440. top: 1.1rem;
  441. padding-right: 0.27rem;
  442. font-size: 0.22rem;
  443. .red {
  444. color: #ff4a38;
  445. }
  446. .title {
  447. width: 1.7rem;
  448. height: 0.68rem;
  449. background: url(../images/bg-title.png) no-repeat;
  450. background-size: 100% 100%;
  451. display: flex;
  452. align-items: center;
  453. justify-content: center;
  454. font-size: 0.3rem;
  455. color: #63AB47;
  456. margin-bottom: 0.1rem;
  457. }
  458. ul {
  459. color: rgb(61, 70, 68);
  460. font-size: 0.28rem;
  461. text-align: justify;
  462. li {
  463. margin-bottom: 0.14rem;
  464. line-height: 0.36rem;
  465. font-size: 0.24rem;
  466. color: #333333;
  467. font-weight: 400;
  468. .sub-ul {
  469. margin: 0.1rem 0;
  470. li {
  471. font-size: 0.24rem;
  472. }
  473. }
  474. &:last-child {
  475. margin-bottom: 0;
  476. }
  477. }
  478. }
  479. }
  480. .footer {
  481. color: #ff4a38;
  482. text-align: center;
  483. font-size: 0.24rem;
  484. span {
  485. transform: rotate(7deg)
  486. }
  487. }
  488. }
  489. .main-cancel {
  490. padding-bottom: 3rem;
  491. .banner {
  492. width: 6.51rem;
  493. height: 4.13rem;
  494. padding-left: 0.44rem;
  495. margin-top: 0.62rem;
  496. img {
  497. width: 100%;
  498. }
  499. }
  500. .login {
  501. width: 7.31rem;
  502. height: 5.22rem;
  503. margin-top: 4.8rem;
  504. margin-left: 0.09rem;
  505. background: url(../images/img_card.png) no-repeat;
  506. background-size: 100% 100%;
  507. border-radius: 0.3rem;
  508. .tips {
  509. display: flex;
  510. font-size: 0.28rem;
  511. color: rgba(188, 130, 19, 0.6);
  512. padding: 2.5rem 0.6rem 0rem;
  513. text-align: justify;
  514. .ring {
  515. width: 0.6rem;
  516. display: flex;
  517. margin: 0 0.15rem 0 0;
  518. img {
  519. height: 0.5rem;
  520. }
  521. }
  522. }
  523. }
  524. .sms-form {}
  525. }
  526. .dialog-alert .actions .btn {
  527. color: white;
  528. font-size: 0.36rem;
  529. background: #3b92e6;
  530. height: 0.7rem;
  531. display: flex;
  532. align-items: center;
  533. justify-content: center;
  534. width: 2rem;
  535. border-radius: 0.4rem;
  536. padding: 0;
  537. margin: 0;
  538. }
  539. .dialog-confirm {
  540. position: fixed;
  541. top: 4rem;
  542. left: 0.62rem;
  543. right: 0.62rem;
  544. height: 3.6rem;
  545. border-radius: 0.3rem;
  546. z-index: 9992;
  547. background: #ffffff;
  548. .close {
  549. position: absolute;
  550. top: 0;
  551. right: 0.45rem;
  552. width: 0.59rem;
  553. height: 0.69rem;
  554. img {
  555. width: 100%;
  556. }
  557. }
  558. h1 {
  559. color: #333333;
  560. font-size: 0.34rem;
  561. font-weight: bold;
  562. text-align: center;
  563. margin: 0.63rem auto 0;
  564. }
  565. .content {
  566. color: rgb(51, 51, 51);
  567. font-size: 0.32rem;
  568. height: 1.8rem;
  569. text-align: center;
  570. line-height: 0.5rem;
  571. margin: 0.6rem 0.42rem 0;
  572. }
  573. .actions {
  574. font-size: 0.3rem;
  575. display: flex;
  576. align-items: center;
  577. justify-content: space-between;
  578. margin: 0 0.6rem;
  579. .btn {
  580. color: #1146e1;
  581. font-size: 0.3rem;
  582. width: 2.2rem;
  583. height: 0.8rem;
  584. display: flex;
  585. align-items: center;
  586. justify-content: center;
  587. border-radius: 0.4rem;
  588. background: #2417d017;
  589. }
  590. .okay {
  591. color: white;
  592. float: left;
  593. background: #3279fe;
  594. }
  595. }
  596. }
  597. .draw {
  598. display: flex;
  599. font-size: 0.3rem;
  600. align-items: center;
  601. justify-content: center;
  602. color: rgb(68, 83, 60);
  603. .btn-draw {
  604. width: 2.3rem;
  605. height: 0.86rem;
  606. margin-left: 0.15rem;
  607. background: url(../images/btn-draw.png) no-repeat;
  608. background-size: 100% 100%;
  609. }
  610. }
  611. .nox_aor {
  612. font-size: 0.26rem;
  613. position: relative;
  614. width: 100%;
  615. text-align: center;
  616. color: #ffffffcf;
  617. margin-top: 0.2rem;
  618. }
  619. .yuans {
  620. width: 0.22rem;
  621. height: 0.22rem;
  622. border-radius: 3rem;
  623. border: solid 0.02rem #ffff;
  624. display: block;
  625. position: absolute;
  626. background: none;
  627. left: 1.8rem;
  628. top: 0.06rem;
  629. }
  630. .text_lan {
  631. text-decoration: none;
  632. color: #ffffffcf;
  633. }
  634. .chanp {
  635. width: 2.72rem;
  636. height: 0.7rem;
  637. position: absolute;
  638. left: 1.95rem;
  639. top: -0.2rem;
  640. }
  641. .text_ar {
  642. font-size: 0.26rem;
  643. color: #FFFFFF;
  644. margin-left: 0.51rem;
  645. font-weight: 400;
  646. font-family: PingFang SC;
  647. margin-top: -0.1rem;
  648. margin-bottom: 0.15rem;
  649. line-height: 0.46rem;
  650. }
  651. .img_acoc {
  652. width: 5.19rem;
  653. height: 2.11rem;
  654. position: absolute;
  655. top: 0.98rem;
  656. left: 0.82rem;
  657. }
  658. .chanps {
  659. width: 3.83rem;
  660. height: 0.7rem;
  661. position: absolute;
  662. top: -0.2rem;
  663. left: 1.4rem;
  664. }
  665. .imgga {
  666. width: 0.98rem;
  667. height: 0.98rem;
  668. position: absolute;
  669. top: 1.37rem;
  670. left: 0.75rem;
  671. }
  672. .imggb {
  673. width: 0.98rem;
  674. height: 0.98rem;
  675. position: absolute;
  676. top: 1.37rem;
  677. left: 2.18rem;
  678. }
  679. .imggc {
  680. width: 0.98rem;
  681. height: 0.98rem;
  682. position: absolute;
  683. top: 1.37rem;
  684. left: 3.61rem;
  685. }
  686. .imggd {
  687. width: 0.98rem;
  688. height: 0.98rem;
  689. position: absolute;
  690. top: 1.37rem;
  691. left: 5.04rem;
  692. }
  693. .imgge {
  694. width: 0.98rem;
  695. height: 0.98rem;
  696. position: absolute;
  697. top: 2.58rem;
  698. left: 0.75rem;
  699. }
  700. .imggf {
  701. width: 0.98rem;
  702. height: 0.98rem;
  703. position: absolute;
  704. top: 2.57rem;
  705. left: 2.18rem;
  706. }
  707. .imggg {
  708. width: 0.98rem;
  709. height: 0.98rem;
  710. position: absolute;
  711. top: 2.57rem;
  712. left: 3.6rem;
  713. }
  714. .imggh {
  715. width: 0.98rem;
  716. height: 0.98rem;
  717. position: absolute;
  718. top: 2.57rem;
  719. left: 5.04rem;
  720. }
  721. .section-setting {
  722. width: 6.25rem;
  723. background: #ffffff;
  724. border-radius: 0.2rem;
  725. height: 6.08rem;
  726. position: absolute;
  727. top: 9.8rem;
  728. left: 0.49rem;
  729. border: 0.04rem solid #f9f2c8;
  730. .content {
  731. .form-group {
  732. width: 5.76rem;
  733. margin-left: 0.25rem;
  734. position: relative;
  735. input {
  736. padding: 0 0 0 0.2rem;
  737. border: 1px solid #F29E57;
  738. font-size: 0.28rem;
  739. width: 100%;
  740. height: 0.88rem;
  741. outline: none;
  742. min-width: 1.8rem;
  743. margin-bottom: -0.1rem;
  744. color: #666666;
  745. letter-spacing: 0.03rem;
  746. background: #F9F2C8;
  747. border-radius: 0.1rem;
  748. }
  749. .mobile {
  750. width: 4.80rem;
  751. }
  752. .code {}
  753. .send {
  754. width: 0.2rem;
  755. height: 0.88rem;
  756. color: white;
  757. background: #F29E58;
  758. margin-right: 0.04rem;
  759. font-size: 0.28rem;
  760. line-height: 0.4rem;
  761. text-align: center;
  762. padding: 0;
  763. min-width: 1.9rem;
  764. }
  765. .sendcode-wait {
  766. background: #f29e5866;
  767. }
  768. }
  769. .status {
  770. display: flex;
  771. flex-direction: column;
  772. align-items: center;
  773. margin: 0.45rem auto 0.35rem;
  774. .status-icon {
  775. width: 0.84rem;
  776. height: 0.84rem;
  777. background: url(../images/success.png) no-repeat;
  778. background-size: 100% 100%;
  779. }
  780. .status-name {
  781. margin-top: 0.24rem;
  782. }
  783. }
  784. }
  785. .actions {
  786. .btn {
  787. width: 5.84rem;
  788. height: 1.15rem;
  789. font-size: 0.36rem;
  790. display: flex;
  791. align-items: center;
  792. justify-content: center;
  793. border-radius: 0.4rem;
  794. position: absolute;
  795. top: -0.3rem;
  796. left: 0.1rem;
  797. background: url(../images/ljlq@2x2se.png) no-repeat;
  798. background-size: 100% 100%;
  799. letter-spacing: 0.03rem;
  800. }
  801. .btn-primary {
  802. color: white;
  803. }
  804. .btn-lg {
  805. width: 3.36rem;
  806. margin: 0 auto;
  807. }
  808. }
  809. }
  810. .dialog-alert {
  811. position: fixed;
  812. top: 6.62rem;
  813. left: 0.62rem;
  814. right: 0.62rem;
  815. border-radius: 0.3rem;
  816. z-index: 9992;
  817. background: #ffffff;
  818. .close {
  819. position: absolute;
  820. top: 0;
  821. right: 0.45rem;
  822. width: 0.59rem;
  823. height: 0.69rem;
  824. img {
  825. width: 100%;
  826. }
  827. }
  828. h1 {
  829. font-size: 0.36rem;
  830. font-weight: bold;
  831. text-align: center;
  832. margin-top: 0.6rem;
  833. }
  834. .content {
  835. min-height: 1.8rem;
  836. margin: 0.1rem 0.6rem;
  837. display: flex;
  838. align-items: center;
  839. justify-content: center;
  840. font-size: 0.3rem;
  841. color: #222222e8;
  842. font-weight: 600;
  843. }
  844. .contents {
  845. min-height: 1.8rem;
  846. margin: 0.1rem 0.6rem;
  847. display: flex;
  848. align-items: center;
  849. justify-content: center;
  850. font-size: 0.3rem;
  851. color: #222222e8;
  852. font-weight: 600;
  853. }
  854. .actions {
  855. font-size: 0.3rem;
  856. display: flex;
  857. align-items: center;
  858. border-radius: 0.3rem;
  859. .btn {
  860. color: #0147FA;
  861. font-size: 0.34rem;
  862. background: #ffff;
  863. padding: 0;
  864. margin: 0;
  865. width: 100%;
  866. height: 1rem;
  867. text-align: center;
  868. line-height: 1rem;
  869. border-top: 0.02rem solid #E5E5E5;
  870. font-weight: 600;
  871. border-top-right-radius: 0;
  872. border-top-left-radius: 0;
  873. border-right: 0.01rem solid #E5E5E5;
  874. margin-top: 0.35rem;
  875. border-bottom-right-radius: 0rem;
  876. }
  877. .okay {
  878. color: white;
  879. float: left;
  880. background: #3279fe;
  881. }
  882. }
  883. }
  884. .actions {
  885. .btnssr {
  886. color: #0147FA;
  887. font-size: 0.34rem;
  888. background: #ffff;
  889. padding: 0;
  890. margin: 0;
  891. width: 100%;
  892. height: 1rem;
  893. text-align: center;
  894. line-height: 1rem;
  895. border-top: 0.02rem solid #E5E5E5;
  896. font-weight: 600;
  897. border-top-right-radius: 0;
  898. border-top-left-radius: 0;
  899. margin-top: 0.35rem;
  900. border-bottom-right-radius: 0.3rem;
  901. }
  902. }