|
|
@@ -68,9 +68,12 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async getInstitutions_detail() {
|
|
|
+ // 爱山东接口
|
|
|
var detailData = await serverAPI('zpsmzjylfwqjgxq', {
|
|
|
id: this.institutionsId,
|
|
|
})
|
|
|
+ // 自己调试接口
|
|
|
+ // var detailData = await institutions_detail({id: this.institutionsId})
|
|
|
this.institutionsItem = detailData.data
|
|
|
},
|
|
|
},
|
|
|
@@ -84,7 +87,7 @@ export default {
|
|
|
}
|
|
|
.loop_image {
|
|
|
width: 100%;
|
|
|
- height: 320px;
|
|
|
+ height: 420px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
@@ -121,7 +124,10 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.contentHtml {
|
|
|
+ margin-top: 20px;
|
|
|
overflow: hidden;
|
|
|
+ font-size: 30px;
|
|
|
+ line-height: 1.4;
|
|
|
img {
|
|
|
max-width: calc(100% - 60px);
|
|
|
height: auto;
|