diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index e0462eb0..597529f2 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -551,7 +551,8 @@ export default { margin: 0 0 0 15px; } .interact-bar-value{ - color:#6E7B84; + // color:#6E7B84; ui图给的颜色,但是效果于ui图效果不一样,也没有透明度,所以找一个相近的和谐的颜色 + color:#999; } } } diff --git a/src/icons/svg/addArticle.svg b/src/icons/svg/addArticle.svg index 3ea8d7b8..682d8bd1 100644 --- a/src/icons/svg/addArticle.svg +++ b/src/icons/svg/addArticle.svg @@ -1,49 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/views/portal/article/Index.vue b/src/views/portal/article/Index.vue index 695ab4f2..3cbfa166 100644 --- a/src/views/portal/article/Index.vue +++ b/src/views/portal/article/Index.vue @@ -47,7 +47,7 @@
- +
@@ -97,7 +97,7 @@
- 写文章 + 写文章

贡献榜

    @@ -408,7 +408,6 @@ export default { width: 410px; height: 67px; text-align: center; - // line-height: 67px; background: #DDEDFF; border-radius: 8px; font-size: 18px; @@ -471,6 +470,7 @@ export default { box-sizing: border-box; } .left-div { + border: none; .search-div{ padding: 20px; // padding-top: 20px; diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index ee9a5bd0..f65b832f 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -78,7 +78,7 @@ - +
    @@ -822,7 +822,7 @@ export default { ::v-deep .el-card { border: none; border-radius: 0px; - border: 1px solid #ebeef5; + // border: 1px solid #ebeef5; } ::v-deep .el-radio-button__inner, .el-radio-group { @@ -938,7 +938,7 @@ export default { } .case-list { - border-bottom: 1px solid #999; + border-bottom: 1px solid rgba(153, 153, 153,.2); margin: 8px 0px; padding-bottom: 15px; padding-left: 5px; diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 2e52af46..1a6c7d1d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -194,7 +194,12 @@
    -
    +
    + + 录播课 + 线下课 + 学习项目 +
    {{item.name}}
    2022年2月18日 @@ -234,7 +239,12 @@
    -
    +
    + + 录播课 + 线下课 + 学习项目 +
    {{item.courseName}}
    2022年2月18日 diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 9e6b37e8..7afb8e0d 100644 --- a/src/views/portal/qa/Index.vue +++ b/src/views/portal/qa/Index.vue @@ -537,7 +537,7 @@ export default { // padding-left: 10px; padding-right: 0px; margin-right:10px; - border-bottom: 1px solid #999; + border-bottom: 1px solid rgba(153, 153, 153,.2); } .qa-info-box { .qa-info {