16 lines
151 B
CSS
16 lines
151 B
CSS
/* 存放公共css的 */
|
|
.theme_red {
|
|
color: blue;
|
|
}
|
|
|
|
.left {
|
|
float: left;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
}
|
|
|
|
.p_575 {
|
|
padding: 0 0.575rem;
|
|
} |