main.scss 19 KB

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