Authored by ccbikai

代码检查

@@ -44,6 +44,7 @@ a { @@ -44,6 +44,7 @@ a {
44 max-width: 750px; 44 max-width: 750px;
45 width: 100%; 45 width: 100%;
46 } 46 }
  47 +
47 .right { 48 .right {
48 float: right; 49 float: right;
49 } 50 }
@@ -51,6 +52,7 @@ a { @@ -51,6 +52,7 @@ a {
51 .left { 52 .left {
52 float: right; 53 float: right;
53 } 54 }
  55 +
54 .text-center { 56 .text-center {
55 text-align: center; 57 text-align: center;
56 } 58 }