base.css文件

来源:互联网 发布:京瓷1800扫描仪软件 编辑:程序博客网 时间:2024/06/15 20:24

1. 基本样式-base.scss:

直接去大型网站里面copy一块代码,直接用:

1. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input,   

2.         textarea, th, td { margin:0; padding:0; }   

3.         body, button, input, select, textarea { font:12px/1.5 tahoma, arial, \5b8b\4f53; }   

4.         h1, h2, h3, h4, h5, h6{ font-size:100%; }   

5.         address, cite, dfn, em, var { font-style:normal; }   

6.         code, kbd, pre, samp { font-family:couriernew, courier, monospace; }   

7.         small{ font-size:12px; }   

8.         ul, ol { list-style:none; }   

9.         a { text-decoration:none; }   

10.         a:hover { text-decoration:underline; }   

11.         sup { vertical-align:text-top; }   

12.         sub{ vertical-align:text-bottom; }   

13.         legend { color:#000; }   

14.         fieldset, img { border:0; }   

15.         button, input, select, textarea { font-size:100%; } table { border-collapse:collapse; border-spacing:0; }