main.scss 20 KB

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