This commit is contained in:
lmj
2022-08-31 18:20:19 +08:00
parent eb7457e4ac
commit d906343bcc
3 changed files with 19 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -4,7 +4,7 @@
<div class="portal-content xcontent" style="margin-top: 30px;">
<el-breadcrumb separator-class="el-icon-arrow-right" class="breadcrumb-nav">
<el-breadcrumb-item :to="{ path: '/article' }">文章列表</el-breadcrumb-item>
<el-breadcrumb-item>文章详情</el-breadcrumb-item>
<el-breadcrumb-item>文章详情</el-breadcrumb-item>
</el-breadcrumb>
<div class="xrow" style="display: flex;justify-content: space-between;">
<div style="flex: 1;" class="xcol content-div">
@@ -248,7 +248,22 @@ export default {
</script>
<style scoped lang="scss">
.list-bg{
background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
}
.write-art{
width: 410px;
height: 67px;
text-align: center;
// line-height: 67px;
background: #DDEDFF;
border-radius: 8px;
font-size: 18px;
font-weight: 500;
border: none;
color: #387DF7;
margin-bottom: 22px;
}
::v-deep .el-card__body{
padding: 0;
}

View File

@@ -394,7 +394,8 @@ export default {
background: url('/images/article-banner.png');
}
.list-bg{
background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
// background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
background-image: url('../../../../public/images/contribute.png') no-repeat 0 0;
}
.write-art{
width: 410px;