20250325 工作台

This commit is contained in:
2025-03-25 15:57:55 +08:00
parent 15bbe21c67
commit ca68870f10
39 changed files with 14178 additions and 95 deletions
@@ -0,0 +1,37 @@
/* 删除: 之前的样式 */
/* 添加重置CSS样式 */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
user-select: none; /* 添加: 禁止文字选中 */
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
html::-webkit-scrollbar {
display: none;
}