WXtrialInterface.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. body {
  2. font-size: 0.2592592593rem;
  3. margin: 0 auto;
  4. width: 100%;
  5. min-width: 320px;
  6. }
  7. .h-player {
  8. height: 100%;
  9. overflow: hidden;
  10. background: #000;
  11. }
  12. .container {
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. user-select: none;
  17. }
  18. #video1 {
  19. display: block;
  20. width: 100%;
  21. height: 100%;
  22. top: 0px;
  23. left: 0px;
  24. opacity: 1;
  25. }
  26. #box {
  27. width: 100%;
  28. height: 100%;
  29. position: absolute;
  30. left: 0;
  31. top: 0;
  32. z-index: 9999;
  33. }
  34. .scroll {
  35. position: absolute;
  36. -webkit-overflow-scrolling: touch;
  37. top: 0;
  38. left: 0;
  39. bottom: 0;
  40. right: 0;
  41. }
  42. body:before {
  43. width: 100%;
  44. height: 100%;
  45. content: ' ';
  46. position: fixed;
  47. z-index: -1;
  48. top: 0;
  49. left: 0;
  50. background: #000;
  51. }
  52. #wine {
  53. user-select: none;
  54. -webkit-user-drag: none;
  55. position: absolute;
  56. z-index: 0;
  57. }
  58. canvas {
  59. display: block;
  60. width: 100%;
  61. height: 100%;
  62. z-index: 999;
  63. }
  64. /*主屏*/
  65. .control {
  66. width: 900px;
  67. overflow: hidden;
  68. margin: 0 auto;
  69. margin-top: 90px;
  70. margin-bottom: 17px;
  71. }
  72. .control-left-img {
  73. width: 26px;
  74. height: 26px;
  75. }
  76. .control-left-img img {
  77. width: 100%;
  78. height: 100%;
  79. }
  80. #mainScreen-main {
  81. user-select: none;
  82. -webkit-user-drag: none;
  83. position: relative;
  84. z-index: 0;
  85. width: 100%;
  86. height: 100%;
  87. top: 0px;
  88. background: #000;
  89. }
  90. #mocan {
  91. position: absolute;
  92. left: -269px;
  93. top: 2px;
  94. /* opacity: 0.2; */
  95. width: 901px;
  96. height: 555px;
  97. z-index: 9999;
  98. opacity: 0.7;
  99. }
  100. #no-ne {
  101. width: 100%;
  102. height: 100%;
  103. position: absolute;
  104. top: 0;
  105. background: #000000;
  106. z-index: 99999;
  107. font-size: 18px;
  108. color: #ffffff;
  109. text-align: center;
  110. }
  111. .no-ne-text {
  112. margin-top: 60%;
  113. }
  114. .no-ne-an {
  115. width: 171px;
  116. height: 47px;
  117. background: #eb6100;
  118. line-height: 47px;
  119. text-align: center;
  120. color: #ffffff;
  121. margin: 0 auto;
  122. margin-top: 20px;
  123. }
  124. .container .muted {
  125. position: absolute;
  126. right: 0.46296rem;
  127. top: 0.46296rem;
  128. z-index: 9999999;
  129. border-radius: 50%;
  130. }
  131. .muted {
  132. width: 2.62963rem;
  133. height: 2.62963rem;
  134. background-position: -1.78704rem -8.43519rem;
  135. }
  136. html {
  137. height: 100%;
  138. }
  139. .control-right-img {
  140. width: 42px;
  141. height: 42px;
  142. margin: 0 auto;
  143. margin-top: 0.6rem;
  144. }
  145. .control-right-img img {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .leftmains {
  150. width: 3.5rem;
  151. /* height: 100%; */
  152. background: #333333;
  153. position: fixed;
  154. right: -4rem;
  155. top: 0;
  156. bottom: 50px;
  157. z-index: 2;
  158. transition: all 0.2s ease-in;
  159. display: flex;
  160. flex-direction: column;
  161. /* margin-bottom: 50px; */
  162. }
  163. .PictureQualityMain {
  164. margin-top: 3rem;
  165. position: relative;
  166. }
  167. .PictureQuality {
  168. /* margin: 0 auto;
  169. width: 2.5rem;
  170. height: 1.8rem;
  171. line-height: 1.8rem;
  172. color: #fff;
  173. text-align: center;
  174. font-size: 15px;
  175. margin-top: 1rem; */
  176. }
  177. .avit {
  178. background: rgba(255, 255, 255, 1);
  179. color: #000 !important;
  180. border-radius: 3px;
  181. }
  182. .upload {
  183. margin: 0 auto;
  184. width: 3rem;
  185. /* height: 1.8rem; */
  186. line-height: 1.8rem;
  187. color: #fff;
  188. text-align: center;
  189. font-size: 16px;
  190. /* margin-top: 3rem; */
  191. }
  192. .upload + .upload {
  193. margin-top: 1rem;
  194. }
  195. .upload img {
  196. width: 1.5rem;
  197. height: 1.5rem;
  198. }
  199. .upload div {
  200. margin-top: -0.5rem;
  201. font-size: 14px;
  202. }
  203. .operation {
  204. /* position: absolute; */
  205. position: relative;
  206. margin-top: auto;
  207. /* bottom: 100px; */
  208. width: 100%;
  209. }
  210. .bottommains {
  211. width: 100%;
  212. height: 50px;
  213. background: #333333;
  214. position: fixed;
  215. left: 0;
  216. bottom: 0;
  217. z-index: 3;
  218. }
  219. .botmat1 {
  220. width: 33%;
  221. float: left;
  222. }
  223. .botmat1img {
  224. margin: 0 auto;
  225. width: 1.5rem;
  226. height: 1.5rem;
  227. margin-top: 0.5rem;
  228. }
  229. .botmat1img img {
  230. width: 100%;
  231. height: 100%;
  232. }
  233. .mainbox {
  234. width: 18rem;
  235. height: 10rem;
  236. background: #fff;
  237. position: fixed;
  238. top: 38%;
  239. left: 5%;
  240. border-radius: 5px;
  241. }
  242. .boxTitle {
  243. text-align: center;
  244. font-size: 18px;
  245. padding: 10px 0px;
  246. }
  247. .boxText {
  248. text-align: center;
  249. font-size: 16px;
  250. }
  251. .boxbt {
  252. width: 60%;
  253. height: 2.5rem;
  254. background: #0886f5;
  255. margin: 0 auto;
  256. font-size: 16px;
  257. text-align: center;
  258. line-height: 2.5rem;
  259. color: #fff;
  260. border-radius: 5px;
  261. margin-top: 1rem;
  262. }
  263. .sbox {
  264. width: 18rem;
  265. height: 5.5rem;
  266. background: #fff;
  267. position: fixed;
  268. top: 38%;
  269. left: 5%;
  270. border-radius: 5px;
  271. }
  272. .sboxText {
  273. padding: 17px;
  274. font-size: 16px;
  275. }
  276. .sboxbu {
  277. text-align: right;
  278. color: #0886f5;
  279. font-size: 16px;
  280. margin-right: 2rem;
  281. }
  282. .boximg {
  283. position: absolute;
  284. width: 1rem;
  285. height: 1rem;
  286. left: 45%;
  287. bottom: -22%;
  288. }
  289. #showsuss {
  290. display: none;
  291. }
  292. .loading {
  293. position: fixed;
  294. z-index: 1;
  295. left: 0;
  296. top: 0;
  297. }
  298. .mask {
  299. width: 100vw;
  300. height: 100vh;
  301. background: rgba(0, 0, 0, 0.3);
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. z-index: 4;
  306. display: none;
  307. padding-bottom: 0.2rem;
  308. }
  309. .box-shear-plate {
  310. width: 16.25em;
  311. height: 16.875em;
  312. background: rgba(0, 0, 0, 0.6);
  313. padding-bottom: 20px;
  314. border-radius: 1.25em;
  315. position: absolute;
  316. top: 8.375em;
  317. left: 3.625em;
  318. }
  319. .close {
  320. width: 1.875rem;
  321. height: 1.875rem;
  322. position: absolute;
  323. top: 26.5875em;
  324. left: 10.8125em;
  325. }
  326. .empty {
  327. width: 8em;
  328. height: 10em;
  329. margin-top: 2.5em;
  330. margin-left: 4.125em;
  331. }
  332. .empty-txt {
  333. font-size: 0.9375em;
  334. font-weight: 400;
  335. color: #ffffff;
  336. line-height: 1.3125em;
  337. margin-top: 0.625em;
  338. text-align: center;
  339. }
  340. .title {
  341. height: 3em;
  342. line-height: 3em;
  343. text-align: center;
  344. font-size: 1em;
  345. font-weight: 500;
  346. color: #ffffff;
  347. position: relative;
  348. }
  349. .btn-clear {
  350. width: 3em;
  351. height: 1.5em;
  352. line-height: 1.5em;
  353. text-align: center;
  354. background: #3666f2;
  355. border-radius: 0.25em;
  356. position: absolute;
  357. right: 1.125em;
  358. top: 1.125em;
  359. font-size: 0.75em;
  360. color: #ffffff;
  361. }
  362. ul,
  363. li {
  364. padding: 0;
  365. margin: 0;
  366. }
  367. ul,
  368. li {
  369. list-style: none;
  370. }
  371. .slide-wrapper-content {
  372. height: 13.875em;
  373. overflow: hidden;
  374. overflow-y: scroll;
  375. }
  376. .animate-slide-start {
  377. -webkit-transition: all 0.2s ease-in-out;
  378. -moz-transition: all 0.2s ease-in-out;
  379. transition: all 0.2s ease-in-out;
  380. }
  381. .animate-slide {
  382. -webkit-transform: translate3d(-2.125em, 0, 0);
  383. -moz-transform: translate3d(-2.125em, 0, 0);
  384. transform: translate3d(-2.125em, 0, 0);
  385. }
  386. .slide-wrapper {
  387. margin: 0 1.125em 0.5em 0.625em;
  388. height: 2em;
  389. background: #fff;
  390. border-radius: 0.3125em;
  391. overflow: hidden;
  392. }
  393. .slide-scroll {
  394. height: 2em;
  395. overflow: hidden;
  396. white-space: nowrap;
  397. }
  398. .slide-content-button {
  399. width: 2.125em;
  400. height: 2em;
  401. border-radius: 0 0.3125em 0.3125em 0;
  402. display: flex;
  403. }
  404. .slide-content-button button {
  405. width: 100%;
  406. height: 100%;
  407. border: none;
  408. background: #f04646;
  409. color: #fff;
  410. font-size: 0.75em;
  411. text-align: center;
  412. }
  413. .slide-content {
  414. float: left;
  415. display: inline-block;
  416. color: #666;
  417. height: 2em;
  418. line-height: 2em;
  419. }
  420. .slide-content div {
  421. font-size: 0.8125em;
  422. margin-left: 0.625em;
  423. margin-right: 0.875em;
  424. text-align: center;
  425. overflow: hidden;
  426. text-overflow: ellipsis;
  427. white-space: nowrap;
  428. }
  429. .mask {
  430. width: 100vw;
  431. height: 100vh;
  432. background: rgba(0, 0, 0, 0.3);
  433. position: fixed;
  434. top: 0;
  435. left: 0;
  436. z-index: 4;
  437. }
  438. * {
  439. -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  440. -webkit-user-select: none; /*webkit浏览器*/
  441. -khtml-user-select: none; /*早期浏览器*/
  442. -moz-user-select: none; /*火狐*/
  443. -ms-user-select: none; /*IE10*/
  444. user-select: none;
  445. }
  446. input,
  447. textarea {
  448. -webkit-user-select: auto; /*webkit浏览器*/
  449. outline: none;
  450. }
  451. .bottommains img {
  452. pointer-events: none;
  453. }
  454. .try-use-wrap,
  455. .buy-phone-wrap,
  456. .look-wrap,
  457. .apply-wrap,
  458. .time-lang-wrap,
  459. .countdown-wrap {
  460. width: 100%;
  461. height: 100%;
  462. position: fixed;
  463. top: 0;
  464. left: 0;
  465. z-index: 99;
  466. background: rgba(0, 0, 0, 0.5);
  467. display: none;
  468. }
  469. .time-lang-container, .countdown-container{
  470. width: 80%;
  471. height: 356px;
  472. position: absolute;
  473. top: 50%;
  474. left: 50%;
  475. transform: translate(-50%, -50%);
  476. background-color: #ffffff;
  477. border-radius: 0.66em;
  478. display: flex;
  479. flex-direction: column;
  480. align-items: center;
  481. }
  482. .time-lang-img, .countdown-img{
  483. width: 104px;
  484. height: 140px;
  485. }
  486. .time-lang-title, .countdown-title{
  487. margin-top: 0.34rem;
  488. font-size: 18px;
  489. font-weight: 600;
  490. color: #363636;
  491. }
  492. .time-lang-tip, .countdown-tip{
  493. margin-top: 0.28rem;
  494. font-size: 14px;
  495. color: #757580;
  496. text-align: center;
  497. }
  498. .countdown-tip2{
  499. margin-top: 0.16rem;
  500. font-size: 14px;
  501. color: #757580;
  502. }
  503. .countdown-time{
  504. color: #00DB88;
  505. }
  506. .time-lang-btn, .countdown-btn{
  507. width: 244px;
  508. height: 50px;
  509. line-height: 50px;
  510. text-align: center;
  511. margin: auto;
  512. margin-top: 44px;
  513. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  514. border-radius: 8px;
  515. font-size: 12px;
  516. color: #FFFFFF;
  517. }
  518. .countdown-btn{
  519. margin-top: 24px;
  520. }
  521. .try-use-container {
  522. width: 80%;
  523. height: 409px;
  524. position: absolute;
  525. top: 50%;
  526. left: 50%;
  527. transform: translate(-50%, -50%);
  528. background-color: #ffffff;
  529. border-radius: 0.66em;
  530. }
  531. .apply-container{
  532. width: 80%;
  533. height: 419px;
  534. position: absolute;
  535. top: 50%;
  536. left: 50%;
  537. transform: translate(-50%, -50%);
  538. background-color: #ffffff;
  539. border-radius: 0.66em;
  540. }
  541. .apply-title{
  542. text-align: center;
  543. margin-top: 0.34rem;
  544. font-size: 16px;
  545. font-weight: 500;
  546. color: #363636;
  547. }
  548. .apply-list{
  549. height: 290px;
  550. margin-top: 16px;
  551. }
  552. .apply-item{
  553. display: flex;
  554. justify-content: space-between;
  555. align-items: center;
  556. padding: 0 18px;
  557. margin-top: 16px;
  558. }
  559. .apply-item:first-child {
  560. margin: 0;
  561. }
  562. .apply-img {
  563. width: 36px;
  564. height: 36px;
  565. border-radius: 10px;
  566. }
  567. .apply-row{
  568. flex: 1;
  569. margin-left: 10px;
  570. }
  571. .apply-row-title{
  572. width: 140px;
  573. overflow:hidden;
  574. text-overflow:ellipsis;
  575. white-space:nowrap;
  576. font-size: 16px;
  577. color: #363636;
  578. }
  579. .apply-row-down{
  580. font-size: 12px;
  581. color: #757580;
  582. }
  583. .apply-down-btn{
  584. width: 68px;
  585. height: 30px;
  586. line-height: 30px;
  587. text-align: center;
  588. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  589. border-radius: 8px;
  590. font-size: 12px;
  591. color: #FFFFFF;
  592. }
  593. .apply-list-change{
  594. width: 244px;
  595. height: 50px;
  596. line-height: 50px;
  597. text-align: center;
  598. margin: auto;
  599. margin-top: 14px;
  600. background: linear-gradient(225deg, #FF62F8 0%, #FF9D5C 100%);
  601. border-radius: 8px;
  602. font-size: 12px;
  603. color: #FFFFFF;
  604. }
  605. .apply-close {
  606. width: 1.875rem;
  607. height: 1.875rem;
  608. position: absolute;
  609. bottom: -3.2em;
  610. left: 50%;
  611. transform: translateX(-50%);
  612. }
  613. .time-close-wrap {
  614. width: 5.46em;
  615. height: 2em;
  616. line-height: 2em;
  617. text-align: center;
  618. position: absolute;
  619. top: 0.24em;
  620. right: 0.3em;
  621. background: rgba(0, 0, 0, 0.49);
  622. border-radius: 1.26em;
  623. font-size: 12px;
  624. color: #ffffff;
  625. }
  626. .bug-wrap {
  627. width: 90%;
  628. height: 115px;
  629. background: #ffffff;
  630. border-radius: 10px;
  631. position: absolute;
  632. top: 50%;
  633. left: 50%;
  634. transform: translate(-50%, -50%);
  635. }
  636. .bug-title {
  637. text-align: center;
  638. margin: 25px 0;
  639. font-size: 18px;
  640. font-weight: 600;
  641. color: #333333;
  642. }
  643. .btn-list {
  644. width: 100%;
  645. height: 44px;
  646. line-height: 44px;
  647. border-top: 1px solid rgba(238, 238, 238, 1);
  648. position: absolute;
  649. bottom: 0;
  650. left: 0;
  651. display: flex;
  652. align-items: center;
  653. }
  654. .btn {
  655. flex: 1;
  656. text-align: center;
  657. }
  658. .cannel-btn {
  659. font-size: 18px;
  660. color: #666666;
  661. }
  662. .go-bug {
  663. font-size: 18px;
  664. color: #3b7fff;
  665. border-left: 1px solid rgba(238, 238, 238, 1);
  666. }
  667. .dialog {
  668. position: fixed;
  669. top: 0;
  670. left: 0;
  671. right: 0;
  672. bottom: 0;
  673. height: 100vh;
  674. width: 100vw;
  675. z-index: 100;
  676. /* width: 70vw; */
  677. /* border-image: linear-gradient(#76ccff, #c328ff); */
  678. /* border: 1px solid #000; */
  679. /* border-radius: 20px; */
  680. flex-direction: column;
  681. align-items: center;
  682. justify-content: center;
  683. box-sizing: border-box;
  684. display: none;
  685. }
  686. .dialog-mask {
  687. background-color: rgba(0, 0, 0, 0.6);
  688. position: absolute;
  689. top: 0;
  690. left: 0;
  691. right: 0;
  692. bottom: 0;
  693. width: 100%;
  694. height: 100%;
  695. z-index: 0;
  696. }
  697. .dialog.show {
  698. display: flex;
  699. }
  700. .dialog * {
  701. box-sizing: inherit;
  702. }
  703. .dialog-content-border {
  704. width: 70vw;
  705. /* height: 70vw; */
  706. z-index: 1;
  707. position: relative;
  708. }
  709. .dialog-content {
  710. width: 100%;
  711. /* height: 100%; */
  712. background-color: #000;
  713. color: #fff;
  714. display: flex;
  715. flex-direction: column;
  716. }
  717. .dialog-header {
  718. display: flex;
  719. align-items: center;
  720. justify-content: space-between;
  721. height: 11.2vw;
  722. padding: 0 5vw;
  723. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  724. }
  725. .dialog-btn {
  726. padding: 0.5rem;
  727. line-height: 1;
  728. color: rgba(255, 255, 255, 0.6);
  729. }
  730. .dialog-btn.confirm {
  731. color: #fff;
  732. }
  733. #set-phone-size-dialog .dialog-content-border {
  734. overflow: hidden;
  735. padding: 1px;
  736. border-radius: 20px;
  737. background: linear-gradient(
  738. 180deg,
  739. rgba(118, 204, 255, 1),
  740. rgba(195, 40, 255, 1)
  741. );
  742. }
  743. #set-phone-size-dialog .dialog-content {
  744. overflow: hidden;
  745. border-radius: 20px;
  746. background-color: #000000;
  747. }
  748. .menu-btn {
  749. margin: 0 auto;
  750. width: 2.5rem;
  751. height: 1.8rem;
  752. line-height: 1.8rem;
  753. color: #fff;
  754. text-align: center;
  755. font-size: 15px;
  756. margin-top: 1rem;
  757. }
  758. #phone-size-list {
  759. /* margin-top: 2vw; */
  760. padding: 4vw 0;
  761. }
  762. .phone-size-item {
  763. height: 11.7333vw !important;
  764. /* text-align: center; */
  765. color: rgba(255, 255, 255, 0.6);
  766. font-size: 3.7333vw;
  767. display: flex;
  768. align-items: center;
  769. justify-content: center;
  770. }
  771. .phone-size-item.active {
  772. color: #fff;
  773. font-size: 4.2667vw;
  774. background-image: url('../../static/img/phone-size-active.png');
  775. background-size: 70% 100%;
  776. background-position: center center;
  777. background-repeat: no-repeat;
  778. }
  779. #box {
  780. display: flex;
  781. align-items: center;
  782. justify-content: center;
  783. }
  784. #playCanvas {
  785. flex: none;
  786. }
  787. #playCanvas.vertical {
  788. position: relative;
  789. transform: rotate(0deg);
  790. transform-origin: center center;
  791. width: 100vw;
  792. height: calc(100vh - 50px);
  793. }
  794. #playCanvas.horizontal {
  795. position: relative;
  796. transform: rotate(90deg);
  797. transform-origin: center center;
  798. width: calc(100vh - 50px);
  799. height: 100vw;
  800. }
  801. .count-view {
  802. min-width: 5.16rem;
  803. height: 1.63rem;
  804. background: rgba(0, 0, 0, 0.6);
  805. border-radius: 1.13rem;
  806. position: absolute;
  807. top: 0.45rem;
  808. right: 0.45rem;
  809. padding: 0.31rem 0.27rem 0.31rem 0.45rem;
  810. box-sizing: border-box;
  811. color: #ffffff;
  812. font-weight: 500;
  813. font-size: 0.72rem;
  814. font-weight: 500;
  815. margin: 0 0.18rem;
  816. z-index: 10000;
  817. display: none;
  818. }
  819. .fnca {
  820. display: flex;
  821. flex-wrap: nowrap;
  822. justify-content: space-around;
  823. align-items: center;
  824. }
  825. .wh22 {
  826. width: 0.99rem;
  827. height: 0.99rem;
  828. }
  829. .line {
  830. width: 1px;
  831. height: 0.81rem;
  832. background: #FFFFFF;
  833. border-radius: 1px;
  834. opacity: 0.3;
  835. }
  836. /* .dialog-jifei {
  837. width: 13.26rem;
  838. height: 13.17rem;
  839. background: #FFFFFF;
  840. border-radius: 0.36rem;
  841. position: fixed;
  842. top: 8.15rem;
  843. left: calc(50% - 6.63rem);
  844. display: none;
  845. } */
  846. .w100h130 {
  847. width: 4.52rem;
  848. display: block;
  849. height: 5.88rem;
  850. margin: 0 auto;
  851. }
  852. .fs16 {
  853. font-size: 0.72rem;
  854. font-weight: 500;
  855. color: #363636;
  856. text-align: center;
  857. }
  858. .fs14 {
  859. font-size: 0.63rem;
  860. color: #757580;
  861. line-height: 0.9rem;
  862. margin-top: 0.45rem;
  863. text-align: center;
  864. }
  865. .c00DB88 {
  866. color: #00DB88;
  867. }
  868. .jishi-close-icon {
  869. width: 9.375rem;
  870. height: 1.81rem;
  871. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  872. border-radius: 0.36rem;
  873. font-size: 0.72rem;
  874. font-weight: 500;
  875. color: #FFFFFF;
  876. line-height: 1.81rem;
  877. text-align: center;
  878. margin: 0.9rem auto 0;
  879. }