mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
16 lines
266 B
Vue
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>
|