From 6b61489ce220892c5bb8a38ec9c94f4cd1c32e59 Mon Sep 17 00:00:00 2001 From: strawberry42271 <2806566736@qq.com> Date: Sat, 8 Feb 2025 16:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=91=E5=B1=8F=E8=BD=AE=E5=88=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/styles.css b/styles.css index 4254317..1cafc4d 100644 --- a/styles.css +++ b/styles.css @@ -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); -} */ \ No newline at end of file