main.scss 18 KB

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