合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

63 lines
910 B

@font-face {
font-family: "iconfont"; /* Project id 2996747 */
src: url('/static/iconfont.ttf') format('woff2'),
url('/static/iconfont.ttf') format('woff'),
url('iconfont.ttf?t=1739713766886') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.qungonggao:before {
content: "\e69a";
}
.cancel:before {
content: "\e6db";
}
.showviewvisible:before {
content: "\e9d3";
}
.hideinvisiblehidden:before {
content: "\e9db";
}
.check:before {
content: "\e645";
}
.delete:before {
content: "\e67e";
}
.error:before {
content: "\e613";
}
.message:before {
content: "\e604";
}
.search:before {
content: "\e626";
}
.edit:before {
content: "\e62a";
}
.star-off:before {
content: "\e60e";
}
.goback:before {
content: "\e68c";
}