main.scss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  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/bgs.jpg') no-repeat;
  28. background-size: 100%;
  29. }
  30. .float-business-button {
  31. position: fixed;
  32. top: 2rem;
  33. left: 0;
  34. width: 0.6rem;
  35. height: 2rem;
  36. background-color: #FF0082;
  37. border-radius: 0 0.2rem 0.2rem 0;
  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.35rem 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: #227EE3;
  112. background: #CAECFF;
  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. .agr-title {
  217. height: 0.48rem;
  218. .close {
  219. position: absolute;
  220. top: 0.22rem;
  221. right: 0.22rem;
  222. width: 0.26rem;
  223. height: 0.25rem;
  224. background: url(../images/close.png) no-repeat;
  225. background-size: 100% 100%;
  226. }
  227. }
  228. .agr-content {
  229. height: 9rem;
  230. position: relative;
  231. overflow-x: scroll;
  232. .title {
  233. font-size: 0.36rem;
  234. text-align: center;
  235. margin: 0 auto 0.36rem;
  236. }
  237. .content {
  238. margin: 0 0.4rem 0.36rem;
  239. ul {
  240. li {
  241. line-height: 0.45rem;
  242. text-align: justify;
  243. }
  244. }
  245. }
  246. }
  247. .action {
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. margin-top: 0.28rem;
  252. .btn {
  253. width: 3.36rem;
  254. height: 0.64rem;
  255. ;
  256. background: #FF0083;
  257. border-radius: 0.32rem;
  258. display: flex;
  259. align-items: center;
  260. justify-content: center;
  261. color: #FFFFFF;
  262. }
  263. }
  264. }
  265. .section-preview {
  266. position: fixed;
  267. top: 0;
  268. left: 0;
  269. right: 0;
  270. bottom: 0;
  271. z-index: 9990;
  272. background: red;
  273. .content {
  274. width: 100%;
  275. height: 100%;
  276. position: relative;
  277. .close {
  278. width: 1.2rem;
  279. height: 0.5rem;
  280. position: absolute;
  281. top: 0.39rem;
  282. left: 0.3rem;
  283. color: #FFF;
  284. font-size: 0.3rem;
  285. background: #FF0081;
  286. border-radius: 0.1rem;
  287. z-index: 9992;
  288. display: flex;
  289. align-items: center;
  290. justify-content: center;
  291. &:hover {
  292. opacity: 1;
  293. }
  294. span {
  295. font-size: 0.24rem;
  296. margin-right: 0.05rem;
  297. margin-left: -0.1rem;
  298. }
  299. }
  300. video {
  301. width: 100%;
  302. height: 100%;
  303. background: black;
  304. }
  305. .play {
  306. width: 1.35rem;
  307. height: 1.35rem;
  308. position: absolute;
  309. top: 50%;
  310. left: 50%;
  311. transform: translate(-50%, -50%);
  312. background: url(../images/icon-play.png) no-repeat;
  313. background-size: 100% 100%;
  314. }
  315. .dail {
  316. width: 5.48rem;
  317. height: 3rem;
  318. position: absolute;
  319. bottom: 2.39rem;
  320. left: 50%;
  321. transform: translate(-50%);
  322. background: url(../images/dail.png) no-repeat;
  323. background-size: 100% 100%;
  324. }
  325. .setting {
  326. width: 3rem;
  327. height: 0.6rem;
  328. background: #FF0081;
  329. border-radius: 0.1rem;
  330. position: absolute;
  331. bottom: 1.3rem;
  332. left: 50%;
  333. transform: translate(-50%);
  334. border-radius: 0.1rem;
  335. display: flex;
  336. align-items: center;
  337. justify-content: center;
  338. }
  339. .must-know {
  340. width: 1.24rem;
  341. height: 0.42rem;
  342. font-size: 0.28rem;
  343. font-weight: 500;
  344. color: #FFFFFF;
  345. position: absolute;
  346. bottom: 0.5rem;
  347. left: 50%;
  348. transform: translate(-50%);
  349. border-bottom: 0.01rem solid #FFFFFF;
  350. padding-bottom: 0.01rem;
  351. text-align: center;
  352. }
  353. }
  354. }
  355. .absolute-center {
  356. position: absolute;
  357. top: 50%;
  358. left: 50%;
  359. transform: translate(-50%, -50%);
  360. z-index: 9991;
  361. }
  362. .fixed-center {
  363. position: fixed;
  364. top: 50%;
  365. left: 50%;
  366. transform: translate(-50%, -50%);
  367. z-index: 9991;
  368. background: #FFF5E5;
  369. border-radius: 0.16rem;
  370. }
  371. input::-webkit-input-placeholder {
  372. color: #999999;
  373. font-size: 0.28rem;
  374. }
  375. input::-moz-placeholder {
  376. /* Mozilla Firefox 19+ */
  377. color: #999999;
  378. font-size: 0.28rem;
  379. }
  380. input:-moz-placeholder {
  381. /* Mozilla Firefox 4 to 18 */
  382. color: #999999;
  383. font-size: 0.28rem;
  384. }
  385. input:-ms-input-placeholder {
  386. /* Internet Explorer 10-11 */
  387. color: #999999;
  388. font-size: 0.28rem;
  389. }
  390. .sms-form {
  391. .form-group {
  392. border-radius: 0.18rem;
  393. padding: 0.35rem 0.3rem;
  394. .input-row {
  395. display: flex;
  396. align-items: center;
  397. justify-content: center;
  398. align-content: space-between;
  399. margin-bottom: 0.16rem;
  400. background: #FFFFFF;
  401. border-radius: 0.08rem;
  402. .smscode {
  403. width: 100%;
  404. }
  405. .sendcode {
  406. height: .64rem;
  407. min-width: 1.1rem;
  408. color: #FFFFFF;
  409. font-size: 0.24rem;
  410. padding: 0 0.2rem;
  411. word-break: keep-all;
  412. white-space: nowrap;
  413. border-radius: 0.1rem;
  414. background: #FF0083;
  415. margin-right: 0.04rem;
  416. outline: none;
  417. -webkit-appearance: none;
  418. display: flex;
  419. align-items: center;
  420. justify-content: center;
  421. }
  422. .sendcode-wait {}
  423. &:last-child {
  424. margin-bottom: 0rem;
  425. }
  426. }
  427. input {
  428. width: 100%;
  429. height: 0.72rem;
  430. line-height: 0.72rem;
  431. color: #333333;
  432. font-size: 0.3rem;
  433. outline: none;
  434. -webkit-appearance: none;
  435. min-width: 2.4rem;
  436. margin-bottom: 0.01rem;
  437. border: 0 solid #FFFFFF;
  438. border-radius: 0.1rem;
  439. padding-left: 0.3rem;
  440. background: none;
  441. }
  442. }
  443. .actions {
  444. width: 4.46rem;
  445. margin: 0 auto;
  446. display: flex;
  447. align-items: center;
  448. justify-content: space-between;
  449. .btn {
  450. width: 2.16rem;
  451. height: 0.64rem;
  452. font-size: 0.28rem;
  453. display: flex;
  454. align-items: center;
  455. justify-content: center;
  456. border-radius: 0.32rem
  457. }
  458. .btn-primary {
  459. color: white;
  460. background: #FAABD3;
  461. }
  462. .btn-info {
  463. color: white;
  464. background: #FF0083;
  465. }
  466. }
  467. }
  468. .section-login {
  469. width: 5.4rem;
  470. height: 3.31rem;
  471. background: #FFF5E5;
  472. border-radius: 0.16rem;
  473. }
  474. .section-message {
  475. width: 4.2rem;
  476. min-height: 2.58rem;
  477. background: #FFF5E5;
  478. border-radius: 0.16rem;
  479. .content {
  480. font-size: 0.28rem;
  481. color: #333333;
  482. min-height: 1rem;
  483. padding: 0.3rem;
  484. text-align: center;
  485. word-break: break-all;
  486. display: flex;
  487. align-items: center;
  488. justify-content: center;
  489. }
  490. .actions {
  491. width: 3.36rem;
  492. margin: 0 auto 0.3rem;
  493. display: flex;
  494. align-items: center;
  495. justify-content: space-between;
  496. .btn {
  497. width: 1.6rem;
  498. height: 0.64rem;
  499. font-size: 0.28rem;
  500. display: flex;
  501. align-items: center;
  502. justify-content: center;
  503. border-radius: 0.32rem
  504. }
  505. .btn-primary {
  506. color: white;
  507. background: #FAABD3;
  508. }
  509. .btn-info {
  510. color: white;
  511. background: #FF0083;
  512. }
  513. }
  514. }
  515. .section-setting {
  516. width: 5.4rem;
  517. // height: 2.42rem;
  518. background: #FFF5E5;
  519. border-radius: 0.16rem;
  520. .content {
  521. color: #333333;
  522. // height: 1.42rem;
  523. padding: 0 0.3rem;
  524. text-align: center;
  525. word-break: break-all;
  526. display: flex;
  527. align-items: center;
  528. justify-content: center;
  529. .form-group {
  530. margin: 0.36rem auto;
  531. background: #FFFFFF;
  532. border-radius: 0.08rem;
  533. display: flex;
  534. align-items: center;
  535. input {
  536. height: 0.72rem;
  537. line-height: 0.72rem;
  538. background: none;
  539. border-radius: 0.08rem;
  540. padding: 0 0 0 0.2rem;
  541. border: none;
  542. }
  543. .mobile {
  544. width: 4.80rem;
  545. }
  546. .code {
  547. width: 3.26rem;
  548. }
  549. .send {
  550. font-size: 0.24rem;
  551. min-width: 1.5rem;
  552. height: 0.64rem;
  553. color: white;
  554. background: #FF0083;
  555. border-radius: 0.08rem;
  556. margin-right: 0.04rem;
  557. padding: 0 0.2rem;
  558. display: flex;
  559. align-items: center;
  560. justify-content: center;
  561. }
  562. .sendcode-wait {
  563. background: #B5B5B5;
  564. }
  565. }
  566. .status {
  567. display: flex;
  568. flex-direction: column;
  569. align-items: center;
  570. margin: 0.45rem auto 0.35rem;
  571. .status-icon {
  572. width: 0.84rem;
  573. height: 0.84rem;
  574. background: url(../images/success.png) no-repeat;
  575. background-size: 100% 100%;
  576. }
  577. .status-name {
  578. margin-top: 0.24rem;
  579. }
  580. }
  581. }
  582. .actions {
  583. width: 4.46rem;
  584. margin: 0 auto;
  585. display: flex;
  586. align-items: center;
  587. justify-content: space-between;
  588. margin-bottom: 0.39rem;
  589. .btn {
  590. width: 2.16rem;
  591. height: 0.64rem;
  592. font-size: 0.28rem;
  593. display: flex;
  594. align-items: center;
  595. justify-content: center;
  596. border-radius: 0.32rem;
  597. background: #FAABD3;
  598. }
  599. .btn-primary {
  600. color: white;
  601. background: #FF0083;
  602. }
  603. .btn-lg {
  604. width: 3.36rem;
  605. margin: 0 auto;
  606. }
  607. }
  608. }
  609. .section-alert {
  610. width: unset;
  611. }
  612. .dialog-alert {
  613. width: 4.2rem;
  614. top: 50%;
  615. left: 50%;
  616. right: unset;
  617. transform: translate(-50%, -50%);
  618. z-index: 9998;
  619. position: fixed;
  620. animation: frames-top-center-01 300ms;
  621. min-height: auto;
  622. height: auto;
  623. color: #333;
  624. background: #FFF5E5;
  625. border-radius: 0.16rem;
  626. h1 {
  627. font-size: 0.3rem;
  628. margin-top: 0.4rem;
  629. }
  630. .content {
  631. font-size: 0.28rem;
  632. min-height: 0.8rem;
  633. margin: 0.1rem 0.5rem;
  634. word-break: break-all;
  635. display: flex;
  636. align-items: center;
  637. justify-content: center;
  638. }
  639. .actions {
  640. .btn {
  641. width: 3.36rem;
  642. height: 0.64rem;
  643. font-size: 0.28rem;
  644. background: #FF0083;
  645. border-radius: 0.32rem;
  646. }
  647. }
  648. }