12 lines
512 B
CSS
12 lines
512 B
CSS
/*********************
|
|
用于重置浏览器基础样式
|
|
***********************/
|
|
body, html { height: 100%; width: 100%; min-height: 100%; }
|
|
body, html, pre { font-size: 14px; font-family: "Microsoft YaHei","\5fae\8f6f\96c5\9ed1",arial,AppleGothic, sans-serif; }
|
|
ol li { padding-bottom: 10px; }
|
|
select { height: 26px; }
|
|
select[multiple], select[size] { height: auto; }
|
|
select:focus { outline: 0; }
|
|
label { margin: 0; }
|
|
:focus { outline: none; outline-color: none; outline-style: auto; outline-width: 0; }
|