可以在伪类上添加
图片的url
.date-list .info .previewUrl{
width: 320rpx;
height: 195rpx;
border-radius: 16rpx;
}
.date-list .info .cover-mask{
position:relative;
overflow: hidden;
}
.date-list .info .cover-mask:after{
content:'';
position: absolute;
top:0;
width: 320rpx;
height: 195rpx;
background-color: rgba(0, 0, 0, 0.4);
}