样式修正
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
<Document />
|
<Document />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="cover-overlay">
|
<div v-if="article.coverImage" class="cover-overlay">
|
||||||
<span class="view-button">查看详情</span>
|
<span class="view-button">查看详情</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -554,7 +554,8 @@ function goBack() {
|
|||||||
.article-cover {
|
.article-cover {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 45%;
|
height: 160px;
|
||||||
|
flex-shrink: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #F3F4F6;
|
background: #F3F4F6;
|
||||||
|
|
||||||
@@ -578,7 +579,6 @@ function goBack() {
|
|||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
color: #9CA3AF;
|
color: #9CA3AF;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.cover-overlay {
|
.cover-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -603,6 +603,7 @@ function goBack() {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 文章信息
|
// 文章信息
|
||||||
.article-info {
|
.article-info {
|
||||||
|
|||||||
Reference in New Issue
Block a user