Files
learning-system-mobile/pages/my/uCurrencyRules.vue
zhaofang 4c22eeffe3 提交
2022-10-31 16:46:22 +08:00

16 lines
266 B
Vue

<template>
<view class="u-rules-info">
pages/my/uCurrencyRules
</view>
</template>
<script>
</script>
<style scoped lang="scss">
.u-rules-info{
padding-top: 432upx;
background: #F0D8B0 url(../../static/images/rules.png) no-repeat 100% / 100%;
}
</style>