Authored by 郭成尧

title-2

... ... @@ -172,6 +172,9 @@ body {
font-size: 22px;
color: #b0b0b0;
position: relative;
display: flex;
flex-direction: column;
align-content: space-between;
.type-shop {
color: #efaf46;
... ... @@ -186,12 +189,13 @@ body {
}
.title {
width: 420px;
font-size: 24px;
color: #444;
margin-bottom: 40px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.time {
... ...