init
This commit is contained in:
24
common/style/uni.css
Normal file
24
common/style/uni.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user