main.scss 20 KB

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