Authored by
阿达
改变sale 字体样式
...
|
...
|
@@ -209,7 +209,7 @@ |
|
|
}
|
|
|
|
|
|
.title {
|
|
|
font-size: 22px;
|
|
|
font-size: 14px;
|
|
|
max-width: 200px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
...
|
...
|
@@ -240,11 +240,11 @@ |
|
|
}
|
|
|
|
|
|
.title {
|
|
|
font-size: 10px;
|
|
|
height: 20px;
|
|
|
width: auto;
|
|
|
font-size: 10px;
|
|
|
line-height: 20px;
|
|
|
font-weight: 500;
|
|
|
text-align: center;
|
|
|
max-width: 200px;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -260,6 +260,7 @@ |
|
|
|
|
|
.time {
|
|
|
font-size: 13px;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -450,7 +451,7 @@ |
|
|
line-height: 1.5;
|
|
|
display: block;
|
|
|
text-align: center;
|
|
|
|
|
|
font-weight: 550;
|
|
|
@mixin ellipsis;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -503,6 +504,7 @@ |
|
|
}
|
|
|
|
|
|
.time {
|
|
|
margin-bottom: 0px;
|
|
|
left-margin: 10px;
|
|
|
.iconfont {
|
|
|
margin-right: 5px;
|
...
|
...
|
|