wui-print
Version:
前端打印插件,包含打印设计器、打印表单、打印API
21 lines (20 loc) • 490 B
text/less
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html,
body {
width: auto;
height: auto;
color: #1e1e1e;
font-family: "Inter", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial,
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: none;
font-size: 14px;
background: #eee;
}