123456789101112131415161718192021222324252627282930 |
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing: border-box;}
- p{overflow: hidden;}
- body { background:#fff; color:#555; font-size:14px;line-height: 24px;font-family:"Microsoft YaHei"; word-break: break-all;}
- td,th,caption { font-size:12px; }
- h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
- address, caption, cite, code, dfn, em, strong, th, var {
- box-sizing: border-box;
- /* font-style:normal;
- font-weight:normal; */
- }
- a { color:#555; text-decoration:none; }
- a:hover { text-decoration:underline; }
- img { border:none; max-width: 100%; max-height: 400px;vertical-align: middle;}
- i,em{font-style: normal;}
- s{text-decoration: none;}
- ol,ul,li { list-style:none; }
- input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif;outline: none;border:0}
- table { border-collapse:collapse; }
- html {overflow-y: scroll;}
- *{font-family:"Microsoft YaHei"!important;}
- .fl{float: left;}
- .fr{float: right;}
- .clearfix::after{content: "";height: 0;overflow: hidden;clear: both;display: block}
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button { -webkit-appearance: none; }
- input[type="number"]{ -moz-appearance: textfield; }
|