stackpkg.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. /* 抖音音乐渠道订购页面 */
  2. @import "../../../public/scss/reset.scss";
  3. html,
  4. body {
  5. height: 100%
  6. }
  7. body {
  8. color: white;
  9. background: url('') bottom no-repeat rgb(255, 255, 255);
  10. background-size: 100%;
  11. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  12. }
  13. .usermob {
  14. box-sizing: border-box;
  15. width: 6.25rem;
  16. height: 0.93rem;
  17. border: 0.016rem solid rgb(223, 223, 223);
  18. border-radius: 0.2rem;
  19. position: absolute;
  20. left: 0.48rem;
  21. margin-top: 0.1rem;
  22. padding-left: 0.9rem;
  23. color: rgb(102, 102, 102);
  24. font-size: 0.32rem;
  25. outline: none;
  26. letter-spacing: 0.02rem;
  27. }
  28. .img_axda {
  29. position: absolute;
  30. width: 0.5rem;
  31. height: 0.5rem;
  32. left: 0.7rem;
  33. z-index: 9;
  34. top: 4.57rem;
  35. }
  36. // .main {
  37. // height: 19.75rem;
  38. // }
  39. .box_a {
  40. height: 1.04rem;
  41. margin-top: 1.45rem;
  42. background-image: linear-gradient(rgb(42, 94, 212), rgb(39, 87, 186));
  43. width: 6.25rem;
  44. margin-left: 0.48rem;
  45. border-radius: 0.2rem;
  46. }
  47. .draw_a {
  48. font-size: 0.3rem;
  49. line-height: 1rem;
  50. margin-left: 2.5rem;
  51. letter-spacing: 0.02rem;
  52. }
  53. .kong {
  54. height: 0.88rem;
  55. }
  56. .box_max {
  57. width: 5.56rem;
  58. height: 100%;
  59. margin-left: 0.35rem;
  60. }
  61. .text {
  62. font-size: 0.24rem;
  63. line-height: 0.44rem;
  64. color: #666666;
  65. font-weight: 400;
  66. letter-spacing: 0.01rem;
  67. }
  68. .wxts {
  69. position: absolute;
  70. top: 0.3rem;
  71. height: 0.6rem;
  72. font-size: 0.3rem;
  73. color: rgb(41, 101, 226);
  74. font-weight: 600;
  75. text-align: center;
  76. width: 100%;
  77. letter-spacing: 0.01rem;
  78. }
  79. .txte_tx {
  80. font-size: 0.32rem;
  81. color: #ce00ff;
  82. margin-top: 0.3rem;
  83. }
  84. .bottom {
  85. // background: url('../images/img-3-bigBg.png')no-repeat;
  86. // background-size: 100% 100%;
  87. // height: 22.5rem;
  88. }
  89. .text_a {
  90. width: 6.25rem;
  91. background: rgb(235, 243, 255);
  92. position: relative;
  93. left: 0.48rem;
  94. border-radius: 0.2rem;
  95. top: 0.5rem;
  96. height: 7.5rem;
  97. }
  98. // .main {}
  99. .section-banner {
  100. .banner {
  101. img {
  102. width: 100%;
  103. height: 4rem;
  104. }
  105. }
  106. }
  107. .section-login {
  108. width: 5.75rem;
  109. height: 4rem;
  110. margin: 0 auto;
  111. // background: url(../images/弹窗背景.png) no-repeat;
  112. background-size: 100% 100%;
  113. display: flex;
  114. align-items: center;
  115. justify-content: center;
  116. position: absolute;
  117. top: 4rem;
  118. left: 0.75rem;
  119. }
  120. input::-webkit-input-placeholder {
  121. color: #aeaeae;
  122. font-size: 0.3rem;
  123. }
  124. input::-moz-placeholder {
  125. /* Mozilla Firefox 19+ */
  126. color: #aeaeae;
  127. font-size: 0.3rem;
  128. }
  129. input:-moz-placeholder {
  130. /* Mozilla Firefox 4 to 18 */
  131. color: #aeaeae;
  132. font-size: 0.3rem;
  133. }
  134. input:-ms-input-placeholder {
  135. /* Internet Explorer 10-11 */
  136. color: #aeaeae;
  137. font-size: 0.3rem;
  138. }
  139. .form-group {
  140. .input-row {
  141. display: flex;
  142. align-content: space-between;
  143. justify-content: center;
  144. margin-bottom: 0.25rem;
  145. .smscode {
  146. width: 2.4rem;
  147. }
  148. .sendcode {
  149. color: #ffffff;
  150. font-size: 0.3em;
  151. width: 2.2rem;
  152. height: 0.75rem;
  153. border-radius: 0.16rem;
  154. border: 0.01rem solid #B176FF;
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. margin-left: 0.24rem;
  159. background-image: linear-gradient(to right bottom, rgba(76, 237, 255, 0.62), rgba(169, 145, 255, 0.62));
  160. }
  161. .sendcode-wait {
  162. font-size: 0.26rem;
  163. color: #eaeaea;
  164. }
  165. &:last-child {
  166. margin-bottom: 0rem;
  167. }
  168. }
  169. input {
  170. color: white;
  171. font-size: 0.32rem;
  172. width: 100%;
  173. height: 0.8rem;
  174. border: 0.01rem solid #ab9dbe;
  175. outline: none;
  176. -webkit-appearance: none;
  177. min-width: 2.4rem;
  178. margin-bottom: 0.01rem;
  179. background: #37266d;
  180. border-radius: 0.15rem;
  181. padding-left: 0.2rem;
  182. }
  183. .actions {
  184. margin-top: 0.5rem;
  185. .btn {
  186. color: rgb(107, 71, 3);
  187. font-size: 0.32rem;
  188. width: 2.31rem;
  189. height: 0.74rem;
  190. background-image: linear-gradient(rgb(255, 239, 62), rgb(255, 183, 53));
  191. display: flex;
  192. justify-content: center;
  193. text-align: center;
  194. align-items: center;
  195. margin-left: 2.35rem;
  196. border-radius: 2.2rem;
  197. position: absolute;
  198. right: 0;
  199. top: 2.2rem;
  200. }
  201. .btns {
  202. color: rgb(193, 180, 255);
  203. font-size: 0.32rem;
  204. width: 2.31rem;
  205. height: 0.7rem;
  206. background-color: rgba(193, 180, 255, 0.08);
  207. display: flex;
  208. justify-content: center;
  209. text-align: center;
  210. align-items: center;
  211. border-radius: 0.37rem;
  212. border: solid 1px;
  213. position: absolute;
  214. left: 0rem;
  215. top: 2.2rem;
  216. }
  217. }
  218. }
  219. .box-agr {
  220. font-size: 0.3rem;
  221. width: 2.5rem;
  222. margin: 0.3rem auto 0;
  223. border-bottom: 0.02rem solid white;
  224. text-align: center;
  225. padding-bottom: 0.1rem;
  226. }
  227. .overlay {
  228. position: fixed;
  229. top: 0;
  230. right: 0;
  231. bottom: 0;
  232. left: 0;
  233. z-index: 9990;
  234. background-color: rgba(0, 0, 0, 0.4);
  235. min-height: 6.5rem;
  236. // display: none;
  237. }
  238. .overlays {
  239. position: fixed;
  240. top: 0;
  241. right: 0;
  242. bottom: 0;
  243. left: 0;
  244. z-index: 9990;
  245. background-color: rgba(0, 0, 0, 0.4);
  246. min-height: 6.5rem;
  247. display: none;
  248. }
  249. .section-agr {
  250. font-size: 0.3rem;
  251. margin: 0.6rem 0.4rem 1.2rem;
  252. position: absolute;
  253. top: 1rem;
  254. left: 0;
  255. right: 0;
  256. background-color: rgba(16, 16, 57, 1);
  257. padding: 0.3rem;
  258. border-radius: 0.1rem;
  259. z-index: 9991;
  260. .container {
  261. max-height: 8rem;
  262. overflow: scroll;
  263. position: relative;
  264. .close {
  265. right: 0.25rem;
  266. top: 1.4rem;
  267. position: fixed;
  268. z-index: 10000;
  269. img {
  270. width: 0.4rem;
  271. height: 0.4rem;
  272. }
  273. }
  274. .title {
  275. display: flex;
  276. align-items: center;
  277. justify-content: center;
  278. background: url('../images/bg-agr-title.png') no-repeat;
  279. background-size: 100% 100%;
  280. margin-top: 0.2rem;
  281. width: 3.5rem;
  282. height: 0.7rem;
  283. margin: 0 auto;
  284. img {
  285. width: 3.6rem;
  286. height: 0.64rem;
  287. }
  288. }
  289. .content {
  290. color: white;
  291. font-size: 0.25rem;
  292. margin-top: 0.2rem;
  293. ul {
  294. text-align: justify;
  295. li {
  296. display: flex;
  297. flex-direction: row;
  298. margin-bottom: 0.3rem;
  299. .box-num {
  300. margin-right: 0.1rem;
  301. .num {
  302. width: 0.5rem;
  303. height: 0.5rem;
  304. background: url('../images/tips.png') no-repeat;
  305. background-size: 100% 100%;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. }
  310. }
  311. p {
  312. margin-top: 0.1rem;
  313. a {
  314. color: white;
  315. }
  316. }
  317. }
  318. }
  319. }
  320. }
  321. }
  322. .dialog-alert .actions .btn {
  323. background: #3a3ada;
  324. }
  325. .dialog-alert .content {
  326. min-height: 0.8rem;
  327. margin: 0.2rem 0.6rem;
  328. display: flex;
  329. align-items: center;
  330. justify-content: center;
  331. font-size: 0.3rem;
  332. text-align: center;
  333. }
  334. .dialog-pay {
  335. position: fixed;
  336. top: 32%;
  337. left: 0.8rem;
  338. right: 0.8rem;
  339. z-index: 9991;
  340. border-radius: 0.2rem;
  341. font-size: 0.3rem;
  342. background-color: white;
  343. .title {
  344. height: 1.6rem;
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. color: #222;
  349. font-weight: bold;
  350. font-size: 0.34rem;
  351. }
  352. .finish {
  353. height: 1rem;
  354. display: flex;
  355. align-items: center;
  356. justify-content: center;
  357. color: red;
  358. border-top: 0.01rem solid lightgray;
  359. border-bottom: 0.01rem solid lightgray;
  360. }
  361. .repay {
  362. height: 1rem;
  363. display: flex;
  364. align-items: center;
  365. justify-content: center;
  366. color: #666;
  367. }
  368. }
  369. .overlayr {
  370. position: fixed;
  371. top: 0;
  372. right: 0;
  373. bottom: 0;
  374. left: 0;
  375. z-index: 9990;
  376. background-color: rgba(0, 0, 0, 0.4);
  377. min-height: 6.5rem;
  378. display: none;
  379. }
  380. .overlayss {
  381. position: fixed;
  382. top: 0;
  383. right: 0;
  384. bottom: 0;
  385. left: 0;
  386. z-index: 9990;
  387. background-color: rgba(0, 0, 0, 0.4);
  388. min-height: 6.5rem;
  389. display: none;
  390. }
  391. .boxtu_a {
  392. background: url(../images/领取成功.png) center bottom / 100% no-repeat;
  393. width: 6.8rem;
  394. height: 9rem;
  395. position: relative;
  396. top: 1.7rem;
  397. left: 0.15rem;
  398. }
  399. .boxtu_b {
  400. background: url(../images/领取失败.png) center bottom / 100% no-repeat;
  401. position: absolute;
  402. width: 5.5rem;
  403. height: 7rem;
  404. position: relative;
  405. top: 3rem;
  406. left: 0.82rem;
  407. }
  408. .chengg {
  409. width: 4.5rem;
  410. height: 1rem;
  411. position: absolute;
  412. top: 7rem;
  413. left: 1.2rem;
  414. }
  415. .shib {
  416. width: 4.5rem;
  417. height: 0.9rem;
  418. position: absolute;
  419. top: 5.75rem;
  420. left: 0.5rem;
  421. }
  422. .text_abkl {
  423. font-size: 0.3rem;
  424. position: absolute;
  425. top: 5.1rem;
  426. width: 100%;
  427. text-align: center;
  428. }
  429. .loadings {
  430. border-width: 2px 0.05rem 0.05rem;
  431. border-style: solid;
  432. border-color: rgb(151, 140, 157) rgb(255, 255, 255) rgb(255, 255, 255);
  433. border-image: initial;
  434. border-radius: 50%;
  435. width: 0.5rem;
  436. height: 0.5rem;
  437. animation: 2s linear 0s infinite normal none running spin;
  438. /* position: absolute; */
  439. left: 0.01rem;
  440. top: 0.1rem;
  441. display: block;
  442. margin-top: 0.2rem;
  443. }
  444. @-webkit-keyframes spin {
  445. 0% {
  446. -webkit-transform: rotate(0deg);
  447. }
  448. 100% {
  449. -webkit-transform: rotate(360deg);
  450. }
  451. }
  452. @keyframes spin {
  453. 0% {
  454. transform: rotate(0deg);
  455. }
  456. 100% {
  457. transform: rotate(360deg);
  458. }
  459. }
  460. .remind {
  461. height: 2rem;
  462. position: fixed;
  463. font-size: 0.26rem;
  464. display: flex;
  465. flex-direction: column;
  466. align-items: center;
  467. justify-content: center;
  468. row-gap: 0.05rem;
  469. width: 2.4rem;
  470. background: rgba(0, 0, 0, 0.5);
  471. left: 50%;
  472. top: 50%;
  473. transform: translate(-50%, -50%);
  474. border-radius: 0.2rem;
  475. overflow: hidden;
  476. }
  477. .txte_axi {
  478. /* margin-left: 0.37rem; */
  479. display: inline-block;
  480. color: rgb(255, 255, 255);
  481. /* letter-spacing: 0.01rem; */
  482. /* margin-top: 0.11rem; */
  483. text-align: center;
  484. margin: 0.1rem 0rem 0px;
  485. }
  486. .overlayssr {
  487. position: fixed;
  488. top: 0px;
  489. right: 0px;
  490. bottom: 0px;
  491. left: 0px;
  492. z-index: 9990;
  493. background-color: rgba(0, 0, 0, 0.4);
  494. min-height: 6.5rem;
  495. display: none;
  496. }
  497. .section-message {
  498. width: 4.2rem;
  499. min-height: 2.58rem;
  500. background: #ffff;
  501. border-radius: 0.16rem;
  502. position: absolute;
  503. top: 5rem;
  504. z-index: 99999;
  505. left: 1.5rem;
  506. .content {
  507. font-size: 0.28rem;
  508. color: #333333;
  509. min-height: 1rem;
  510. padding: 0.3rem;
  511. text-align: center;
  512. word-break: break-all;
  513. display: flex;
  514. align-items: center;
  515. justify-content: center;
  516. }
  517. .actions {
  518. width: 3.36rem;
  519. margin: 0 auto 0.3rem;
  520. display: flex;
  521. align-items: center;
  522. justify-content: space-between;
  523. .btn {
  524. width: 1.6rem;
  525. height: 0.64rem;
  526. font-size: 0.28rem;
  527. display: flex;
  528. align-items: center;
  529. justify-content: center;
  530. border-radius: 0.32rem
  531. }
  532. .btn-primary {
  533. color: white;
  534. background: #3a3adab1;
  535. }
  536. .btn-info {
  537. color: white;
  538. background: #3a3ada;
  539. }
  540. }
  541. }