mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改
This commit is contained in:
BIN
public/images/contribute.png
Normal file
BIN
public/images/contribute.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user