初始化网站代码

This commit is contained in:
tianyongbao
2024-09-26 11:30:36 +08:00
commit 8c35a50e60
90 changed files with 31588 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@import './reset.less';
.zui-page {
width: 100%;
min-height: 100%;
margin: 0 auto;
font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
&.min-1200 {
min-width: 1200px;
}
a:hover {
color: #35A3BA;
text-decoration: underline;
}
.clear:after {
content: '';
display: table;
clear: both;
}
}