vue新闻列表

<template>
  <view class="news-wrap">	 
	<view class="newcont">
		<view class="news-item"  v-for="(item,index) in new_list" :key="index">
			<view class="news-intr">
				<view  class="news-title" >
					<text >{{item.name}}</text>
				</view>
				<view class="news-info">
					<view class="news-time"><text>{{item.create_time}}</text></view>
					<view class="news-type"><text>{{item.real_num}}浏览</text></view>					
				</view>				
			</view>
			<view v-if="item.image" :class="{'image-section-right': true}" >
				<image :src="item.image" ></image>
			</view>
		</view>
	</view>
  </view>
</template>
<script>
export default {
  data() {
    return {
     new_list:[{
		  create_time: "2021-12-01",
		  image: "../../static/logo.png",
		  real_num:'2004',
		  name: "学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会",
	  },{
		  create_time: "2021-12-01",
		  image: "",
		  real_num:'2004',
		  name: "学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会",
	  },{
		  create_time: "2021-12-01",
		  image: "../../static/logo.png",
		  real_num:'2004',
		  name: "学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会学党史向未来从中华民族伟大复兴视角解读党的十九届六中全会",
	  }],
	}
},
  methods: {

  },
}
</script>
<style lang="scss"> 
.news-wrap{
.newcont{
	background: #FFFFFF;
}
.news-item{
	height: 176rpx;
	margin-left:30rpx;
	margin-right:30rpx;
	display: flex;
	font-size: 30rpx;
	color: #333333;
	padding-top:30rpx;
	padding-bottom: 30rpx;
	border-bottom:2rpx #efefef solid;
	.news-intr{
		flex: 2;
		padding-right: 20rpx;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		.news-info {
			display: flex;
			font-size: 28rpx;
			color: #999999;
			margin-left: 16rpx;
			.news-time{
				text-align: left;
			}
			.news-type{
				text-align: right;
				flex: 2;
			}
		}
		.news-title{
			text{
				 width: 100%;
				 display: -webkit-box;
				 -webkit-box-orient: vertical;
				 -webkit-line-clamp: 3;
				 overflow: hidden;
			}
		}
	}
	.image-section-right{
		flex: 1;
		max-width:220rpx;
		max-height: 200rpx;
		image{
			max-width: 100%;
			max-height: 100%;
			border-radius: 6rpx;
		}
	}		
}	
}
</style>

效果图:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值