From e04d6a3a3b5ed7f00c4e453f89142041cbbde09b Mon Sep 17 00:00:00 2001 From: yuxing Date: Wed, 7 May 2025 17:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E7=94=9F=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E8=BD=BD=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 课堂点名小程序/课堂随机点名v1.7.html | 450 ++++++++++++++++----------- 1 file changed, 264 insertions(+), 186 deletions(-) diff --git a/课堂点名小程序/课堂随机点名v1.7.html b/课堂点名小程序/课堂随机点名v1.7.html index 6485503..4f7e90e 100644 --- a/课堂点名小程序/课堂随机点名v1.7.html +++ b/课堂点名小程序/课堂随机点名v1.7.html @@ -76,7 +76,7 @@ background: #3498db; color: white; cursor: pointer; - transition: transform 0.2s; + transition: transform 0.2s, background-color 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } @@ -84,6 +84,17 @@ transform: translateY(-2px); background: #2980b9; } + button:disabled { + background: #bdc3c7 !important; /* Ensure high specificity for disabled background */ + cursor: not-allowed; + transform: none; + box-shadow: none; + } + button:disabled:hover { + background: #bdc3c7 !important; /* Keep disabled background on hover */ + transform: none; + } + #speedControl { width: 200px; @@ -110,12 +121,10 @@ .export-btn { background: #27ae60 !important; - margin-top: 10px; } .clear-btn { background: #e74c3c !important; - margin-top: 10px; } .mark-absent-btn { @@ -137,183 +146,229 @@

课堂点名小程序

已点名: 0/0 人
-
点击开始
+
请先加载学生名单
+
+
+ +

+ 格式: 每行一人, 学号,姓名,拼音 (例如: 1001,张三,Zhang San)
+ 或 学号,姓名 (例如: 1002,李四)。以 # 开头的行为注释。 +

+
- - + +
- +
- - + \ No newline at end of file