Authored by 陈轩

fix 1839

... ... @@ -71,8 +71,8 @@
.card-large {
.card {
float: left;
width: 372px;
margin-right: 6px;
width: 374px;
margin-right: 2px;
&:nth-child(2n) {
margin-right: 0;
... ... @@ -103,6 +103,7 @@
.card-label {
margin: 0 0 10px;
font-size: 24px;
line-height: 28px;
height: 65px;
font-weight: normal;
}
... ...