16 lines
167 B
CSS
16 lines
167 B
CSS
/* 公共样式代码 */
|
|
.left{
|
|
float: left;
|
|
}
|
|
.right{
|
|
float: right;
|
|
}
|
|
.hidden{
|
|
overflow: hidden;
|
|
}
|
|
.clear{
|
|
clear: both;
|
|
}
|
|
.rest{
|
|
line-height: 1;
|
|
} |