make.scss 5.2 KB

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