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.
32 lines
341 B
32 lines
341 B
/*放置整站通用的样式*/
|
|
.clear:after{
|
|
content: ".";
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.clear {
|
|
*zoom: 1;
|
|
}
|
|
|
|
.wraper{
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.mt20{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.mt30{
|
|
margin-top: 30px;
|
|
}
|
|
.mt40{
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.ml20{
|
|
margin-left: 20px;
|
|
}
|