index.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. .choose{
  2. z-index: 8888;
  3. position: fixed;
  4. bottom: 0rpx;
  5. width: 100%;
  6. background: white;
  7. padding: 26rpx 0rpx;
  8. display: flex;
  9. flex-wrap: wrap;
  10. /* justify-content: center; */
  11. }
  12. .choose .left{
  13. margin-left: 4%;
  14. margin-top: 7rpx;
  15. margin-bottom: 7rpx;
  16. margin-right: 10rpx;
  17. }
  18. .choose .right{
  19. margin-right: 4%;
  20. margin-top: 7rpx;
  21. margin-bottom: 7rpx;
  22. }
  23. .background1 {
  24. width: 100%;
  25. height: 100%;
  26. position: fixed;
  27. background: rgba(0, 0, 0, 1);
  28. opacity: 0.6;
  29. z-index: 8887;
  30. }
  31. .image1 {
  32. position: fixed;
  33. z-index: 999999;
  34. top: 19%;
  35. width: 100%;
  36. height: 700rpx;
  37. border-radius: 10rpx;
  38. display: flex;
  39. flex-direction: column;
  40. align-items: center;
  41. }
  42. .image1 .center_swiper{
  43. width: 100%;
  44. height: 100%;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. margin: 0 auto;
  49. }
  50. .image1 swiper-item{
  51. height: 100%;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. }
  56. .image1 image {
  57. width: 550rpx;
  58. height: 100%;
  59. }
  60. .guanbi {
  61. position: absolute;
  62. left: 46%;
  63. bottom: -25%;
  64. z-index: 999999;
  65. }
  66. .Swiper {
  67. width: 100%;
  68. height: 150rpx;
  69. display: flex;
  70. flex-direction: column;
  71. align-items: center;
  72. position: relative;
  73. margin-top: 30rpx;
  74. }
  75. .Swiper .active {
  76. width: 15rpx;
  77. height: 15rpx;
  78. border-radius: 50%;
  79. background: #18d5b9 !important;
  80. }
  81. .Swiper .dots {
  82. position: absolute;
  83. bottom: 8rpx;
  84. z-index: 9999;
  85. display: flex;
  86. }
  87. .Swiper .dots view {
  88. width: 15rpx;
  89. height: 15rpx;
  90. border-radius: 50%;
  91. background: rgb(148, 151, 151);
  92. margin: 0rpx 10rpx;
  93. }
  94. .image1 .dots {
  95. position: absolute;
  96. bottom: -40rpx;
  97. z-index: 9999;
  98. display: flex;
  99. }
  100. .image1 .dots view {
  101. width: 15rpx;
  102. height: 15rpx;
  103. border-radius: 50%;
  104. background: #fff;
  105. margin: 0rpx 10rpx;
  106. }
  107. .image1 .dots .active {
  108. background: #18D5B9;
  109. }
  110. .swiper {
  111. width: 650rpx;
  112. height: 150rpx;
  113. border-radius: 10rpx;
  114. }
  115. .swiper swiper-item {
  116. background-size: 100% 100%;
  117. width: 100%;
  118. height: 100%;
  119. border-radius: 10rpx;
  120. }
  121. .inform{
  122. display: flex;
  123. align-items: center;
  124. width: 650rpx;
  125. height: 68rpx;
  126. background: white;
  127. font-size: 26rpx;
  128. justify-content: space-between;
  129. border-radius: 10rpx;
  130. margin-top: 30rpx;
  131. }
  132. .inform-img{
  133. display: flex;
  134. height: 100%;
  135. align-items: center;
  136. }
  137. .marquee{
  138. width:80%;
  139. height: 70rpx;
  140. overflow: hidden;
  141. line-height: 70rpx;
  142. }
  143. .marqueeTitle{
  144. height: 70rpx;
  145. }
  146. .flexC {
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .authName {
  152. width: 470rpx;
  153. height: 598rpx;
  154. position: fixed;
  155. left: 20.5%;
  156. top: 29%;
  157. z-index: 9999;
  158. }
  159. .realname {
  160. display: flex;
  161. flex-direction: column;
  162. align-items: center;
  163. /* border: 1px solid #000; */
  164. width: 470rpx;
  165. height: 520rpx;
  166. }
  167. .auth {
  168. position: absolute;
  169. top: 0;
  170. left: 0;
  171. width: 470rpx;
  172. height: 520rpx;
  173. }
  174. .realname .text1 {
  175. position: absolute;
  176. top: 40%;
  177. font-size: 50rpx;
  178. font-family: PingFang SC;
  179. color: #111;
  180. }
  181. .realname .text2 {
  182. position: absolute;
  183. top: 50%;
  184. font-size: 26rpx;
  185. font-family: PingFang SC;
  186. color: rgba(102, 102, 102, 1);
  187. margin-top: 23rpx;
  188. }
  189. .realname .view {
  190. position: absolute;
  191. top: 68%;
  192. width: 362rpx;
  193. height: 76rpx;
  194. background: #18d5b9;
  195. text-align: center;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. font-size: 32rpx;
  200. border-radius: 43rpx;
  201. font-family: PingFang SC;
  202. color: rgba(255, 255, 255, 1);
  203. }
  204. .authName .over {
  205. position: absolute;
  206. bottom: 0%;
  207. z-index: 8888;
  208. left: 46%;
  209. }
  210. .backposi {
  211. width: 100%;
  212. height: 100%;
  213. position: fixed;
  214. left: 50%;
  215. top: 50%;
  216. transform: translate(-50%, -50%);
  217. background: rgba(0, 0, 0, 1);
  218. opacity: 0.4;
  219. z-index: 8887;
  220. }
  221. .scanfail {
  222. width: 550rpx;
  223. height: 612rpx;
  224. }
  225. .scanfail .tu1 {
  226. position: absolute;
  227. top: 0rpx;
  228. left: 0rpx;
  229. width: 100%;
  230. height: 612rpx;
  231. }
  232. .scanfail .text1 {
  233. font-size: 50rpx;
  234. font-family: PingFang SC;
  235. color: rgba(42, 42, 42, 1);
  236. position: absolute;
  237. top: 42%;
  238. }
  239. .scanfail .text2 {
  240. font-size: 32rpx;
  241. font-family: PingFang SC;
  242. color: rgba(153, 153, 153, 1);
  243. position: absolute;
  244. bottom: 40%;
  245. }
  246. .scanfail .text3 {
  247. font-size: 32rpx;
  248. font-family: PingFang SC;
  249. color: #f4915b;
  250. position: absolute;
  251. bottom: 30%;
  252. }
  253. .scanfail .view {
  254. position: absolute;
  255. bottom: 107rpx;
  256. width: 100%;
  257. height: 72rpx;
  258. border-radius: 0rpx 0rpx 20rpx 20rpx;
  259. display: flex;
  260. justify-content: space-between;
  261. font-size: 32rpx;
  262. font-family: PingFang SC;
  263. border-top: 1rpx solid #f4f4f4;
  264. }
  265. .scanfail .view .view1 {
  266. display: flex;
  267. align-items: center;
  268. justify-content: center;
  269. width: 49.5%;
  270. height: 100%;
  271. }
  272. .topay {
  273. width: 500rpx;
  274. height: 300rpx;
  275. background: rgba(255, 255, 255, 1);
  276. border-radius: 20rpx;
  277. position: fixed;
  278. top: 41%;
  279. left: 16%;
  280. z-index: 8888;
  281. display: flex;
  282. flex-direction: column;
  283. align-items: center;
  284. justify-content: center;
  285. }
  286. .topay .text1, .text2 {
  287. font-size: 28rpx;
  288. font-family: PingFang SC;
  289. color: rgba(42, 42, 42, 1);
  290. }
  291. .topay .view {
  292. display: flex;
  293. position: absolute;
  294. bottom: 0rpx;
  295. width: 100%;
  296. justify-content: space-between;
  297. height: 70rpx;
  298. border-top: 1rpx solid #f4f4f4;
  299. padding: 10rpx 0rpx;
  300. }
  301. .topay .view .view1 {
  302. display: flex;
  303. align-items: center;
  304. justify-content: center;
  305. width: 49.5%;
  306. }
  307. .abnormal {
  308. justify-content: space-around !important;
  309. }
  310. page {
  311. width: 100%;
  312. height: 100%;
  313. display: flex;
  314. flex-direction: column;
  315. align-items: center;
  316. background: #EEEEEE;
  317. }
  318. .index {
  319. -webkit-box-orient: vertical;
  320. -webkit-box-direction: normal;
  321. -webkit-flex-direction: column;
  322. -ms-flex-direction: column;
  323. flex-direction: column;
  324. width: 100%;
  325. position: relative;
  326. display: flex;
  327. flex-direction: column;
  328. align-items: center;
  329. }
  330. .index .list{
  331. width:690rpx;
  332. height:190rpx;
  333. background:rgba(255,255,255,1);
  334. border-radius:10rpx;
  335. display: flex;
  336. align-items: center;
  337. margin-top: 30rpx;
  338. justify-content: space-around;
  339. }
  340. .index .list view{
  341. display: flex;
  342. flex-direction: column;
  343. margin-left: -50rpx;
  344. }
  345. .index .list view text:nth-of-type(1){
  346. font-size:34rpx;
  347. font-family:PingFang SC;
  348. font-weight:bold;
  349. color:rgba(90,90,90,1);
  350. }
  351. .index .list view text:nth-of-type(2){
  352. font-size:24rpx;
  353. font-family:PingFang SC;
  354. font-weight:500;
  355. color:rgba(177,177,177,1);
  356. padding-top: 21rpx;
  357. }
  358. .intro {
  359. position: absolute;
  360. bottom: 85rpx;
  361. width: 170rpx;
  362. height: 180rpx;
  363. display: flex;
  364. align-items: center;
  365. justify-content: center;
  366. }
  367. .intro .introBg {
  368. width: 100%;
  369. height: 100%;
  370. position: absolute;
  371. opacity: 0.6;
  372. }
  373. .intro .introCon {
  374. font-size: 24rpx;
  375. font-family: PingFang SC;
  376. color: rgba(255, 255, 255, 1);
  377. position: absolute;
  378. letter-spacing: 5rpx;
  379. z-index: 1111;
  380. padding-bottom: 10rpx;
  381. padding-left: 10rpx;
  382. display: flex;
  383. justify-content: space-around;
  384. }
  385. .flexC {
  386. display: flex;
  387. justify-content: center;
  388. align-items: center;
  389. }
  390. .authName {
  391. width: 470rpx;
  392. height: 598rpx;
  393. position: fixed;
  394. left: 20.5%;
  395. top: 29%;
  396. z-index: 9999;
  397. }
  398. .realname {
  399. display: flex;
  400. flex-direction: column;
  401. align-items: center;
  402. /* border: 1px solid #000; */
  403. width: 470rpx;
  404. height: 520rpx;
  405. }
  406. .auth {
  407. position: absolute;
  408. top: 0;
  409. left: 0;
  410. width: 470rpx;
  411. height: 520rpx;
  412. }
  413. .realname .text1 {
  414. position: absolute;
  415. top: 40%;
  416. font-size: 50rpx;
  417. font-family: PingFang SC;
  418. color: #111;
  419. }
  420. .realname .text2 {
  421. position: absolute;
  422. top: 50%;
  423. font-size: 26rpx;
  424. font-family: PingFang SC;
  425. color: rgba(102, 102, 102, 1);
  426. margin-top: 23rpx;
  427. }
  428. .realname .view {
  429. position: absolute;
  430. top: 68%;
  431. width: 362rpx;
  432. height: 76rpx;
  433. background: #18d5b9;
  434. text-align: center;
  435. display: flex;
  436. align-items: center;
  437. justify-content: center;
  438. font-size: 32rpx;
  439. border-radius: 43rpx;
  440. font-family: PingFang SC;
  441. color: rgba(255, 255, 255, 1);
  442. }
  443. .authName .over {
  444. position: absolute;
  445. bottom: 0%;
  446. z-index: 8888;
  447. left: 46%;
  448. }
  449. .backposi {
  450. width: 100%;
  451. height: 100%;
  452. position: fixed;
  453. left: 50%;
  454. top: 50%;
  455. transform: translate(-50%, -50%);
  456. background: rgba(0, 0, 0, 1);
  457. opacity: 0.4;
  458. z-index: 8887;
  459. }
  460. .scanfail {
  461. width: 550rpx;
  462. height: 612rpx;
  463. }
  464. .scanfail .tu1 {
  465. position: absolute;
  466. top: 0rpx;
  467. left: 0rpx;
  468. width: 100%;
  469. height: 612rpx;
  470. }
  471. .scanfail .text1 {
  472. font-size: 50rpx;
  473. font-family: PingFang SC;
  474. color: rgba(42, 42, 42, 1);
  475. position: absolute;
  476. top: 42%;
  477. }
  478. .scanfail .text2 {
  479. font-size: 32rpx;
  480. font-family: PingFang SC;
  481. color: rgba(153, 153, 153, 1);
  482. position: absolute;
  483. bottom: 40%;
  484. }
  485. .scanfail .text3 {
  486. font-size: 32rpx;
  487. font-family: PingFang SC;
  488. color: #f4915b;
  489. position: absolute;
  490. bottom: 30%;
  491. }
  492. .scanfail .view {
  493. position: absolute;
  494. bottom: 107rpx;
  495. width: 100%;
  496. height: 72rpx;
  497. border-radius: 0rpx 0rpx 20rpx 20rpx;
  498. display: flex;
  499. justify-content: space-between;
  500. font-size: 32rpx;
  501. font-family: PingFang SC;
  502. border-top: 1rpx solid #f4f4f4;
  503. }
  504. .scanfail .view .view1 {
  505. display: flex;
  506. align-items: center;
  507. justify-content: center;
  508. width: 49.5%;
  509. height: 100%;
  510. }
  511. .topay {
  512. width: 500rpx;
  513. height: 300rpx;
  514. background: rgba(255, 255, 255, 1);
  515. border-radius: 20rpx;
  516. position: fixed;
  517. top: 41%;
  518. left: 16%;
  519. z-index: 8888;
  520. display: flex;
  521. flex-direction: column;
  522. align-items: center;
  523. justify-content: center;
  524. }
  525. .topay .text1, .text2 {
  526. font-size: 28rpx;
  527. font-family: PingFang SC;
  528. color: rgba(42, 42, 42, 1);
  529. }
  530. .topay .view {
  531. display: flex;
  532. position: absolute;
  533. bottom: 0rpx;
  534. width: 100%;
  535. justify-content: space-between;
  536. height: 70rpx;
  537. border-top: 1rpx solid #f4f4f4;
  538. padding: 10rpx 0rpx;
  539. }
  540. .topay .view .view1 {
  541. display: flex;
  542. align-items: center;
  543. justify-content: center;
  544. width: 49.5%;
  545. }
  546. .abnormal {
  547. justify-content: space-around !important;
  548. }
  549. .scanCon {
  550. width: 550rpx;
  551. height: 712rpx;
  552. position: fixed;
  553. top: 31.7%;
  554. left: 13%;
  555. z-index: 8888;
  556. }
  557. .scanCon .over1 {
  558. position: absolute;
  559. bottom: 0rpx;
  560. left: 45%;
  561. }
  562. .kefu{
  563. width: 100%;
  564. margin: 24rpx auto 0;
  565. display: flex;
  566. flex-direction: column;
  567. align-items: center;
  568. justify-content: center;
  569. border: none !important;
  570. position: fixed;
  571. bottom: 0rpx;
  572. height: 300rpx;
  573. background: white;
  574. z-index: 20;
  575. border-radius: 20rpx 20rpx 0rpx 0rpx;
  576. }
  577. .bttm{
  578. width:750rpx;
  579. height:98rpx;
  580. background:rgba(255,255,255,1);
  581. display: flex;
  582. align-items: center;
  583. justify-content: space-around;
  584. z-index: 9;
  585. position: fixed;
  586. bottom: 0;
  587. left: 0;
  588. }
  589. .bttm .view{
  590. display: flex;
  591. flex-direction: column;
  592. align-items: center;
  593. }
  594. .bttm view text{
  595. font-size:20rpx;
  596. font-family:PingFang SC;
  597. font-weight:400;
  598. color:rgba(42,42,42,1);
  599. padding-top: 9rpx;
  600. }
  601. .back{
  602. width: 100%;
  603. height: 100%;
  604. position: fixed;
  605. top: 0;
  606. left: 0;
  607. background: #333;
  608. opacity: 0.4;
  609. z-index: 10;
  610. }
  611. .customer {
  612. color: #999;
  613. font-size: 28rpx;
  614. text-align: center;
  615. margin-top: 60rpx;
  616. }
  617. .deposit {
  618. width: 564rpx;
  619. height: 614rpx;
  620. display: flex;
  621. flex-direction: column;
  622. align-items: center;
  623. justify-content: center;
  624. z-index: 8888;
  625. position: fixed;
  626. top: 28%;
  627. left: 13%;
  628. }
  629. .deposit .text1 {
  630. position: absolute;
  631. top: 45%;
  632. font-size: 50rpx;
  633. font-family: PingFang SC;
  634. color: rgba(51, 51, 51, 1);
  635. }
  636. .deposit .depositBg {
  637. width: 100%;
  638. height: 100%;
  639. }
  640. .deposit .text2 {
  641. position: absolute;
  642. top: 59%;
  643. font-size: 32rpx;
  644. font-family: PingFang SC;
  645. color: rgba(153, 153, 153, 1);
  646. }
  647. .deposit .text3 {
  648. position: absolute;
  649. top: 60%;
  650. font-size: 32rpx;
  651. font-family: PingFang SC;
  652. color: rgba(244, 145, 91, 1);
  653. }
  654. .deposit .view {
  655. position: absolute;
  656. top: 71%;
  657. width: 266rpx;
  658. height: 68rpx;
  659. border: 1px solid #f4915b;
  660. border-radius: 34rpx;
  661. font-size: 32rpx;
  662. font-family: PingFang SC;
  663. color: #f4915b;
  664. }
  665. .deposit .text4 {
  666. position: absolute;
  667. top: 89%;
  668. font-size: 24rpx;
  669. font-family: PingFang SC;
  670. font-weight: 400;
  671. color: rgba(153, 153, 153, 1);
  672. border-bottom: 1rpx solid #999;
  673. }
  674. .sweep_code{
  675. display: flex;
  676. align-items: center;
  677. justify-content: center;
  678. background: #18d5b9;
  679. color: white;
  680. width: 420rpx;
  681. border-radius: 40rpx;
  682. height: 90rpx;
  683. position: fixed;
  684. bottom: 140rpx;
  685. left: 22%;
  686. }
  687. .sweep_code image{
  688. width: 38rpx;
  689. height: 38rpx;
  690. }
  691. .sweep_code text{
  692. padding-left: 20rpx;
  693. font-size: 28rpx;
  694. }
  695. .guize{
  696. width: 138rpx;
  697. height: 49rpx;
  698. position: fixed;
  699. bottom: 240rpx;
  700. left: 41%;
  701. }
  702. .circle {
  703. height: 84rpx;
  704. width: 84rpx;
  705. display: flex;
  706. justify-content: center;
  707. align-items: center;
  708. /* margin-bottom: 30rpx; */
  709. position: fixed;
  710. z-index: 1000;
  711. }
  712. .circle5 {
  713. right: 0rpx;
  714. top: 520rpx;
  715. width: 156rpx;
  716. }
  717. .kefu .bottom1 {
  718. width: 100%;
  719. margin: 24rpx auto 0;
  720. display: flex;
  721. justify-content: space-around;
  722. border: none !important;
  723. }
  724. .kefu .bottom1 button {
  725. width: 40%;
  726. border: none;
  727. display: flex;
  728. align-items: center;
  729. justify-content: center;
  730. color: white;
  731. background: #18D5B9;
  732. border-radius: 20rpx;
  733. height: 90rpx;
  734. }
  735. .kefu .bottom1 .view {
  736. width: 40%;
  737. display: flex;
  738. align-items: center;
  739. justify-content: center;
  740. background: #18D5B9;
  741. color: white;
  742. border-radius: 20rpx;
  743. height: 90rpx;
  744. }
  745. .kefu .bottom1 .view image {
  746. width: 54rpx;
  747. height: 54rpx;
  748. margin-right: 8rpx;
  749. }
  750. .kefu .bottom1 .view1 {
  751. background: #F46A1F;
  752. }