main.scss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  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: 17.62rem;
  27. background: url(../images/bgss.png) no-repeat;
  28. background-size: 100% 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. color: #ffffffe0;
  369. border-radius: 0.16rem;
  370. }
  371. input::-webkit-input-placeholder {
  372. color: #ffffffe0;
  373. font-size: 0.28rem;
  374. font-family: Source Han Sans CN;
  375. font-weight: 400;
  376. }
  377. input::-moz-placeholder {
  378. /* Mozilla Firefox 19+ */
  379. color: #ffffffe0;
  380. font-size: 0.28rem;
  381. font-family: Source Han Sans CN;
  382. font-weight: 400;
  383. }
  384. input:-moz-placeholder {
  385. /* Mozilla Firefox 4 to 18 */
  386. color: #ffffffe0;
  387. font-size: 0.28rem;
  388. font-family: Source Han Sans CN;
  389. font-weight: 400;
  390. }
  391. input:-ms-input-placeholder {
  392. /* Internet Explorer 10-11 */
  393. color: #ffffffe0;
  394. font-size: 0.28rem;
  395. font-family: Source Han Sans CN;
  396. font-weight: 400;
  397. }
  398. .sms-form {
  399. .form-group {
  400. border-radius: 0.18rem;
  401. padding: 0.6rem 0.3rem;
  402. text-align: center;
  403. .input-row {
  404. margin-bottom: 0.33rem;
  405. .smscode {
  406. width: 2.75rem;
  407. }
  408. .sendcode {
  409. height: 0.82rem;
  410. min-width: 1.1rem;
  411. color: #ffffffe0;
  412. width: 2.58rem;
  413. font-size: 0.28rem;
  414. word-break: keep-all;
  415. white-space: nowrap;
  416. border-radius: 0.1rem;
  417. background: #713CFF;
  418. margin-right: 0.04rem;
  419. outline: none;
  420. display: flex;
  421. align-items: center;
  422. justify-content: center;
  423. letter-spacing: 0.02rem;
  424. }
  425. .sendcode-wait {}
  426. &:last-child {
  427. margin-bottom: 0rem;
  428. display: flex;
  429. width: 5.6rem;
  430. justify-content: space-between;
  431. margin-left: 0.58rem;
  432. }
  433. }
  434. input {
  435. width: 5.54rem;
  436. height: 0.82rem;
  437. line-height: 0.72rem;
  438. color: #ffff;
  439. font-size: 0.3rem;
  440. outline: none;
  441. min-width: 2.4rem;
  442. margin-bottom: 0.01rem;
  443. border: 2px solid #b599ff42;
  444. border-radius: 0.1rem;
  445. padding-left: 0.3rem;
  446. background: #3b03d085;
  447. }
  448. }
  449. .actions {
  450. .btn {
  451. width: 2.16rem;
  452. height: 0.64rem;
  453. font-size: 0.28rem;
  454. display: flex;
  455. align-items: center;
  456. justify-content: center;
  457. border-radius: 0.32rem
  458. }
  459. .btn-primary {
  460. color: white;
  461. background: #FAABD3;
  462. }
  463. .btn-info {
  464. background: url(../images/退订按钮a.png) no-repeat;
  465. background-size: 100% 100%;
  466. width: 5.6rem;
  467. height: 0.88rem;
  468. margin-left: 0.86rem;
  469. margin-top: -0.2rem;
  470. }
  471. }
  472. }
  473. .wxts {
  474. background: url(../images/温馨提示_bga.png) no-repeat;
  475. background-size: 100% 100%;
  476. position: absolute;
  477. width: 7.32rem;
  478. height: 5.55rem;
  479. top: 11.88rem;
  480. left: 0.08rem;
  481. }
  482. .tu_lasd {
  483. background: url(../images/温馨提示标题a.png) no-repeat;
  484. background-size: 100% 100%;
  485. width: 6.13rem;
  486. height: 0.43rem;
  487. margin-left: 0.58rem;
  488. margin-top: 0.59rem;
  489. margin-bottom: 0.3rem;
  490. }
  491. .text_weiz {
  492. font-size: 0.2rem;
  493. color: #ffffffd4;
  494. line-height: 0.36rem;
  495. width: 6.24rem;
  496. margin-left: 0.55rem;
  497. margin-bottom: 0.07rem;
  498. font-family: Source Han Sans CN;
  499. font-weight: 400;
  500. }
  501. .section-login {
  502. background: url(../images/退订_bg.png) no-repeat;
  503. background-size: 100% 100%;
  504. width: 7.32rem;
  505. height: 4.64rem;
  506. position: absolute;
  507. top: 9.6rem;
  508. left: 50%;
  509. transform: translate(-50%, -50%);
  510. }
  511. .section-message {
  512. width: 4.2rem;
  513. min-height: 2.58rem;
  514. background: #FFF5E5;
  515. border-radius: 0.16rem;
  516. .content {
  517. font-size: 0.28rem;
  518. color: #333333;
  519. min-height: 1rem;
  520. padding: 0.3rem;
  521. text-align: center;
  522. word-break: break-all;
  523. display: flex;
  524. align-items: center;
  525. justify-content: center;
  526. }
  527. .actions {
  528. width: 3.36rem;
  529. margin: 0 auto 0.3rem;
  530. display: flex;
  531. align-items: center;
  532. justify-content: space-between;
  533. .btn {
  534. width: 1.6rem;
  535. height: 0.64rem;
  536. font-size: 0.28rem;
  537. display: flex;
  538. align-items: center;
  539. justify-content: center;
  540. border-radius: 0.32rem
  541. }
  542. .btn-primary {
  543. color: white;
  544. background: #FAABD3;
  545. }
  546. .btn-info {
  547. color: white;
  548. background: #FF0083;
  549. }
  550. }
  551. }
  552. .section-setting {
  553. width: 5.4rem;
  554. // height: 2.42rem;
  555. background: #FFF5E5;
  556. border-radius: 0.16rem;
  557. .content {
  558. color: #333333;
  559. // height: 1.42rem;
  560. padding: 0 0.3rem;
  561. text-align: center;
  562. word-break: break-all;
  563. display: flex;
  564. align-items: center;
  565. justify-content: center;
  566. .form-group {
  567. margin: 0.36rem auto;
  568. background: #FFFFFF;
  569. border-radius: 0.08rem;
  570. display: flex;
  571. align-items: center;
  572. input {
  573. height: 0.72rem;
  574. line-height: 0.72rem;
  575. background: none;
  576. border-radius: 0.08rem;
  577. padding: 0 0 0 0.2rem;
  578. border: none;
  579. }
  580. .mobile {
  581. width: 4.80rem;
  582. }
  583. .code {
  584. width: 3.26rem;
  585. }
  586. .send {
  587. font-size: 0.24rem;
  588. min-width: 1.5rem;
  589. height: 0.64rem;
  590. color: white;
  591. background: #FF0083;
  592. border-radius: 0.08rem;
  593. margin-right: 0.04rem;
  594. padding: 0 0.2rem;
  595. display: flex;
  596. align-items: center;
  597. justify-content: center;
  598. }
  599. .sendcode-wait {
  600. background: #B5B5B5;
  601. }
  602. }
  603. .status {
  604. display: flex;
  605. flex-direction: column;
  606. align-items: center;
  607. margin: 0.45rem auto 0.35rem;
  608. .status-icon {
  609. width: 0.84rem;
  610. height: 0.84rem;
  611. background: url(../images/success.png) no-repeat;
  612. background-size: 100% 100%;
  613. }
  614. .status-name {
  615. margin-top: 0.24rem;
  616. }
  617. }
  618. }
  619. .actions {
  620. width: 4.46rem;
  621. margin: 0 auto;
  622. display: flex;
  623. align-items: center;
  624. justify-content: space-between;
  625. margin-bottom: 0.39rem;
  626. .btn {
  627. width: 2.16rem;
  628. height: 0.64rem;
  629. font-size: 0.28rem;
  630. display: flex;
  631. align-items: center;
  632. justify-content: center;
  633. border-radius: 0.32rem;
  634. background: #FAABD3;
  635. }
  636. .btn-primary {
  637. color: white;
  638. background: #FF0083;
  639. }
  640. .btn-lg {
  641. width: 3.36rem;
  642. margin: 0 auto;
  643. }
  644. }
  645. }
  646. .section-alert {
  647. width: unset;
  648. }
  649. .dialog-alert {
  650. width: 4.2rem;
  651. top: 50%;
  652. left: 50%;
  653. right: unset;
  654. transform: translate(-50%, -50%);
  655. z-index: 9998;
  656. position: fixed;
  657. animation: frames-top-center-01 300ms;
  658. min-height: auto;
  659. height: auto;
  660. color: #333;
  661. background: #FFF5E5;
  662. border-radius: 0.16rem;
  663. h1 {
  664. font-size: 0.3rem;
  665. margin-top: 0.4rem;
  666. }
  667. .content {
  668. font-size: 0.28rem;
  669. min-height: 0.8rem;
  670. margin: 0.1rem 0.5rem;
  671. word-break: break-all;
  672. display: flex;
  673. align-items: center;
  674. justify-content: center;
  675. }
  676. .actions {
  677. .btn {
  678. width: 3.36rem;
  679. height: 0.64rem;
  680. font-size: 0.28rem;
  681. background: #FF0083;
  682. border-radius: 0.32rem;
  683. }
  684. }
  685. }