womusic.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /* 抖音音乐渠道订购页面 */
  2. @import "../../../public/scss/reset.scss";
  3. body {
  4. color: white;
  5. min-height: 12.5rem;
  6. background: url(../images/music/bg-bottom.png) no-repeat #2c1854 bottom;
  7. background-size: 100%;
  8. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  9. }
  10. .section-banner {
  11. .banner {
  12. height: 5.95rem;
  13. img {
  14. width: 100%;
  15. }
  16. }
  17. }
  18. .section-login {
  19. width: 6.64rem;
  20. height: 5.15rem;
  21. margin: 0 auto;
  22. background: url(../images/music/order-border.png) no-repeat;
  23. background-size: 100% 100%;
  24. display: flex;
  25. align-items: center;
  26. justify-content: center;
  27. }
  28. input::-webkit-input-placeholder{
  29. color: #ebebeb;
  30. font-size: 0.28rem;
  31. }
  32. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  33. color: #ebebeb;
  34. font-size: 0.28rem;
  35. }
  36. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  37. color: #ebebeb;
  38. font-size: 0.28rem;
  39. }
  40. input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  41. color: #ebebeb;
  42. font-size: 0.28rem;
  43. }
  44. .form-group {
  45. .input-row {
  46. display: flex;
  47. align-content: space-between;
  48. justify-content: center;
  49. margin-bottom: 0.25rem;
  50. .smscode {
  51. width: 3.2rem;
  52. }
  53. .sendcode {
  54. color: #ec6bea;
  55. font-size: 0.3em;
  56. width: 2.2rem;
  57. height: .8rem;
  58. border-radius: 0.15rem;
  59. border: 0.01rem solid #c44fbf;
  60. display: flex;
  61. align-items: center;
  62. justify-content: center;
  63. margin-left: 0.24rem;
  64. }
  65. .sendcode-wait {
  66. font-size: 0.26rem;
  67. color: #eaeaea;
  68. }
  69. &:last-child {
  70. margin-bottom: 0rem;
  71. }
  72. }
  73. input {
  74. color: white;
  75. font-size: 0.32rem;
  76. width: 100%;
  77. height: 0.8rem;
  78. border: 0.01rem solid #ab9dbe;
  79. outline: none;
  80. -webkit-appearance: none;
  81. min-width: 2.4rem;
  82. margin-bottom: 0.01rem;
  83. background: #37266d;
  84. border-radius: 0.15rem;
  85. padding-left: 0.2rem;
  86. }
  87. .actions {
  88. margin-top: 0.5rem;
  89. .btn {
  90. color: white;
  91. font-size: 0.36rem;
  92. width: 5.5rem;
  93. height: 0.9rem;
  94. background: url(../images/music/btn-order.png) no-repeat;
  95. background-size: 100%;
  96. margin: 0rem auto;
  97. display: flex;
  98. justify-content: center;
  99. font-weight: bold;
  100. text-align: center;
  101. align-items: center;
  102. }
  103. }
  104. }
  105. .section-agr {
  106. margin: 0.6rem 0.4rem 1.2rem;
  107. .title {
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. img {
  112. width: 4.16rem;
  113. height: 0.78rem;
  114. }
  115. }
  116. .content {
  117. color: white;
  118. font-size: 0.25rem;
  119. margin-top: 0.2rem;
  120. ul {
  121. text-align: justify;
  122. li {
  123. display: flex;
  124. flex-direction: row;
  125. margin-bottom: 0.3rem;
  126. .box-num {
  127. margin-right: 0.1rem;
  128. .num {
  129. width: 0.5rem;
  130. height: 0.5rem;
  131. background: url('../images/music/circle.png') no-repeat;
  132. background-size: 100% 100%;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. }
  137. }
  138. p {
  139. margin-top: 0.1rem;
  140. a {
  141. color: white;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. }
  148. .dialog-alert .actions .btn {
  149. background: linear-gradient(-90deg, #973dbe, #dc64f9);
  150. }
  151. .dialog-alert .content {
  152. min-height: 0.8rem;
  153. margin: 0.2rem 0.6rem;
  154. display: flex;
  155. align-items: center;
  156. justify-content: center;
  157. font-size: 0.3rem;
  158. text-align: center;
  159. }