Authored by 陈峰

Merge branch 'release/5.8' into 'gray'

样式修改



See merge request !89
... ... @@ -413,7 +413,7 @@ export default {
font-family: "HiraginoSansGB-W6";
text-align: center;
font-weight: bold;
border-right: 1px solid $grey;
border-right: 1px solid #eee;
&:nth-child(2n) {
border-right: none;
... ...
... ... @@ -153,7 +153,7 @@ export default {
min-height: 180px;
padding-top: 40px;
font-size: 0;
font-family: "SanFranciscoText-Medium", "PingFang SC", Helvetica, Roboto, "Heiti SC", "\9ED1\4F53", Arial;
font-family: "SanFranciscoText-Regular", "HiraginoSansGB-W3";
}
.card-label {
... ...
... ... @@ -165,6 +165,7 @@ export default {
img {
width: 188px;
height: 250px;
display: block;
}
.ellipsis > p {
... ...