14 lines
145 B
CSS
14 lines
145 B
CSS
/* 公共的css样式 */
|
|
|
|
input {
|
|
outline: none;
|
|
}
|
|
.left {
|
|
float: left;
|
|
}
|
|
.right {
|
|
float: right;
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
} |