This commit is contained in:
2022-10-10 10:19:18 +08:00
commit b6c903fd4d
191 changed files with 51152 additions and 0 deletions

24
common/style/uni.css Normal file
View File

@@ -0,0 +1,24 @@
@font-face {
font-family: uniicons;
font-weight: normal;
font-style: normal;
src: url('~@/static/uni.ttf') format('truetype');
}
.iconfont{
font-family: uni;
text-decoration: none;
text-align: center;
}
.icon-check{
position: relative;
}
.icon-check::before{
position: absolute;
top: 50%;
left: 50%;
content: "\EA08";
font-size: 16px;
color: #ffffff;
transform: translate(-50%,-48%) scale(.73);
-webkit-transform: translate(-50%,-48%) scale(.73);
}