You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
592 B
31 lines
592 B
body,div,dl,dt,ul,li,h1,h2,h3,h4,h5,h6,input,form,a,p,textarea{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ol,ul,li{
|
|
list-style: none;
|
|
}
|
|
|
|
a,a:hover{
|
|
text-decoration: none;
|
|
outline: none;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-ms-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-o-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
img {
|
|
border:none;
|
|
}
|
|
|
|
.clearfloat{
|
|
zoom: 1;
|
|
}
|
|
.clearfloat:after{
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height:0;
|
|
}
|