diff --git a/layouts/common.styl b/layouts/common.styl index 44bd288..e1bffc2 100644 --- a/layouts/common.styl +++ b/layouts/common.styl @@ -416,9 +416,11 @@ input:-moz-placeholder // 文章列表 .pageList + .articleList:not(:first-child) + margin-top 30px + .articleList background-color #fff - margin-top 30px .articleImgs width 100% diff --git a/pages/post/_id.vue b/pages/post/_id.vue index ab7e2aa..b3038f0 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -957,6 +957,8 @@ modal display none .postPage + .articleDetails:not(:first-child) + margin-top 30px .articleDetails margin-top 30px background-color #fff