/*--css 初始化-- */
@charset "utf-8";
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
button,
input,
textarea {
padding: 0;
margin: 0;
}
fieldset,
img,
input,
button {
border: none;
outline-style: none;
}
ul,
ol {
list-style: none;
}
input {
font-size: 12px;
font-family: "Helvetica", "Microsoft YaHei";
}
select,
input {
vertical-align: middle;
}
select,
input,
textarea {
font-size: 12px;
outline: none;
}
/*--防止拖动--*/
textarea {
resize: none;
}
/*--去掉图片低测默认的3像素空白缝隙--*/
img {
border: 0;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
text-decoration: none;
font-weight: normal;
}
s,
i,
em {
font-style: normal;
text-decoration: none;
}
a {
color: inherit;
text-decoration: none;
}
/*--解决button在firefox下文字不能上下居中的问题--*/
button::-moz-focus-inner {
padding: 0px 0 2px;
margin: 0;
border: none;
}
body {
font-size: 12px !important;
background-color: #f9f9f9;
font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
html,
body {
height: 100%;
}