<template>
<view class="bg"> 内容 </view>
</template>
<style lang="scss" scoped>
.bg {
background-image: url("@/static/images/bg.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
}
</style>
10-27
1万+