html:

<view class="toubu" :style="{backgroundImage:'url(' + bjimg + ')'}">

		</view>

js:

<script>
	export default {
		data() {
			return {
				bjimg: '../../static/img/qianbao.png'
			}
		},
		onLoad() {

		},
		methods: {

		}
	}
</script>

css

.toubu {
		width: 700rpx;
		height: 360rpx;
		border-radius: 15rpx;
		background-size: cover;
		background-position: center;
	}

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部