first commit

This commit is contained in:
编码猿
2024-09-27 01:11:40 +08:00
commit 7ac6f553c6
147 changed files with 10620 additions and 0 deletions

33
website/css/clear.css Normal file
View File

@@ -0,0 +1,33 @@
body,ul,li,p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
body {
font-size: 14px;
font-weight: normal;
text-decoration: none;
font-family: "微软雅黑";
color: #222222;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
input, video {
outline: none;
border: none;
}
video::-webkit-media-controls-panel{
background: none !important;
}
video::-webkit-media-controls-volume-control-container {
display: none !important;
}