main.scss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. @font-face {
  4. font-family: "SourceHanSansSC-Regular";
  5. src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.svg") format("svg");
  6. }
  7. @font-face {
  8. font-family: "SourceHanSansSC-Medium";
  9. src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.svg") format("svg");
  10. }
  11. @font-face {
  12. font-family: "SourceHanSansSC-Light";
  13. src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.svg") format("svg");
  14. }
  15. html,
  16. body {
  17. margin: 0;
  18. padding: 0;
  19. }
  20. body {
  21. font-size: 0.3rem;
  22. color: white;
  23. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  24. background: #3a25a3;
  25. }
  26. .main {
  27. min-height: 15.16rem;
  28. background: #3a25a3 url('../images/bgss.jpg') no-repeat;
  29. background-size: 100%;
  30. }
  31. .img_adx {
  32. width: 6.6rem;
  33. height: 4.72rem;
  34. margin-top: 4.52rem;
  35. margin-left: 0.44rem;
  36. }
  37. .float-business-button {
  38. position: fixed;
  39. top: 2.6rem;
  40. left: 0;
  41. width: 0.6rem;
  42. height: 2rem;
  43. background-color: #4121d9;
  44. border-radius: 0 0.2rem 0.2rem 0;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. flex-direction: column;
  49. z-index: 100;
  50. .question {
  51. width: 0.34rem;
  52. height: 0.34rem;
  53. margin-left: 0.05rem;
  54. background: url(../images/question.png) no-repeat;
  55. background-size: 100% 100%;
  56. }
  57. .name {
  58. line-height: 0.32rem;
  59. margin-left: 0.05rem;
  60. padding: 0.1rem 0.15rem 0;
  61. }
  62. }
  63. .section-order {
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. .btn-order {
  68. background: url(../images/btn-order.png) no-repeat;
  69. background-size: 100% 100%;
  70. width: 6.63rem;
  71. height: 1.19rem;
  72. margin-top: 0.1rem;
  73. }
  74. }
  75. .section-explain-flow {
  76. width: 7.32rem;
  77. height: 3.28rem;
  78. margin: -0.1rem auto 0;
  79. background: url(../images/bg-freeflow.png) no-repeat;
  80. background-size: 100% 100%;
  81. .title {
  82. height: 0.65rem;
  83. display: flex;
  84. align-items: center;
  85. justify-content: center;
  86. }
  87. .content {
  88. font-weight: 400;
  89. font-size: 0.24rem;
  90. line-height: 0.4rem;
  91. padding: 0.35rem 0.5rem 0;
  92. }
  93. }
  94. .section-rbt {
  95. width: 6.9rem;
  96. height: 11.137rem;
  97. margin: 0 auto;
  98. border-radius: 0.15rem;
  99. margin-top: 0.5rem;
  100. margin-bottom: 0.2rem;
  101. .rbt-list-box {
  102. .rbt-box-head {
  103. height: 0.58rem;
  104. overflow-x: scroll;
  105. .rbt-item-box {
  106. width: 12.483rem;
  107. font-size: 0.28rem;
  108. .item {
  109. float: left;
  110. width: 1.347rem;
  111. height: 0.58rem;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. background: #8558FF;
  116. margin-right: 0.04rem;
  117. border-radius: 0.1rem 0.1rem 0 0;
  118. }
  119. .item-active {
  120. color: #227EE3;
  121. background: #CAECFF;
  122. }
  123. }
  124. }
  125. .rbt-box-body-container {
  126. background: #FFF;
  127. border-radius: 0 0 0.1rem 0.1rem;
  128. .flip-for-more {
  129. color: #3783FB;
  130. font-size: 0.3rem;
  131. padding: 0.43rem 0 0.48rem;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. img {
  136. width: 0.22rem;
  137. height: 0.26rem;
  138. margin: 0 0.11rem;
  139. }
  140. }
  141. }
  142. .rbt-box-body {
  143. // height: 9.15rem;
  144. height: 10.5rem;
  145. overflow-x: scroll;
  146. .rbt-item {
  147. width: 3.12rem;
  148. height: 6.216rem;
  149. float: left;
  150. margin: 0.27rem 0 0 0.22rem;
  151. .rbt-main {
  152. font-size: 0;
  153. position: relative;
  154. border-radius: 0.1rem;
  155. .rbt-cover {
  156. width: 3.12rem;
  157. border-radius: 0.1rem;
  158. }
  159. .rbt-play {
  160. width: 0.67rem;
  161. height: 0.67rem;
  162. position: absolute;
  163. top: 50%;
  164. left: 50%;
  165. transform: translate(-50%);
  166. }
  167. .btn {
  168. position: absolute;
  169. bottom: 0;
  170. right: 0;
  171. width: 1.52rem;
  172. height: 0.5rem;
  173. font-size: 0.3rem;
  174. border-radius: 0.1rem;
  175. background: #FF0082;
  176. display: flex;
  177. align-items: center;
  178. justify-content: center;
  179. }
  180. }
  181. .rbt-title {
  182. color: #010101;
  183. font-size: 0.3rem;
  184. overflow: hidden;
  185. text-overflow: ellipsis;
  186. display: flex;
  187. align-items: center;
  188. height: 1rem;
  189. }
  190. }
  191. .no-more {
  192. float: left;
  193. height: 1rem;
  194. width: 100%;
  195. color: #aaa9a9;
  196. text-align: center;
  197. justify-content: center;
  198. display: flex;
  199. align-items: center;
  200. font-size: 0.3rem;
  201. .line {
  202. height: 1px;
  203. width: 2rem;
  204. border-bottom: 1px solid #aaa9a9;
  205. }
  206. .title {
  207. margin: 0 0.2rem
  208. }
  209. }
  210. }
  211. }
  212. }
  213. .section-agr {
  214. width: 6.86rem;
  215. height: 10.86rem;
  216. position: fixed;
  217. top: 50%;
  218. left: 50%;
  219. color: #333;
  220. font-size: 0.24rem;
  221. transform: translate(-50%, -50%);
  222. background: #FFF5E5;
  223. border-radius: 0.16rem;
  224. z-index: 9991;
  225. .agr-title {
  226. height: 0.48rem;
  227. .close {
  228. position: absolute;
  229. top: 0.22rem;
  230. right: 0.22rem;
  231. width: 0.26rem;
  232. height: 0.25rem;
  233. background: url(../images/close.png) no-repeat;
  234. background-size: 100% 100%;
  235. }
  236. }
  237. .agr-content {
  238. height: 10rem;
  239. position: relative;
  240. overflow-x: scroll;
  241. .title {
  242. font-size: 0.36rem;
  243. text-align: center;
  244. margin: 0 auto 0.36rem;
  245. }
  246. .content {
  247. margin: 0 0.4rem 0.36rem;
  248. ul {
  249. li {
  250. line-height: 0.45rem;
  251. text-align: justify;
  252. }
  253. }
  254. }
  255. }
  256. .action {
  257. display: flex;
  258. align-items: center;
  259. justify-content: center;
  260. margin-top: 0.28rem;
  261. .btn {
  262. width: 3.36rem;
  263. height: 0.64rem;
  264. ;
  265. background: #FF0083;
  266. border-radius: 0.32rem;
  267. display: flex;
  268. align-items: center;
  269. justify-content: center;
  270. color: #FFFFFF;
  271. }
  272. }
  273. }
  274. .section-preview {
  275. position: fixed;
  276. top: 0;
  277. left: 0;
  278. right: 0;
  279. bottom: 0;
  280. z-index: 9990;
  281. background: red;
  282. .content {
  283. width: 100%;
  284. height: 100%;
  285. position: relative;
  286. .close {
  287. width: 1.2rem;
  288. height: 0.5rem;
  289. position: absolute;
  290. top: 0.39rem;
  291. left: 0.3rem;
  292. color: #FFF;
  293. font-size: 0.3rem;
  294. background: #FF0081;
  295. border-radius: 0.1rem;
  296. z-index: 9992;
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. &:hover {
  301. opacity: 1;
  302. }
  303. span {
  304. font-size: 0.24rem;
  305. margin-right: 0.05rem;
  306. margin-left: -0.1rem;
  307. }
  308. }
  309. video {
  310. width: 100%;
  311. height: 100%;
  312. background: black;
  313. }
  314. .play {
  315. width: 1.35rem;
  316. height: 1.35rem;
  317. position: absolute;
  318. top: 50%;
  319. left: 50%;
  320. transform: translate(-50%, -50%);
  321. background: url(../images/icon-play.png) no-repeat;
  322. background-size: 100% 100%;
  323. }
  324. .dail {
  325. width: 5.48rem;
  326. height: 3rem;
  327. position: absolute;
  328. bottom: 2.39rem;
  329. left: 50%;
  330. transform: translate(-50%);
  331. background: url(../images/dail.png) no-repeat;
  332. background-size: 100% 100%;
  333. }
  334. .setting {
  335. width: 3rem;
  336. height: 0.6rem;
  337. background: #FF0081;
  338. border-radius: 0.1rem;
  339. position: absolute;
  340. bottom: 1.3rem;
  341. left: 50%;
  342. transform: translate(-50%);
  343. border-radius: 0.1rem;
  344. display: flex;
  345. align-items: center;
  346. justify-content: center;
  347. }
  348. .must-know {
  349. width: 1.24rem;
  350. height: 0.42rem;
  351. font-size: 0.28rem;
  352. font-weight: 500;
  353. color: #FFFFFF;
  354. position: absolute;
  355. bottom: 0.5rem;
  356. left: 50%;
  357. transform: translate(-50%);
  358. border-bottom: 0.01rem solid #FFFFFF;
  359. padding-bottom: 0.01rem;
  360. text-align: center;
  361. }
  362. }
  363. }
  364. .absolute-center {
  365. position: absolute;
  366. top: 50%;
  367. left: 50%;
  368. transform: translate(-50%, -50%);
  369. z-index: 9991;
  370. }
  371. .fixed-center {
  372. position: fixed;
  373. top: 50%;
  374. left: 50%;
  375. transform: translate(-50%, -50%);
  376. z-index: 9991;
  377. background: #FFF5E5;
  378. border-radius: 0.16rem;
  379. }
  380. input::-webkit-input-placeholder {
  381. color: #999999;
  382. font-size: 0.28rem;
  383. }
  384. input::-moz-placeholder {
  385. /* Mozilla Firefox 19+ */
  386. color: #999999;
  387. font-size: 0.28rem;
  388. }
  389. input:-moz-placeholder {
  390. /* Mozilla Firefox 4 to 18 */
  391. color: #999999;
  392. font-size: 0.28rem;
  393. }
  394. input:-ms-input-placeholder {
  395. /* Internet Explorer 10-11 */
  396. color: #999999;
  397. font-size: 0.28rem;
  398. }
  399. .sms-form {
  400. .form-group {
  401. border-radius: 0.18rem;
  402. padding: 0.35rem 0.3rem;
  403. .input-row {
  404. display: flex;
  405. align-items: center;
  406. justify-content: center;
  407. align-content: space-between;
  408. margin-bottom: 0.16rem;
  409. background: #FFFFFF;
  410. border-radius: 0.08rem;
  411. .smscode {
  412. width: 100%;
  413. }
  414. .sendcode {
  415. height: .64rem;
  416. min-width: 1.1rem;
  417. color: #FFFFFF;
  418. font-size: 0.24rem;
  419. padding: 0 0.2rem;
  420. word-break: keep-all;
  421. white-space: nowrap;
  422. border-radius: 0.1rem;
  423. background: #FF0083;
  424. margin-right: 0.04rem;
  425. outline: none;
  426. -webkit-appearance: none;
  427. display: flex;
  428. align-items: center;
  429. justify-content: center;
  430. }
  431. .sendcode-wait {}
  432. &:last-child {
  433. margin-bottom: 0rem;
  434. }
  435. }
  436. input {
  437. width: 100%;
  438. height: 0.72rem;
  439. line-height: 0.72rem;
  440. color: #333333;
  441. font-size: 0.3rem;
  442. outline: none;
  443. -webkit-appearance: none;
  444. min-width: 2.4rem;
  445. margin-bottom: 0.01rem;
  446. border: 0 solid #FFFFFF;
  447. border-radius: 0.1rem;
  448. padding-left: 0.3rem;
  449. background: none;
  450. }
  451. }
  452. .actions {
  453. width: 4.46rem;
  454. margin: 0 auto;
  455. display: flex;
  456. align-items: center;
  457. justify-content: space-between;
  458. .btn {
  459. width: 2.16rem;
  460. height: 0.64rem;
  461. font-size: 0.28rem;
  462. display: flex;
  463. align-items: center;
  464. justify-content: center;
  465. border-radius: 0.32rem
  466. }
  467. .btn-primary {
  468. color: white;
  469. background: #FAABD3;
  470. }
  471. .btn-info {
  472. color: white;
  473. background: #FF0083;
  474. }
  475. }
  476. }
  477. .section-login {
  478. width: 5.4rem;
  479. height: 3.31rem;
  480. background: #FFF5E5;
  481. border-radius: 0.16rem;
  482. }
  483. .section-message {
  484. width: 4.2rem;
  485. min-height: 2.58rem;
  486. background: #FFF5E5;
  487. border-radius: 0.16rem;
  488. .content {
  489. font-size: 0.28rem;
  490. color: #333333;
  491. min-height: 1rem;
  492. padding: 0.3rem;
  493. text-align: center;
  494. word-break: break-all;
  495. display: flex;
  496. align-items: center;
  497. justify-content: center;
  498. }
  499. .actions {
  500. width: 3.36rem;
  501. margin: 0 auto 0.3rem;
  502. display: flex;
  503. align-items: center;
  504. justify-content: space-between;
  505. .btn {
  506. width: 1.6rem;
  507. height: 0.64rem;
  508. font-size: 0.28rem;
  509. display: flex;
  510. align-items: center;
  511. justify-content: center;
  512. border-radius: 0.32rem
  513. }
  514. .btn-primary {
  515. color: white;
  516. background: #FAABD3;
  517. }
  518. .btn-info {
  519. color: white;
  520. background: #FF0083;
  521. }
  522. }
  523. }
  524. .section-setting {
  525. width: 5.4rem;
  526. // height: 2.42rem;
  527. background: #FFF5E5;
  528. border-radius: 0.16rem;
  529. .content {
  530. color: #333333;
  531. // height: 1.42rem;
  532. padding: 0 0.3rem;
  533. text-align: center;
  534. word-break: break-all;
  535. display: flex;
  536. align-items: center;
  537. justify-content: center;
  538. .form-group {
  539. margin: 0.36rem auto;
  540. background: #FFFFFF;
  541. border-radius: 0.08rem;
  542. display: flex;
  543. align-items: center;
  544. input {
  545. height: 0.72rem;
  546. line-height: 0.72rem;
  547. background: none;
  548. border-radius: 0.08rem;
  549. padding: 0 0 0 0.2rem;
  550. border: none;
  551. }
  552. .mobile {
  553. width: 4.80rem;
  554. }
  555. .code {
  556. width: 3.26rem;
  557. }
  558. .send {
  559. font-size: 0.24rem;
  560. min-width: 1.5rem;
  561. height: 0.64rem;
  562. color: white;
  563. background: #FF0083;
  564. border-radius: 0.08rem;
  565. margin-right: 0.04rem;
  566. padding: 0 0.2rem;
  567. display: flex;
  568. align-items: center;
  569. justify-content: center;
  570. }
  571. .sendcode-wait {
  572. background: #B5B5B5;
  573. }
  574. }
  575. .status {
  576. display: flex;
  577. flex-direction: column;
  578. align-items: center;
  579. margin: 0.45rem auto 0.35rem;
  580. .status-icon {
  581. width: 0.84rem;
  582. height: 0.84rem;
  583. background: url(../images/success.png) no-repeat;
  584. background-size: 100% 100%;
  585. }
  586. .status-name {
  587. margin-top: 0.24rem;
  588. }
  589. }
  590. }
  591. .actions {
  592. width: 4.46rem;
  593. margin: 0 auto;
  594. display: flex;
  595. align-items: center;
  596. justify-content: space-between;
  597. margin-bottom: 0.39rem;
  598. .btn {
  599. width: 2.16rem;
  600. height: 0.64rem;
  601. font-size: 0.28rem;
  602. display: flex;
  603. align-items: center;
  604. justify-content: center;
  605. border-radius: 0.32rem;
  606. background: #FAABD3;
  607. }
  608. .btn-primary {
  609. color: white;
  610. background: #FF0083;
  611. }
  612. .btn-lg {
  613. width: 3.36rem;
  614. margin: 0 auto;
  615. }
  616. }
  617. }
  618. .section-alert {
  619. width: unset;
  620. }
  621. .dialog-alert {
  622. width: 4.2rem;
  623. top: 50%;
  624. left: 50%;
  625. right: unset;
  626. transform: translate(-50%, -50%);
  627. z-index: 9998;
  628. position: fixed;
  629. animation: frames-top-center-01 300ms;
  630. min-height: auto;
  631. height: auto;
  632. color: #333;
  633. background: #FFF5E5;
  634. border-radius: 0.16rem;
  635. h1 {
  636. font-size: 0.3rem;
  637. margin-top: 0.4rem;
  638. }
  639. .content {
  640. font-size: 0.28rem;
  641. min-height: 0.8rem;
  642. margin: 0.1rem 0.5rem;
  643. word-break: break-all;
  644. display: flex;
  645. align-items: center;
  646. justify-content: center;
  647. }
  648. .actions {
  649. .btn {
  650. width: 3.36rem;
  651. height: 0.64rem;
  652. font-size: 0.28rem;
  653. background: #FF0083;
  654. border-radius: 0.32rem;
  655. }
  656. }
  657. }
  658. .overlaycsr {
  659. position: fixed;
  660. top: 0;
  661. right: 0;
  662. bottom: 0;
  663. left: 0;
  664. z-index: 9990;
  665. background-color: #000000ab;
  666. min-height: 6.5rem;
  667. }
  668. .dialog-alertsrc {
  669. width: 5.65rem;
  670. height: 4.25rem;
  671. position: fixed;
  672. top: 2.56rem;
  673. left: 0.94rem;
  674. z-index: 9998;
  675. animation: frames-top-center-01 300ms;
  676. border-radius: 0.1rem;
  677. background: url(../images/弹窗bgg.png) no-repeat;
  678. background-size: 100% 100%;
  679. .guanbi {
  680. background: url(../images/关闭bgg.png) no-repeat;
  681. background-size: 100% 100%;
  682. width: 0.41rem;
  683. height: 0.41rem;
  684. margin-left: 5.16rem;
  685. margin-top: 0.33rem;
  686. }
  687. .content {
  688. margin: 1rem 1.2rem;
  689. display: flex;
  690. align-items: center;
  691. justify-content: center;
  692. font-size: 0.26rem;
  693. color: #ffffff;
  694. letter-spacing: 0.03rem;
  695. }
  696. .actions {
  697. height: 1rem;
  698. display: flex;
  699. justify-content: center;
  700. .img_btn {
  701. background: url(../images/按钮bgg.png) no-repeat;
  702. background-size: 100% 100%;
  703. width: 4.39rem;
  704. height: 0.89rem;
  705. margin-top: 0.1rem;
  706. }
  707. .btn {
  708. display: flex;
  709. align-items: center;
  710. justify-content: center;
  711. border-radius: 0.4rem;
  712. padding: 0;
  713. }
  714. }
  715. }