diff --git a/pages/plus/addArticle.vue b/pages/plus/addArticle.vue index 8b995e2..64f92e0 100644 --- a/pages/plus/addArticle.vue +++ b/pages/plus/addArticle.vue @@ -13,7 +13,7 @@ 保存草稿 - 提交 + 发布 @@ -324,7 +324,7 @@ color: #0D0D0D; } .title-right{ - color: #588AFC; + color: #387DF7; font-size: 28rpx; font-family: Source Han Sans CN; line-height: 36rpx; @@ -363,12 +363,11 @@ font-family: Source Han Sans CN; font-weight: bold; line-height: 36rpx; - } .title-right{ // position: absolute; right: 18rpx; - color: #588AFC; + color: #387DF7; font-size: 30rpx; font-family: Source Han Sans CN; line-height: 36rpx; diff --git a/pages/plus/addQuestion.vue b/pages/plus/addQuestion.vue index 2f22536..3a79a6d 100644 --- a/pages/plus/addQuestion.vue +++ b/pages/plus/addQuestion.vue @@ -7,7 +7,7 @@ 取消 - 提交 + 发布 @@ -319,10 +319,10 @@ color: #0D0D0D; } .bar-go{ - color: #588AFC; + color: #387DF7; font-size: 30rpx; font-family: Source Han Sans CN; - font-weight: bold; + font-weight: 400; line-height: 36rpx; } } diff --git a/pages/plus/feedback.vue b/pages/plus/feedback.vue index 63e310e..2a7d26f 100644 --- a/pages/plus/feedback.vue +++ b/pages/plus/feedback.vue @@ -9,7 +9,7 @@ 取消 - 提交 + 发布 @@ -154,7 +154,7 @@ } .active{ color: #333; - font-weight: 500; + font-weight: bold; font-size: 36upx; } .sub-box{ @@ -238,12 +238,10 @@ color: #0D0D0D; } .title-right{ - // position: absolute; - // right: 18rpx; - color: #588AFC; + color: #387DF7; font-size: 32upx; font-family: Source Han Sans CN; - font-weight: bold; + font-weight: 400; line-height: 36rpx; } }