+ 禁止选择文本及禁止缩放

This commit is contained in:
2022-07-16 00:43:41 +08:00
parent 48f3c86fd2
commit acdc78dbf0
7 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,12 @@
body {
height: 100%;
/* font-family: 'Courier New', Courier, monospace; */
font-size: 16px;
/* 禁止选择文本 */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {