我自己的cssreset

 1 @charset"utf-8";
 2 html{
 3     color:#000;
 4     background:#FFF;
 5     border: 0;
 6 }
 7 body,
 8 div,
 9 dl,
10 dt,
11 dd,
12 ul,
13 ol,
14 li,
15 h1,h2,h3,h4,h5,h6,
16 form,
17 fieldset,
18 input,
19 textarea,
20 p,
21 blockquote,
22 th,
23 td{
24     margin:0;
25     padding:0;
26 }
27 table{
28     border-collapse:collapse;border-spacing:0
29 }
30 fieldset,img{
31     border: 0 none;
32 }
33 em,
34 strong,
35 b,
36 u,
37 i{
38     font-style:normal;
39     font-weight:normal;
40 }
41 ol,
42 ul{
43     list-style:none;
44 }
45 caption,
46 th{
47     text-align:left;
48 }
49 h1,h2,h3{
50     font-size:100%;
51     font-weight:normal;
52 }
53 input,
54 textarea,
55 select{
56     *font-size:100%;
57     font-family:inherit;
58     font-size:inherit;
59     font-weight:inherit;
60 }
61 a{
62     
63     text-decoration: none;
64 }
65 input{
66     border: none;
67 }
68 
69 .fl{
70     float: left;
71 }
72 .fr{
73     float: right;
74 }

 

posted @ 2017-09-09 23:00  你七啊?  阅读(141)  评论(0编辑  收藏  举报