main.scss 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  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"),
  6. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.woff") format("woff"),
  7. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.ttf") format("truetype"),
  8. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
  9. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.svg") format("svg");
  10. }
  11. @font-face {
  12. font-family: "SourceHanSansSC-Medium";
  13. src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff2") format("woff2"),
  14. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff") format("woff"),
  15. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.ttf") format("truetype"),
  16. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.eot") format("embedded-opentype"),
  17. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.svg") format("svg");
  18. }
  19. @font-face {
  20. font-family: "SourceHanSansSC-Light";
  21. src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff2") format("woff2"),
  22. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff") format("woff"),
  23. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.ttf") format("truetype"),
  24. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.eot") format("embedded-opentype"),
  25. url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.svg") format("svg");
  26. }
  27. html, body {
  28. margin: 0;
  29. padding: 0;
  30. }
  31. body {
  32. color: white;
  33. min-height: 12.5rem;
  34. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  35. background: linear-gradient(0deg, #000000, #16025C);
  36. padding-top: 0.01rem;
  37. }
  38. .main {
  39. background: rgba(9, 3, 12, 1);
  40. }
  41. .banner {
  42. width: 100%;
  43. height: 5.22rem;
  44. background: url(../images/banner.png) no-repeat;
  45. background-size: 100% auto;
  46. position: relative;
  47. .unicom {
  48. position: absolute;
  49. width: 1rem;
  50. height: 0.68rem;
  51. display: flex;
  52. padding: 0.16rem 0.23rem 0;
  53. img {
  54. width: 100%;
  55. display: block;
  56. }
  57. }
  58. .product-name {
  59. height: 2.8rem;
  60. margin: 0 auto 0 0.35rem;
  61. position: absolute;
  62. top: 0.6rem;
  63. right: 0.08rem;
  64. left: 0.35rem;
  65. background: url(../images/product-name.png) no-repeat;
  66. background-size: 100% 100%;
  67. }
  68. .product-price {
  69. position: absolute;
  70. height: 0.87rem;
  71. top: 3.01rem;
  72. left: 0.74rem;
  73. right: 0.58rem;
  74. background: url(../images/product-price.png) no-repeat;
  75. background-size: 100% 100%;
  76. }
  77. }
  78. .apps {
  79. height: 0.68rem;
  80. position: absolute;
  81. top: 4.29rem;
  82. left: 0.41rem;
  83. right: 0.47rem;
  84. background: url(../images/apps.png) no-repeat;
  85. background-size: 100% 100%;
  86. }
  87. .box-rbt-title {
  88. height: 1.34rem;
  89. margin: 0.26rem 0.89rem 0 0.82rem;
  90. background: url(../images/rbt-title.png) no-repeat;
  91. background-size: 100% 100%;
  92. }
  93. .rbt {
  94. position: relative;
  95. margin: 0 0.35rem 0;
  96. background: #261883;
  97. border-radius: 0.18rem;
  98. padding-top: 0.01rem;
  99. height: 4.79rem;
  100. background: linear-gradient(0deg, rgba(132, 41, 234, 0.34), rgba(0, 0, 255, 0.34));
  101. // background: linear-gradient(0deg, RGBA(39, 12, 81, 1), RGBA(6, 2, 86, 1));
  102. .rbt-list {
  103. overflow: hidden;
  104. margin-top: 0.42rem;
  105. display: flex;
  106. align-items: center;
  107. justify-content: space-around;
  108. padding: 0 0.21rem;
  109. .rbt-item {
  110. width: 3.08rem;
  111. margin-left: 0.16rem;
  112. &:first-child {
  113. margin-left: 0;
  114. }
  115. .rbt-item-container {
  116. width: 3.08rem;
  117. height: 3.21rem;
  118. border-radius: 0.15rem;
  119. .rbt-title {
  120. height: 0.77rem;
  121. font-size: 0.3rem;
  122. font-weight: 500;
  123. color: #662F00;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. border-radius: 0.18rem 0.18rem 0 0;
  128. background: white;
  129. }
  130. .rbt-cover {
  131. width: 100%;
  132. height: 2.44rem;
  133. background: blue;
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. border-radius: 0 0 0.18rem 0.18rem;
  138. .play {
  139. width: 0.6rem;
  140. height: 0.6rem;
  141. background: url(../images/play.png) no-repeat;
  142. background-size: 100% 100%;
  143. }
  144. }
  145. .rbt-kmd {
  146. background: url(../images/kmd.png) no-repeat;
  147. background-size: 100% 100%;
  148. }
  149. .rbt-xhb {
  150. background: url(../images/xhb.png) no-repeat;
  151. background-size: 100% 100%;
  152. }
  153. .rbt-dgr {
  154. background: url(../images/dgr.png) no-repeat;
  155. background-size: 100% 100%;
  156. }
  157. }
  158. .status {
  159. width: 0.77rem;
  160. height: 0.77rem;
  161. margin: 0.2rem auto 0.22rem;
  162. }
  163. .status-checked {
  164. background: url(../images/checked.png);
  165. background-size: 100% 100%;
  166. }
  167. .status-unchecked {
  168. background: url(../images/unchecked.png);
  169. background-size: 100% 100%;
  170. }
  171. }
  172. }
  173. }
  174. .rbt-cancel {
  175. background: none;
  176. margin: 0.2rem 0.6rem 0;
  177. .rbt-desc {
  178. position: relative;
  179. top: 0;
  180. height: 1.78rem;
  181. margin: 0;
  182. background: url(../images/desc-cancel.png) no-repeat;
  183. background-size: 100% 100%;
  184. }
  185. }
  186. .rights-title {
  187. height: 0.94rem;
  188. margin: 0 1.9rem;
  189. background: url('../images/rights-title.png') no-repeat;
  190. background-size: 100% 100%;
  191. }
  192. .rights {
  193. height: 2.4rem;
  194. margin: 0 0.58rem 0 0.53rem;
  195. border-radius: 0.18rem;
  196. background: linear-gradient(0deg, rgba(132, 41, 234, 0.34), rgba(0, 0, 255, 0.34));
  197. // background: linear-gradient(0deg, RGBA(39, 12, 81, 1), RGBA(6, 2, 86, 1));
  198. background-size: 100% 100%;
  199. .title {
  200. height: 0.74rem;
  201. padding-top: 0.18rem;
  202. display: flex;
  203. align-items: center;
  204. justify-content: center;
  205. .left {
  206. width: 1rem;
  207. height: 0.74rem;
  208. background: url(../images/vip-left.png);
  209. background-size: 100% 100%;
  210. }
  211. .msg {
  212. width: 3.2rem;
  213. height: 0.6rem;
  214. background: url(../images/rights-title.png);
  215. background-size: 100% 100%;
  216. /*font-size: 0.36rem;
  217. font-weight: bold;
  218. text-align: center;
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. text-shadow: 0 0.05rem .43rem rgba(27, 16, 100, 0.6);
  223. background-image: linear-gradient(0deg, #3F91FC 0%, #50C7FF 100%);
  224. background-clip: text;
  225. text-fill-color: transparent;
  226. -webkit-background-clip: text;
  227. -webkit-text-fill-color: transparent;*/
  228. }
  229. .right {
  230. width: 1rem;
  231. height: 0.74rem;
  232. background: url(../images/vip-right.png);
  233. background-size: 100% 100%;
  234. }
  235. }
  236. .content {
  237. padding: 0.37rem 0.34rem 0 0.34rem;
  238. display: flex;
  239. .item {
  240. flex: 1;
  241. .icon {
  242. display: flex;
  243. align-items: center;
  244. justify-content: center;
  245. img {
  246. width: 0.71rem;
  247. height: 0.71rem;
  248. }
  249. }
  250. h3 {
  251. font-size: 0.3rem;
  252. text-align: center;
  253. margin-top: 0.22rem;
  254. }
  255. h4 {
  256. font-size: 0.26rem;
  257. text-align: center;
  258. }
  259. }
  260. }
  261. }
  262. .product-type {
  263. margin: 0.69rem 0.36rem 0;
  264. .title {
  265. height: 0.3rem;
  266. font-size: 0.3rem;
  267. font-weight: 400;
  268. color: #FFFFFF;
  269. line-height: 0.22rem;
  270. padding-left: 0.18rem;
  271. }
  272. .list {
  273. padding: 0.25rem 0 0;
  274. display: flex;
  275. align-items: center;
  276. justify-content: space-between;
  277. .item {
  278. width: 3.15rem;
  279. height: 1.87rem;
  280. /* background: url(../images/product-type-uncheck.png) no-repeat; */
  281. /* background-size: 100% 100%; */
  282. display: flex;
  283. flex-direction: column;
  284. align-items: center;
  285. justify-content: center;
  286. // background: linear-gradient(0deg, RGBA(32, 10, 60, 1), RGBA(10, 4, 62, 1));
  287. background: linear-gradient(0deg, rgba(132, 41, 234, 0.34), rgba(0, 0, 255, 0.34));
  288. border-radius: 0.1rem;
  289. .title01 {
  290. opacity: 0.75;
  291. font-size: 0.3rem;
  292. font-weight: 400;
  293. line-height: 0.22rem;
  294. text-align: center;
  295. margin-top: 0.1rem;
  296. }
  297. .title02 {
  298. color: #FCBF5C;
  299. font-size: 0.3rem;
  300. text-align: center;
  301. display: flex;
  302. align-items: baseline;
  303. justify-content: center;
  304. margin-top: 0.1rem;
  305. .icon {
  306. font-size: 0.26rem;
  307. }
  308. .price {
  309. font-size: 0.5rem;
  310. }
  311. }
  312. .title03 {
  313. color: #FFF;
  314. font-size: 0.24rem;
  315. text-align: center;
  316. }
  317. }
  318. .item-active {
  319. width: 3.44rem;
  320. height: 2.16rem;
  321. background: url(../images/product-type-checked.png) no-repeat;
  322. background-size: 100% 100%;
  323. margin-left: 0;
  324. .title01 {
  325. opacity: 1;
  326. }
  327. }
  328. }
  329. }
  330. .switch-box {
  331. margin-top: 0.04rem;
  332. .monthly {
  333. font-size: 0.24rem;
  334. display: flex;
  335. align-items: center;
  336. justify-content: flex-end;
  337. .switch {
  338. width: 0.71rem;
  339. height: 0.41rem;
  340. margin: 0 0.36rem 0 0.08rem;
  341. }
  342. }
  343. }
  344. .pay-method {
  345. margin: 0.29rem 0.36rem 0;
  346. .title {
  347. height: 0.3rem;
  348. font-size: 0.3rem;
  349. font-weight: 400;
  350. color: #FFFFFF;
  351. line-height: 0.22rem;
  352. padding-left: 0.18rem;
  353. }
  354. .list {
  355. font-size: 0.28rem;
  356. display: flex;
  357. flex-direction: column;
  358. margin-top: 0.25rem;
  359. .item {
  360. display: flex;
  361. justify-content: space-between;
  362. margin-bottom: 0.3rem;
  363. .label {
  364. display: flex;
  365. align-items: center;
  366. .icon {
  367. width: 0.52rem;
  368. height: 0.52rem;
  369. img {
  370. width: 100%;
  371. height: 100%;
  372. }
  373. margin-right: 0.24rem;
  374. }
  375. }
  376. .check {
  377. display: flex;
  378. position: relative;
  379. input[type="radio"] {
  380. width: 0.41rem;
  381. height: 0.41rem;
  382. opacity: 0;
  383. }
  384. .radio-label {
  385. position: absolute;
  386. left: 0.05rem;
  387. // top: 0.03rem;
  388. width: 0.41rem;
  389. height: 0.41rem;
  390. border-radius: 0.01rem;
  391. background: #FFF;
  392. cursor: pointer;
  393. }
  394. // 选中后的背景图
  395. input[type=radio]:checked+label {
  396. background: url('../images/pay-method-checked.png') no-repeat;
  397. background-size: 100% 100%;
  398. }
  399. // 对勾
  400. // input[type=radio]:checked+label::after {
  401. // position: absolute;
  402. // content: "";
  403. // width: 0.1rem;
  404. // height: 0.2rem;
  405. // top: 0.02rem;
  406. // left: 0.12rem;
  407. // border: 0.08rem solid #FFF;
  408. // border-top: none;
  409. // border-left: none;
  410. // transform: rotate(45deg);
  411. // }
  412. }
  413. }
  414. }
  415. }
  416. .order {
  417. display: flex;
  418. align-items: center;
  419. justify-content: center;
  420. margin: 0.12rem auto 0;
  421. padding: unset;
  422. height: 1.27rem;
  423. left: 0;
  424. right: 0;
  425. .btn {
  426. width: 6.61rem;
  427. height: 1.33rem;
  428. color: white;
  429. font-size: 0.5rem;
  430. font-weight: bold;
  431. margin: 0;
  432. padding: 0;
  433. display: flex;
  434. align-items: center;
  435. justify-content: center;
  436. border: none;
  437. outline: none;
  438. background: url('../images/btn-order.png') no-repeat;
  439. background-size: 100% 100%;
  440. }
  441. .btn-disabled {
  442. background: url('../images/btn-order-disabled.png') no-repeat;
  443. background-size: 100% 100%;
  444. }
  445. }
  446. .agr {
  447. margin: 0.35rem 0.35rem;
  448. .title {
  449. height: 0.36rem;
  450. display: flex;
  451. align-items: center;
  452. justify-content: center;
  453. .left {
  454. width: 2.45rem;
  455. height: 0.01rem;
  456. border-top: dashed rgba(255, 255, 255, 0.3) 1px;
  457. }
  458. .msg {
  459. color: #FFFFFF;
  460. font-size: 0.3rem;
  461. display: flex;
  462. align-items: center;
  463. justify-content: center;
  464. padding: 0 0.2rem;
  465. }
  466. .right {
  467. width: 2.45rem;
  468. height: 0.01rem;
  469. border-top: dashed rgba(255, 255, 255, 0.3) 1px;
  470. }
  471. }
  472. .title-l {
  473. .left {
  474. width: 2.3rem;
  475. }
  476. .right {
  477. width: 2.3rem;
  478. }
  479. }
  480. .content {
  481. color: #CFCFCF;
  482. font-size: 0.24rem;
  483. margin: 0.4rem 0 0.53rem 0;
  484. //padding: 0.66rem 0.64rem 0.1rem 0;
  485. text-align: justify;
  486. li {
  487. display: flex;
  488. margin-bottom: 0.3rem;
  489. word-break: break-all;
  490. .num {
  491. width: 1.2rem;
  492. display: flex;
  493. justify-content: center;
  494. img {
  495. width: 0.7rem;
  496. height: 0.66rem;
  497. }
  498. }
  499. .msg {
  500. flex: 1;
  501. }
  502. a {
  503. color: #3F91FC;
  504. text-decoration: underline;
  505. }
  506. }
  507. }
  508. }
  509. .overlay {
  510. position: fixed;
  511. top: 0;
  512. right: 0;
  513. bottom: 0;
  514. left: 0;
  515. z-index: 9990;
  516. background-color: rgba(0, 0, 0, 0.8);
  517. min-height: 6.5rem;
  518. }
  519. .dialog-message {
  520. width: 5.42rem;
  521. height: 4.86rem;
  522. background: #1F0253;
  523. border-radius: 0.18rem;
  524. position: fixed;
  525. top: 50%;
  526. left: 50%;
  527. z-index: 9991;
  528. transform: translate3d(-50%, -50%, 0);
  529. .status {
  530. width: 4.65rem;
  531. height: 4.65rem;
  532. background: url(../images/ok.png) no-repeat;
  533. background-size: 100%;
  534. position: absolute;
  535. top: -1.3rem;
  536. left: 50%;
  537. transform: translateX(-50%);
  538. }
  539. .content {
  540. font-size: 0.44rem;
  541. display: flex;
  542. align-items: flex-start;
  543. justify-content: center;
  544. height: 1.3rem;
  545. margin-top: 2rem;
  546. img {
  547. width: 3rem;
  548. }
  549. }
  550. .actions {
  551. display: flex;
  552. align-items: center;
  553. justify-content: center;
  554. font-size: 0.32rem;
  555. .btn {
  556. width: 4rem;
  557. height: .88rem;
  558. background: linear-gradient(0deg, #78009B, #B404E0);
  559. border-radius: 0.44rem;
  560. display: flex;
  561. align-items: center;
  562. justify-content: center;
  563. }
  564. }
  565. }
  566. .dialog-alert .actions .btn {
  567. font-size: 0.3rem;
  568. background: #261883;
  569. }
  570. input::-webkit-input-placeholder {
  571. color: #C0BAD8;
  572. font-size: 0.3rem;
  573. }
  574. input::-moz-placeholder { /* Mozilla Firefox 19+ */
  575. color: #C0BAD8;
  576. font-size: 0.3rem;
  577. }
  578. input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  579. color: #C0BAD8;
  580. font-size: 0.3rem;
  581. }
  582. input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  583. color: #C0BAD8;
  584. font-size: 0.3rem;
  585. }
  586. .sms-form {
  587. margin: 0.4rem 0.35rem 0;
  588. .form-group {
  589. border-radius: 0.18rem;
  590. .input-row {
  591. display: flex;
  592. align-content: space-between;
  593. justify-content: center;
  594. margin-bottom: 0.28rem;
  595. .smscode {
  596. width: 100%;
  597. margin-right: 0.15rem;
  598. }
  599. .sendcode {
  600. height: 0.93rem;
  601. width: 2.16rem;
  602. color: #FF4A65;
  603. font-size: 0.3rem;
  604. padding: 0 0.2rem;
  605. word-break: keep-all;
  606. white-space: nowrap;
  607. border-radius: 0.1rem;
  608. -webkit-appearance: none;
  609. background: url(../images/btn-sendcode_bg.png) no-repeat;
  610. background-size: 100% 100%;
  611. display: flex;
  612. align-items: center;
  613. justify-content: center;
  614. margin-top: -0.05rem;
  615. }
  616. .sendcode-wait {
  617. }
  618. &:last-child {
  619. margin-bottom: 0rem;
  620. }
  621. }
  622. input {
  623. width: 100%;
  624. height: 0.8rem;
  625. line-height: 0.8rem;
  626. color: white;
  627. font-size: 0.36rem;
  628. outline: none;
  629. -webkit-appearance: none;
  630. min-width: 2.4rem;
  631. margin-bottom: 0.01rem;
  632. border: 0.01rem solid rgba(255, 255, 255, 0.8);
  633. border-radius: 0.1rem;
  634. padding-left: 0.3rem;
  635. // background: linear-gradient(0deg, rgba(132, 41, 234, 0.34), rgba(27, 27, 255, 0.34));
  636. background: linear-gradient(0deg, rgba(66, 22, 133, 1), rgba(23, 16, 140, 1));
  637. }
  638. }
  639. .actions {
  640. margin-top: 0.4rem;
  641. display: flex;
  642. align-items: center;
  643. justify-content: center;
  644. .btn {
  645. width: 5.9rem;
  646. height: 1.27rem;
  647. color: white;
  648. font-size: 0.5rem;
  649. display: flex;
  650. align-items: center;
  651. justify-content: center;
  652. background: url(../images/btn-cancel.png) no-repeat;
  653. background-size: 100% 100%;
  654. font-weight: bold;
  655. }
  656. }
  657. }
  658. .overlay-player {
  659. background-color: rgba(0, 0, 0, 1);
  660. }
  661. .dialog-player {
  662. border-radius: 0.18rem;
  663. position: fixed;
  664. top: 0; bottom: 0;
  665. left: 0; right: 0;
  666. z-index: 9991;
  667. .content {
  668. width: 100%;
  669. height: 100%;
  670. position: relative;
  671. .close {
  672. width: 0.6rem;
  673. height: 0.6rem;
  674. position: absolute;
  675. right: 0.5rem;
  676. top: 0.5rem;
  677. background: url(../images/close.png) no-repeat;
  678. background-size: 100% 100%;
  679. opacity: 0.8;
  680. z-index: 9992;
  681. &:hover {
  682. opacity: 1;
  683. }
  684. }
  685. video {
  686. width: 100%;
  687. height: 100%;
  688. background: black;
  689. }
  690. }
  691. }
  692. .rbt-mv {
  693. width: 6.72rem;
  694. background: #1E0A5D;
  695. border-radius: 0.12rem;
  696. margin: 0.22rem 0.38rem 0;
  697. .title {
  698. height: 1.58rem;
  699. font-size: 0.32rem;
  700. color: #FFF;
  701. line-height: 0.46rem;
  702. text-align: center;
  703. display: flex;
  704. align-items: center;
  705. width: 5.5rem;
  706. margin: 0 auto;
  707. }
  708. .content-wrapper {
  709. padding-top: 0.4rem;
  710. background: #3c277c;
  711. // background: #382b77;
  712. border-radius: 0.2rem;
  713. width: 6.27rem;
  714. height: 8.07rem;
  715. margin: 0 auto;
  716. }
  717. .content {
  718. margin-left: -0.3rem;
  719. overflow-y: auto;
  720. height: 100%;
  721. scrollbar-color: #42338f #2F177B;
  722. scrollbar-width: 0.15rem;
  723. ul {
  724. list-style: none;
  725. display: flex;
  726. flex-direction: row;
  727. flex-wrap: wrap;
  728. }
  729. li {
  730. width: 2.5rem;
  731. height: 4.4rem;
  732. margin-left: 0.62rem;
  733. margin-bottom: 0.47rem;
  734. position: relative;
  735. .box-name {
  736. position: absolute;
  737. bottom: 0;
  738. left: 0;
  739. right: 0;
  740. font-size: 0.2rem;
  741. height: 0.4rem;
  742. text-overflow: ellipsis;
  743. overflow: hidden;
  744. padding: 0.2rem;
  745. }
  746. .rbt-cover {
  747. width: 100%;
  748. height: 100%;
  749. box-sizing: border-box;
  750. position: relative;
  751. .play {
  752. width: 0.6rem;
  753. height: 0.6rem;
  754. background: url(../images/play.png) no-repeat;
  755. background-size: auto;
  756. background-size: 100% 100%;
  757. left: 50%;
  758. top: 50%;
  759. position: absolute;
  760. transform: translate(-50%, -50%);
  761. }
  762. }
  763. .cover-active {
  764. border: 0.08rem solid #FFD800;
  765. border-radius: 0.1rem;
  766. }
  767. }
  768. }
  769. .content::-webkit-scrollbar {
  770. /*滚动条整体样式*/
  771. width: 0.15rem; /*高宽分别对应横竖滚动条的尺寸*/
  772. height: 1rem;
  773. }
  774. .content::-webkit-scrollbar-thumb {
  775. border-radius: 0.1rem;
  776. background-color: #5937C5;
  777. }
  778. .content::-webkit-scrollbar-track {
  779. border-radius: 0.1rem;
  780. background-color: #42338f;
  781. }
  782. }
  783. .dialog-pay {
  784. position: fixed;
  785. top: 32%;
  786. left: 0.8rem;
  787. right: 0.8rem;
  788. z-index: 9991;
  789. border-radius: 0.2rem;
  790. font-size: 0.3rem;
  791. background-color: white;
  792. .close {
  793. position: absolute;
  794. right: -0.3rem;
  795. top: -0.31rem;
  796. width: 0.45rem;
  797. height: 0.45rem;
  798. border-radius: 0.2rem;
  799. background: url(../images/close.png) no-repeat;
  800. background-size: 100% 100%;
  801. background-position: center;
  802. }
  803. .title {
  804. height: 1.6rem;
  805. display: flex;
  806. align-items: center;
  807. justify-content: center;
  808. color: #222;
  809. font-weight: bold;
  810. font-size: 0.34rem;
  811. }
  812. .finish {
  813. height: 1rem;
  814. display: flex;
  815. align-items: center;
  816. justify-content: center;
  817. color: red;
  818. border-top: 0.01rem solid lightgray;
  819. border-bottom: 0.01rem solid lightgray;
  820. }
  821. .repay {
  822. height: 1rem;
  823. display: flex;
  824. align-items: center;
  825. justify-content: center;
  826. color: #666;
  827. }
  828. }