...
|
...
|
@@ -39,10 +39,10 @@ |
|
|
}
|
|
|
|
|
|
.name {
|
|
|
font-size: 40px;
|
|
|
font-size: 41px;
|
|
|
font-weight: 700;
|
|
|
display: inline-block;
|
|
|
max-width: 215px;
|
|
|
max-width: 100%;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
...
|
...
|
@@ -53,9 +53,9 @@ |
|
|
.time {
|
|
|
font-size: 12px;
|
|
|
width: 310px;
|
|
|
transform: scale(0.75, 0.75);
|
|
|
transform: scale(0.85, 0.85);
|
|
|
display: inline-block;
|
|
|
margin-left: -35px;
|
|
|
margin-left: -24px;
|
|
|
}
|
|
|
|
|
|
.item-right {
|
...
|
...
|
|