Authored by 周少峰

Merge branch 'feature/students' of git.yoho.cn:fe/yohobuy-node into feature/students

... ... @@ -400,13 +400,20 @@
margin-top: 16px;
line-height: 1.5;
display: block;
text-align: center;
text-align: left;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.good-detail-text .brand a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.good-detail-text > .price {
margin-top: 5px;
text-align: center;
... ...