index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. .mine {
  2. padding: 48px 20px;
  3. // min-height: 100vh;
  4. background-color: #041129;
  5. .before-painting {
  6. padding: 0 20px;
  7. }
  8. .title {
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. .title-img {
  13. width: 500px;
  14. height: 120px;
  15. }
  16. }
  17. .banner {
  18. position: relative;
  19. margin-top: 60px;
  20. .banner-content {
  21. position: relative;
  22. left: 50%;
  23. transform: translateX(-50%);
  24. width: 100%;
  25. height: 730px;
  26. .content-img {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .album_swiper_video{
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .delete {
  35. position: absolute;
  36. right: -20px;
  37. top: -20px;
  38. width: 40px;
  39. height: 40px;
  40. }
  41. }
  42. .banner-tips {
  43. margin-top: 20px;
  44. text-align: center;
  45. font-size: 28px;
  46. font-family: PingFang SC;
  47. font-weight: bold;
  48. color: #FDFDFD;
  49. line-height: 40px;
  50. }
  51. }
  52. .step {
  53. margin-top: 60px;
  54. width: 100%;
  55. display: flex;
  56. justify-content: center;
  57. .step-img {
  58. width: 536px;
  59. height: 76px;
  60. }
  61. }
  62. .update {
  63. margin-top: 40px;
  64. width: 100%;
  65. display: flex;
  66. justify-content: space-between;
  67. .update-button-more{
  68. width: 206px;
  69. height: 94px;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center;
  73. background: #2C2C2C;
  74. border-radius: 46px;
  75. font-size: 32px;
  76. font-family: PingFang SC;
  77. font-weight: bold;
  78. color: #FDFDFD;
  79. }
  80. .update-button {
  81. width: 418px;
  82. height: 94px;
  83. background: linear-gradient(90deg, #0F83FE, #01FBCD);
  84. display: flex;
  85. justify-content: center;
  86. align-items: center;
  87. font-size: 32px;
  88. border-radius: 46px;
  89. font-family: PingFang SC;
  90. font-weight: bold;
  91. color: #FDFDFD;
  92. }
  93. .update-button:active {
  94. opacity: 0.5;
  95. }
  96. }
  97. .tip-img {
  98. margin-top: 54px;
  99. width: 100%;
  100. display: flex;
  101. justify-content: center;
  102. .ps-image {
  103. width: 566px;
  104. height: 194px;
  105. }
  106. }
  107. .after-painting {
  108. padding: 0 60px;
  109. .result-banner {
  110. position: relative;
  111. margin-top: 20px;
  112. .result-banner-content {
  113. position: relative;
  114. left: 50%;
  115. transform: translateX(-50%);
  116. width: 440px;
  117. .result-content-img {
  118. width: 100%;
  119. min-height: 440px;
  120. }
  121. .delete {
  122. position: absolute;
  123. right: -20px;
  124. top: -20px;
  125. width: 40px;
  126. height: 40px;
  127. }
  128. }
  129. .banner-tips {
  130. margin-top: 20px;
  131. text-align: center;
  132. font-size: 28px;
  133. font-family: PingFang SC;
  134. font-weight: bold;
  135. color: #FDFDFD;
  136. line-height: 40px;
  137. }
  138. }
  139. .after-tips {
  140. margin-top: 60px;
  141. text-align: center;
  142. font-size: 36px;
  143. font-family: PingFang SC;
  144. font-weight: bold;
  145. color: #FFFFFF;
  146. }
  147. .result-update {
  148. margin-top: 40px;
  149. .result-recharge-button {
  150. background: linear-gradient(90deg, #C367DE, #3342FF);
  151. border-radius: 46px;
  152. width: 100%;
  153. height: 94px;
  154. display: flex;
  155. align-items: center;
  156. justify-content: center;
  157. .result-recharge-button-content {
  158. .result-recharge-button-top {
  159. font-size: 32px;
  160. font-family: PingFang SC;
  161. font-weight: bold;
  162. text-align: center;
  163. color: #FFFFFF;
  164. line-height: 40px;
  165. }
  166. .result-recharge-button-bottom {
  167. font-size: 24px;
  168. font-family: PingFang SC;
  169. font-weight: bold;
  170. text-align: center;
  171. color: rgba(255, 255, 255, .7);
  172. line-height: 40px;
  173. }
  174. }
  175. }
  176. .result-update-button {
  177. margin-top: 38px;
  178. border-radius: 46px;
  179. width: 100%;
  180. height: 94px;
  181. display: flex;
  182. align-items: center;
  183. justify-content: center;
  184. font-size: 28px;
  185. font-family: PingFang SC;
  186. font-weight: bold;
  187. color: #FDFDFD;
  188. border: 2px solid #FFFFFF;
  189. .result-update-img {
  190. width: 52px;
  191. height: 52px;
  192. display: block;
  193. margin-right: 10px;
  194. }
  195. }
  196. .result-update-button:active {
  197. opacity: 0.5;
  198. }
  199. }
  200. }
  201. /* 定义动画 */
  202. @keyframes shrink {
  203. 0%,
  204. 100% {
  205. transform: translateY(0) scale(1);
  206. }
  207. 50% {
  208. transform: translateY(0px) scale(0.95);
  209. }
  210. }
  211. /* 应用动画 */
  212. .update-active {
  213. animation: shrink 1.2s ease-in-out infinite;
  214. }
  215. }