This commit is contained in:
2026-01-21 14:34:14 +08:00
parent b983c570ea
commit 5c7fbb76fa
20 changed files with 1729 additions and 1080 deletions

View File

@@ -9,7 +9,13 @@
margin: 0;
padding: 0;
}
/* 禁止选中特定段落或组件 */
.no-select {
user-select: none; /* 标准语法 */
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
html,
body,
#app,