@import'@/assets/css/variable.less';.news-component{width:100%;高度:100%;.title{字体大小:40px;文本对齐:居中;}.news-detail-content{宽度:90%;高度:80%;保证金:0自动;}}父组件新闻页面子组件:@import'@/assets/css/variable.less';.news-component{width:100%;高度:100%;.title{字体大小:40px;文本对齐:居中;}.news-detail-content{宽度:90%;高度:80%;保证金:0自动;}}子组件新闻详情组件
渲染父组件传过来的数据:{{item.title}}---{{item.id}}删除
添加新闻@import'@/assets/css/variable.less';.news-component{width:100%;高度:100%;背景:rgba(201、194、194、0.6);字体大小:@default-fontSize;溢出:自动;.item-new{边距:20px0;}}