stackpkg.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /* 抖音音乐渠道订购页面 */
  2. @import "../../../public/scss/reset.scss";
  3. html,body{height:100%}
  4. body {
  5. color: white;
  6. min-height: 12.5rem;
  7. background: url('../images/bg-bottom.png') bottom no-repeat #28134d;
  8. background-size: 100%;
  9. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  10. }
  11. .main {
  12. background: url('../images/bg.png') bottom no-repeat ;
  13. background-size: 100%;
  14. }
  15. .section-banner {
  16. .banner {
  17. height: 5.95rem;
  18. img {
  19. width: 100%;
  20. }
  21. }
  22. }
  23. .section-login {
  24. width: 6.64rem;
  25. height: 5.5rem;
  26. margin: 0 auto;
  27. background: url(../images/order-border.png) no-repeat;
  28. background-size: 100% 100%;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. }
  33. input::-webkit-input-placeholder{
  34. color: #ebebeb;
  35. font-size: 0.28rem;
  36. }
  37. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  38. color: #ebebeb;
  39. font-size: 0.28rem;
  40. }
  41. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  42. color: #ebebeb;
  43. font-size: 0.28rem;
  44. }
  45. input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  46. color: #ebebeb;
  47. font-size: 0.28rem;
  48. }
  49. .form-group {
  50. .input-row {
  51. display: flex;
  52. align-content: space-between;
  53. justify-content: center;
  54. margin-bottom: 0.25rem;
  55. .smscode {
  56. width: 3.2rem;
  57. }
  58. .sendcode {
  59. color: #ec6bea;
  60. font-size: 0.3em;
  61. width: 2.2rem;
  62. height: .8rem;
  63. border-radius: 0.15rem;
  64. border: 0.01rem solid #c44fbf;
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. margin-left: 0.24rem;
  69. }
  70. .sendcode-wait {
  71. font-size: 0.26rem;
  72. color: #eaeaea;
  73. }
  74. &:last-child {
  75. margin-bottom: 0rem;
  76. }
  77. }
  78. input {
  79. color: white;
  80. font-size: 0.32rem;
  81. width: 100%;
  82. height: 0.8rem;
  83. border: 0.01rem solid #ab9dbe;
  84. outline: none;
  85. -webkit-appearance: none;
  86. min-width: 2.4rem;
  87. margin-bottom: 0.01rem;
  88. background: #37266d;
  89. border-radius: 0.15rem;
  90. padding-left: 0.2rem;
  91. }
  92. .actions {
  93. margin-top: 0.5rem;
  94. .btn {
  95. color: white;
  96. font-size: 0.36rem;
  97. width: 5.5rem;
  98. height: 0.9rem;
  99. background: url(../images/btn-order.png) no-repeat;
  100. background-size: 100%;
  101. margin: 0 auto;
  102. display: flex;
  103. justify-content: center;
  104. text-align: center;
  105. align-items: center;
  106. }
  107. }
  108. }
  109. .box-agr {
  110. font-size: 0.3rem;
  111. width: 2.5rem;
  112. margin: 0.3rem auto 0;
  113. border-bottom: 0.02rem solid white;
  114. text-align: center;
  115. padding-bottom: 0.1rem;
  116. }
  117. .overlay {
  118. position: fixed;
  119. top: 0;
  120. right: 0;
  121. bottom: 0;
  122. left: 0;
  123. z-index: 9990;
  124. background-color: rgba(0,0,0,0.9);
  125. min-height: 6.5rem;
  126. }
  127. .section-agr {
  128. font-size: 0.3rem;
  129. margin: 0.6rem 0.4rem 1.2rem;
  130. position: absolute;
  131. top: 1rem;
  132. left: 0;
  133. right: 0;
  134. background-color: rgba(16,16,57, 1);
  135. padding: 0.3rem;
  136. border-radius: 0.1rem;
  137. z-index: 9991;
  138. .container {
  139. max-height: 8rem;
  140. overflow: scroll;
  141. position: relative;
  142. .close {
  143. right: 0.25rem;
  144. top: 1.4rem;
  145. position: fixed;
  146. z-index: 10000;
  147. img {
  148. width: 0.4rem;
  149. height: 0.4rem;
  150. }
  151. }
  152. .title {
  153. display: flex;
  154. align-items: center;
  155. justify-content: center;
  156. margin-top: 0.2rem;
  157. img {
  158. width: 3.6rem;
  159. height: 0.64rem;
  160. }
  161. }
  162. .content {
  163. color: white;
  164. font-size: 0.25rem;
  165. margin-top: 0.2rem;
  166. ul {
  167. text-align: justify;
  168. li {
  169. display: flex;
  170. flex-direction: row;
  171. margin-bottom: 0.3rem;
  172. .box-num {
  173. margin-right: 0.1rem;
  174. .num {
  175. width: 0.5rem;
  176. height: 0.5rem;
  177. background: url('../images/tips.png') no-repeat;
  178. background-size: 100% 100%;
  179. display: flex;
  180. align-items: center;
  181. justify-content: center;
  182. }
  183. }
  184. p {
  185. margin-top: 0.1rem;
  186. a {
  187. color: white;
  188. }
  189. }
  190. }
  191. }
  192. }
  193. }
  194. }
  195. .dialog-alert .actions .btn {
  196. background: linear-gradient(-90deg, #973dbe, #dc64f9);
  197. }
  198. .dialog-alert .content {
  199. min-height: 0.8rem;
  200. margin: 0.2rem 0.6rem;
  201. display: flex;
  202. align-items: center;
  203. justify-content: center;
  204. font-size: 0.3rem;
  205. text-align: center;
  206. }
  207. .dialog-pay {
  208. position: fixed;
  209. top: 32%;
  210. left: 0.8rem;
  211. right: 0.8rem;
  212. z-index: 9991;
  213. border-radius: 0.2rem;
  214. font-size: 0.3rem;
  215. background-color: white;
  216. .title {
  217. height: 1.6rem;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. color: #222;
  222. font-weight: bold;
  223. font-size: 0.34rem;
  224. }
  225. .finish {
  226. height: 1rem;
  227. display: flex;
  228. align-items: center;
  229. justify-content: center;
  230. color: red;
  231. border-top: 0.01rem solid lightgray;
  232. border-bottom: 0.01rem solid lightgray;
  233. }
  234. .repay {
  235. height: 1rem;
  236. display: flex;
  237. align-items: center;
  238. justify-content: center;
  239. color: #666;
  240. }
  241. }