first commit

This commit is contained in:
编码猿
2024-09-27 01:23:51 +08:00
commit 72ab70b6fd
212 changed files with 30296 additions and 0 deletions

22
dist/application/assets/css/clear.css vendored Normal file
View File

@@ -0,0 +1,22 @@
html,
body {
width: 100%;
height: 100%;
background: #fff;
-webkit-app-region: drag;
}
ul,
li {
padding: 0;
margin: 0;
list-style: none;
}
.content {
float: left;
width: calc(100% - 200px);
margin-left: 200px;
margin-top: 50px;
}
a {
text-decoration: none;
}