.imgIcon{
width: 24rpx;height: 24rpx;margin-right: 6rpx;
}
.vouchers{
background-image: url(https://xuanfu-files.oss-cn-hangzhou.aliyuncs.com/user/backImg.png);
background-repeat: no-repeat;
background-position: 0 -40px;
background-size: contain;
}
上面是是我写的css样式,background-size: contain;属性没有用
我这里background-size: contain;属性没有用,请问有大佬知道小程序能用这个属性吗
background-size:cover; 这个 应该是你说的效果
background-size: 100% 100%