@@ -11,4 +11,7 @@ html { | |||||
-ms-overflow-style: none; /* IE 和 Edge */ | -ms-overflow-style: none; /* IE 和 Edge */ | ||||
scrollbar-width: none; /* Firefox */ | scrollbar-width: none; /* Firefox */ | ||||
overflow: scroll; /* 保持滚动功能 */ | overflow: scroll; /* 保持滚动功能 */ | ||||
} | |||||
img{ | |||||
display: block; | |||||
} | } |
@@ -76,7 +76,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="gg"> | |||||
<div class="gg gg2"> | |||||
<img :src="gg2" alt=""> | <img :src="gg2" alt=""> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -589,4 +589,7 @@ export default { | |||||
width: 100%; | width: 100%; | ||||
} | } | ||||
} | } | ||||
.gg2{ | |||||
margin-bottom: 200px; | |||||
} | |||||
</style> | </style> |
@@ -308,6 +308,8 @@ export default { | |||||
height: 28px; | height: 28px; | ||||
margin-right: 10px; | margin-right: 10px; | ||||
vertical-align: middle; | vertical-align: middle; | ||||
float: left; | |||||
margin-top: 5px; | |||||
} | } | ||||
} | } | ||||
p { | p { | ||||
@@ -457,6 +457,7 @@ export default { | |||||
} | } | ||||
#wk { | #wk { | ||||
padding-bottom: 200px; | |||||
.content { | .content { | ||||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||||
display: flex; | display: flex; | ||||
@@ -84,7 +84,7 @@ | |||||
</template> | </template> | ||||
<script> | <script> | ||||
// zixun | // zixun | ||||
import { guanggao, lunboList, hotNewsConfig, shendu, hotnews } from '@/api/metadaily.js' | |||||
import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js' | |||||
export default { | export default { | ||||
name: 'metadaily', | name: 'metadaily', | ||||
data () { | data () { | ||||
@@ -203,7 +203,7 @@ export default { | |||||
}, | }, | ||||
async getzixun () { | async getzixun () { | ||||
this.zixun = [] | this.zixun = [] | ||||
const { data: { message, data } } = await shendu(1, 10, this.informationitem) | |||||
const { data: { message, data } } = await zixun(1, 10, this.informationitem) | |||||
if (message === 'success') { | if (message === 'success') { | ||||
for (const iter of data.list) { | for (const iter of data.list) { | ||||
this.zixun.push({ | this.zixun.push({ | ||||
@@ -417,6 +417,7 @@ export default { | |||||
} | } | ||||
} | } | ||||
#wk { | #wk { | ||||
padding-bottom: 200px; | |||||
.content { | .content { | ||||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||||
} | } | ||||