Files
screen-huahong/src/pages/modules/home/left/right.vue
2024-02-19 17:27:25 +08:00

11 lines
246 B
Vue

<template>
<div class="right_wraper"></div>
</template>
<style lang="stylus" scoped>
@import '~@style/mixin'
.right_wraper
_wh(100%, 100%)
background center / 100% 100% url('../../../../images/bg-center_left.jpg') no-repeat
</style>