stackpkg.scss 10 KB

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