-
-
这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明这取决于司法是否独立。舆论能影响司法判决结果的,只能说明司法肯定不仅仅收到舆论的影响,还会收到同样的来自其他多方面的强力的影响。这种情况只能说明
-
展开阅读全文
+
+
展开阅读全文
分享
-
+
- 888评论
+ {{comment}}评论
收起
@@ -76,21 +76,21 @@
}
.content {
position: relative;
-
+ line-height: 40px;
+ font-size: 26px;
overflow: hidden;
- > img {
- width: 690px;
- height: 374px;
- background-color: #000;
+ img {
+ max-width: 690px;
+ // height: 374px;
+ // background-color: #000;
display: block;
margin-top: 39px;
margin-bottom: 32px;
}
- > p {
- line-height: 40px;
- font-size: 26px;
- }
- > div {
+ // p {
+
+ // }
+ .gengduo {
position: absolute;
width: 750px;
height: 45px;
@@ -131,13 +131,20 @@ export default {
data() {
return {
show: false,
- lang:true
+ lang: true
};
},
props: {
indexs: {
default: 0
- }
+ },
+ userimg: {},
+ nickname: {},
+ role: {},
+ num: {},
+ comment: {},
+ text: {},
+ sid:{}
},
methods: {
@@ -150,11 +157,14 @@ export default {
var a = window.document.getElementsByClassName("content")[this.indexs];
a.style.setProperty("max-height", "6.1rem", "important");
this.show = true;
+ },
+ pinglun(){
+ this.$emit("pinglu",this.sid)
}
},
mounted() {
this.$nextTick(() => {
- window.console.log(122)
+ window.console.log(122);
var a = window.document.getElementsByClassName("content")[this.indexs];
var rem = parseFloat(
@@ -163,8 +173,8 @@ export default {
window.console.log(a.offsetHeight, 5.9 * rem);
if (a.offsetHeight > 5.9 * rem) {
this.show = true;
- }else{
- this.lang=false
+ } else {
+ this.lang = false;
}
});
}
diff --git a/src/components/indexarticle.vue b/src/components/indexarticle.vue
index 3e31872..14dae1c 100644
--- a/src/components/indexarticle.vue
+++ b/src/components/indexarticle.vue
@@ -1,11 +1,11 @@
-
阅读时间有限,还要把精力花在摘抄上吗?
+
{{title}}
-
汉王的文章 · 556 赞同
+
-
+
\ No newline at end of file
diff --git a/src/components/indexprivate.vue b/src/components/indexprivate.vue
index 4129406..359d50e 100644
--- a/src/components/indexprivate.vue
+++ b/src/components/indexprivate.vue
@@ -1,9 +1,9 @@
-
丧后即燃:李松蔚认知升级 16 讲
-
在信息唾手可得的时代,拉开人与人差距的,不是知识含
-
李松蔚的私家课 · 共18
+
{{title}}
+
+
@@ -32,6 +32,7 @@
.author {
color: #999999;
font-size: 0.22rem;
+ height: 0.02rem;
margin: 0 auto;
margin-top: 0.14rem;
margin-bottom: 0.35rem;
@@ -60,6 +61,7 @@ export default {
return {
}
- }
+ },
+ props:['title']
};
\ No newline at end of file