first commit

This commit is contained in:
2024-01-11 00:49:37 +08:00
commit 1d4ca069e7
169 changed files with 44956 additions and 0 deletions

25
src/style/icons.less Normal file
View File

@@ -0,0 +1,25 @@
ul.icons-list{
list-style: none;
overflow: hidden;
li{
float: left;
width: 10%;
text-align: center;
list-style: none;
cursor: pointer;
height: 100px;
transition: all .3s;
background-color: #fff;
&:hover{
background-color: #cccccc;
color: #fff;
}
i{
margin: 16px 0 10px;
}
span{
display: block;
text-align: center;
}
}
}