- @charset "utf-8";
- /* CSS Document */
- /*!
- * Mrchen CSS Library v1
- *
- * Copyright (c) 2010 Mrchen
- *
- * Date: 2010-04-14 02:10:21
- * Email: mrchenv@foxmail.com
- */
- /* 说明:这段代码只要负责整站标签的重置,让所有主流的浏览器的Web效果一致! */
- body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
- input, textarea, p, blockquote, th, td { padding: 0px; margin: 0px; }
- body, html { background:#ffffff; font:12px Arial, Helvetica, sans-serif; }
- address, caption, cite, code, dfn, em,
- strong, th, var { font-weight: normal; font-style: normal; }
- h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
- fieldset, img { border: 0px; }
- ol, ul { list-style: none; }
- caption, th { text-align: left; }
- table { border-collapse:collapse; }
- a:link { text-decoration:none; }
- a:visited { text-decoration:none; }
- a:hover { text-decoration:underline; }
- a:active { text-decoration:none; }
- .clear { clear:both; font-size:0px; line-height:0px; height:0px; }
- .floatLeft { float:left; }
- .floatRight { float:right; }
转载于:https://blog.51cto.com/webview/295124