base.css文件

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; }

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章