make.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .container{
  2. padding-bottom: 144rpx;
  3. }
  4. .swiper {
  5. height: 100%;
  6. }
  7. .swiper-item {
  8. height: 100%;
  9. }
  10. .backup {
  11. position: fixed;left:40rpx;width:80rpx;height:80rpx;
  12. top: calc(30rpx + var(--status-bar-height));
  13. }
  14. .setps-container {
  15. width: 100vw;
  16. height: 100vh;
  17. position: relative;
  18. background: #F7F7F8;
  19. &-title_image {
  20. width: 100%;
  21. height: calc(308rpx + var(--status-bar-height));
  22. }
  23. &-top {
  24. width: 100%;
  25. position: absolute;
  26. top: calc(140rpx + var(--status-bar-height));
  27. border-top-left-radius: 60rpx;
  28. border-top-right-radius: 60rpx;
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. background: #F7F7F8;
  33. &_title {
  34. margin-top: 73rpx;
  35. margin-bottom: 10rpx;
  36. font-size: 36rpx;
  37. font-weight: bold;
  38. color: #3D3D3D;
  39. }
  40. &_line {
  41. width: 600rpx;
  42. height: 5rpx;
  43. border-radius: 5rpx;
  44. background: #D8D8D8;
  45. margin-bottom: 30rpx;
  46. &__lineTow {
  47. width: 120rpx;
  48. height: 5rpx;
  49. border-radius: 5rpx;
  50. background: #000000;
  51. }
  52. &__lineTow2 {
  53. width: 120rpx;margin-left:120rpx;
  54. height: 5rpx;
  55. border-radius: 5rpx;
  56. background: #000000;
  57. }
  58. &__lineTow3 {
  59. width: 120rpx;margin-left:240rpx;
  60. height: 5rpx;
  61. border-radius: 5rpx;
  62. background: #000000;
  63. }
  64. &__lineTow4 {
  65. width: 120rpx;margin-left:360rpx;
  66. height: 5rpx;
  67. border-radius: 5rpx;
  68. background: #000000;
  69. }
  70. &__lineTow5 {
  71. width: 120rpx;margin-left:480rpx;
  72. height: 5rpx;
  73. border-radius: 5rpx;
  74. background: #000000;
  75. }
  76. }
  77. &_desc {
  78. font-size: 42rpx;
  79. font-weight: bold;
  80. color: #3D3D3D;
  81. }
  82. }
  83. &-center {
  84. width: 100%;
  85. height: 600rpx;
  86. margin-top: 100rpx;
  87. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  88. .avator {
  89. width:380rpx;height:380rpx;
  90. }
  91. .scroll-text {
  92. width:700rpx;height: 500rpx;margin:25rpx;
  93. overflow: scroll;
  94. }
  95. .cucang {
  96. font-size:38rpx;text-align: center;padding:30rpx;
  97. }
  98. .scroll-text-content {
  99. color:#333;animation: scroll 20s linear infinite; /* 调整滚动速度和持续时间 */
  100. }
  101. .bg-content {
  102. display: flex;flex-direction: column;justify-content: center;align-items: center;
  103. .avator {
  104. animation: spin 5s linear infinite;
  105. }
  106. }
  107. }
  108. &-bottom {
  109. width: 100%;
  110. display: flex;
  111. flex-direction: column;
  112. align-items: center;
  113. &__btn {
  114. width: 516rpx;
  115. height: 88rpx;
  116. border-radius: 66rpx;
  117. background: #AEE500;
  118. font-size: 36rpx;
  119. font-weight: 600;
  120. color: #3D3D3D;
  121. text-align: center;
  122. line-height: 88rpx;
  123. text {
  124. color:#666;font-size: 24rpx;
  125. }
  126. }
  127. &__tips {
  128. font-size: 23rpx;
  129. font-weight: 500;
  130. color: #A3A3A3;
  131. margin-bottom: 16rpx;
  132. }
  133. }
  134. }
  135. .pop {
  136. position: fixed;left:0;top:0;width:750rpx;height:100vh;
  137. background-color: #fff;
  138. .blurred-background {
  139. position: absolute;
  140. width: 750rpx;
  141. height: 100vh;
  142. background-image: url('/static/make/1_12.png'); /* 替换为你的图片URL */
  143. background-size: cover;
  144. filter: blur(10px); /* 调整模糊程度 */
  145. z-index:1;
  146. }
  147. .xinxiang {
  148. position: absolute;height:100vh;width:100vh;
  149. z-index:99;
  150. }
  151. .play_video {
  152. position: absolute;left:30rpx;top:40%;width:80rpx;height:80rpx;
  153. z-index:100;
  154. }
  155. .backup {
  156. position: absolute;left:40rpx;width:80rpx;height:80rpx;
  157. z-index:9999;
  158. top: calc(50rpx + var(--status-bar-height));
  159. }
  160. .cucang {
  161. position: absolute;top:220rpx;z-index: 9999;
  162. padding:30rpx;color:#fff;font-size: 38rpx;text-align: center;
  163. animation: shine 1s ease-in-out infinite;
  164. text-shadow: 0 0 10px #fff;
  165. }
  166. .scroll-text {
  167. position: absolute;bottom:20rpx;z-index: 9999;
  168. width:700rpx;height: 500rpx;margin:25rpx;
  169. overflow: hidden;
  170. }
  171. .scroll-text-content {
  172. position: absolute;
  173. bottom: 0;color:#fff;
  174. animation: scroll 20s linear infinite; /* 调整滚动速度和持续时间 */
  175. }
  176. .video-container {
  177. position: relative;
  178. display: inline-block;
  179. width:100%;height:100%;
  180. }
  181. .video-text {
  182. position: absolute;
  183. top: 100rpx;
  184. left: 20rpx;width:100%;
  185. transform: translate(-50%, -50%);
  186. color: #ff0000;
  187. font-size: 24px;
  188. text-shadow: 2px 2px 4px #000;z-index: 99999;
  189. }
  190. @keyframes scroll {
  191. 0% {
  192. transform: translateY(100%); /* 从底部开始 */
  193. }
  194. 100% {
  195. transform: translateY(-50%); /* 滚动到顶部 */
  196. }
  197. }
  198. }
  199. @keyframes spin {
  200. 0% { transform: rotate(0deg); }
  201. 100% { transform: rotate(360deg); }
  202. }
  203. @keyframes shine {
  204. 0% { text-shadow: 0 0 10px #fff; }
  205. 50% { text-shadow: 0 0 20px #ff00ff, 0 0 30px #ff0000; }
  206. 100% { text-shadow: 0 0 10px #fff; }
  207. }