添加:js测试 关闭窗口按钮 打开窗口按钮 运算测试

This commit is contained in:
2025-03-05 11:28:08 +08:00
parent c3d46c329b
commit 86f2e26b4e
3 changed files with 24 additions and 9 deletions
+3 -5
View File
@@ -10,14 +10,12 @@ button {
height: 3em;
color: rgb(255, 255, 255);
background-color: rgb(240, 120, 24);
display: block;
margin: 0 auto;
margin-top: 2em;
}
button:hover {
color: rgb(240, 120, 24);
background-color: rgb(255, 255, 255);
}
#click_button {
display: block;
margin: 16em auto;
}