滑屏轮切

This commit is contained in:
草莓 2025-02-08 16:04:58 +08:00
parent d5db8a8181
commit 6b61489ce2

View File

@ -610,15 +610,3 @@ p#name {
opacity: 1;
transform: translateX(0) rotateY(0);
}
/* #startTopProgressBar {
/* 修改原进度条位置 */
top: 70% !important; /* 向下移动进度条位置 */
} */
/* 新增进度条动画
#startTopProgress {
transition: width 0.3s ease-out;
background: linear-gradient(90deg, #4CAF50, #8BC34A);
box-shadow: 0 2px 8px rgba(76,175,80,0.3);
} */