hyj-ui
Version:
测试文件
42 lines (34 loc) • 491 B
text/less
@import './fonts.less';
* {
margin: 0;
padding: 0;
}
*,
:after,
:before {
box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
font: 14px 'Microsoft Yahei','PingFang SC',Helvetica,Arial,Simsun,sans-serif;
}
ul {
list-style-type: none;
}
img {
border-style: none;
vertical-align: middle;
}
.clearfix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hide {
display: none ;
}