提交 50fa0ee9 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 显示新闻模块

上级 02d10a40
......@@ -185,7 +185,7 @@ export default {
<style lang="scss" scoped>
.is-pc {
margin-top: 120px;
margin-top: 56px;
.video-wrapper {
background: url(https://webapp-pub.ezijing.com/project/cbu-plus/video_bg.png?v=1) no-repeat center center;
background-size: cover;
......
......@@ -106,7 +106,7 @@ export default {
.news-content-box {
width: 1200px;
margin: 0 auto;
padding-top: 65px;
padding-top: 120px;
.content-box {
display: flex;
justify-content: space-between;
......
......@@ -9,7 +9,7 @@
<!-- 校园风光 -->
<!-- <school-senery /> -->
<!-- 最新动态 -->
<!-- <news /> -->
<news />
<!-- 视频 -->
<Video style="margin-bottom:0.2rem" />
<!-- 右侧功能栏 -->
......@@ -22,7 +22,7 @@ import banners from '../components/home/banners.vue'
// import projectPosition from '../components/home/projectPosition.vue'
// import projectFeatures from '../components/home/projectFeatures'
// import schoolSenery from '../components/home/schoolSenery.vue'
// import news from '../components/home/news'
import news from '../components/home/news'
import presence from '../components/home/presence'
import commonProblem from '../components/home/commonProblem'
import openClass from '../components/home/openClass'
......@@ -37,7 +37,7 @@ export default {
// projectPosition,
// projectFeatures,
// schoolSenery,
// news,
news,
presence,
commonProblem,
openClass,
......
......@@ -42,11 +42,11 @@ export default {
{
name: this.$t('menu.projectChild.bg'),
path: '/project-intro/introduce'
},
{
name: this.$t('menu.newsChild.hot'),
path: '/news/hot'
}
// {
// name: this.$t('menu.newsChild.hot'),
// path: '/news/hot'
// }
]
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论