11 lines
246 B
Vue
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>
|