|
@@ -33,7 +33,7 @@
|
|
|
<p v-html="detail.content"></p>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="jubao">
|
|
|
- <span>举报</span>
|
|
|
+ <!-- <span>举报</span> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -59,7 +59,7 @@
|
|
|
<p v-html="item.content"></p>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="jubao">
|
|
|
- <span>举报</span>
|
|
|
+ <!-- <span>举报</span> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
data: () => ({
|
|
|
squareImage: require('@/assets/222.png'),
|
|
|
detail: {},
|
|
|
- list: [{ name: 'dsadas' }],
|
|
|
+ list: [],
|
|
|
total: 0,
|
|
|
form: {},
|
|
|
inputInfo: '',
|
|
@@ -230,7 +230,7 @@ export default {
|
|
|
border-bottom: 1px dashed #ccc;
|
|
|
}
|
|
|
.main .two .twoInfo .left .leftDown {
|
|
|
- height: 420px;
|
|
|
+ height: 280px;
|
|
|
}
|
|
|
.main .two .twoInfo .left .leftDown .el-image {
|
|
|
margin: 40px 18px;
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
float: right;
|
|
|
}
|
|
|
.main .two .twoInfo .right .info {
|
|
|
- height: 300px;
|
|
|
+ height: 190px;
|
|
|
border: 2px solid #044b79;
|
|
|
border-radius: 10px;
|
|
|
margin: 30px 0;
|
|
@@ -277,11 +277,11 @@ export default {
|
|
|
.main .two .twoInfo .right .info p {
|
|
|
font-size: 20px;
|
|
|
overflow: hidden;
|
|
|
- height: 260px;
|
|
|
+ height: 170px;
|
|
|
}
|
|
|
.main .two .twoInfo .right .jubao {
|
|
|
- height: 70px;
|
|
|
- line-height: 60px;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
border-top: 1px dashed #ff8b0f;
|
|
|
border-bottom: 10px solid #5096d2;
|
|
|
}
|