wui-print
Version:
前端打印插件,包含打印设计器、打印表单、打印API
20 lines (19 loc) • 398 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: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: none;
font-size: 14px;
background: #eee;
}