Authored by ccbikai

代码检查

... ... @@ -44,6 +44,7 @@ a {
max-width: 750px;
width: 100%;
}
.right {
float: right;
}
... ... @@ -51,6 +52,7 @@ a {
.left {
float: right;
}
.text-center {
text-align: center;
}
... ...