From b80e92e952be9f43750801da343899520d5f2a63 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 29 Apr 2020 17:29:57 +0800 Subject: [PATCH] add 黄石官网新闻详情优化 --- src/views/home.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index d153b19..1df63ec 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -57,7 +57,7 @@
返回
-
+
@@ -647,4 +647,19 @@ text-indent: 24px; line-height:24px; } + .news-content{ + margin-top: 20px; + } + #news-content p{ + margin: 20px 0; + text-align: left; + line-height: 20px; + margin-block-end: 1em; + margin-inline-start: 0px; + margin-inline-end: 0px; + } + #news-content a { + text-shadow: none; + color: #337ab7; + } -- libgit2 0.21.4