@@ -579,7 +579,7 @@
// 未拉起 App,跳转到下载页
window.location.href = '<%= downlink %>';
}
- }, 1000);
+ }, 500);
@@ -213,7 +213,6 @@
#buttons {
opacity: 0;
transition: opacity 0.3s ease;
- /* 加载完成后淡入 */
/* 图片加载完成后显示 */
@@ -266,8 +265,7 @@
align-items: center;
justify-content: center;
transition: all 0.3s ease;
- z-index: 110;
- /* 确保播放按钮在图片之上 */
+ z-index: 0;
.play-button:hover {