From d5c3331268aa7f2d2ae90be7c6d6606914045baa Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Fri, 29 Nov 2019 17:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/articledetail.vue | 100 ++++++++++++++------------------ src/components/indexFollow1.vue | 40 ++++++------- 2 files changed, 60 insertions(+), 80 deletions(-) diff --git a/src/articledetail.vue b/src/articledetail.vue index 1268a68..b914ac2 100644 --- a/src/articledetail.vue +++ b/src/articledetail.vue @@ -2,14 +2,14 @@
- +
- - + +
-

相关推荐

+

389条评论

@@ -29,41 +29,14 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

发布

-
+
+ +
@@ -71,40 +44,54 @@ \ No newline at end of file diff --git a/src/components/indexFollow1.vue b/src/components/indexFollow1.vue index 9ff1e37..424680c 100644 --- a/src/components/indexFollow1.vue +++ b/src/components/indexFollow1.vue @@ -3,10 +3,10 @@
- +
-

啦啦啦

-

律师

+

{{nickname}}

+

{{sole}}

@@ -18,13 +18,12 @@
-

有哪些击中你内心阴暗处的句子?

+

{{title}}

-
2019-05-05
-
- -

这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明

+
{{date}}
+
+
@@ -32,11 +31,12 @@ 分享
-
+
- 888评论 + {{num}}评论
-
收起
+
+
@@ -48,12 +48,13 @@ background-color: #f6f6f6; } .question { - height: 1rem; + margin-top: 0.3rem; + height: auto; width: 100%; color: #333333; font-size: 0.36rem; text-indent: 0.3rem; - line-height: 1.5rem; + line-height: 0.45rem; font-weight: 500; } .title { @@ -171,10 +172,7 @@ background: rgba(247, 247, 247, 1); border-radius: 10px; margin: auto 0; - margin-right: 30px; - // float: right; - // text-align: center; - line-height: 68px; + margin-right: 30px; display: flex!important; flex-direction: row!important; justify-content: center!important; @@ -198,11 +196,6 @@ export default { lang: true }; }, - props: { - indexs: { - default: 0 - } - }, methods: { shows() { @@ -231,6 +224,7 @@ export default { this.lang = false; } }); - } + }, + props:['img','nickname','sole','title','date','num','text'] }; \ No newline at end of file