leguwork_public/css/base.css
2021-04-02 10:30:40 +08:00

34 lines
733 B
CSS

/* CSS Reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body{
font-family: "微软雅黑";
font-size: 14px;
background-color: #f1f1f1;
color: #111;
}
a,a:visited{
text-decoration: underline;
color: #006699;
}
a:hover{
color: #000;
}