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

chore: 显示新闻模块

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