去除层叠样式表
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,select,textarea,table,tr,td,th,a,img,span,em,i,font{
margin: 0
;
padding: 0
;
}
html,body{
font-size: 12px
;
font-family: "微软雅黑";
}
a{
text-decoration: none
;
cursor: pointer
;
}
ol,ul,li{
list-style: none
;
float: left
;
}
img{
border: 0
;
}
input,button,select,textarea{
border: 0
;
outline: none
;
}
textarea{
resize: none
;
}
转载请注明原文地址: https://lol.8miu.com/read-379.html