公共样式
分享一下我自己的公共样式表
/*公用的样式表*/
/*
*{
margin:0 aauto;
padding:0;
}
*/
div,img,span,a,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,button,p,table,tr,td,b,strong,i,em,textarea,select,body{padding:0; margin:0;}
/*所有标签 过时 新增 没有用到*/
a{
text-decoration: none;
color: #393939;
/*这个网站下所有超链接最多的颜色*/
}
li{
list-style: none;
}
img{
vertical-align: top;
border: 0;
}
body{
font:12px/2 "微软雅黑";
}
h2,b{
font-weight: normal;
}
i{
font-style: normal;
}
input{
outline: none;
}
button{
cursor: pointer;
/*改变指针的形状为手型*/
}
textarea{
resize: none;
}
.clear::after{
content: "";
display: block;
clear: both;
overflow: hidden;
visibility: hidden;
height:0;
}