This commit is contained in:
cxc
2022-09-14 17:48:03 +08:00
parent f8ccdae9d8
commit ae2cbde324
115 changed files with 5106 additions and 4433 deletions

View File

@ -4,6 +4,7 @@
<u-navbar title="个人中心" placeholder bgColor="transparent" :leftIcon="null" titleStyle="color:white">
</u-navbar>
</view>
<view class="sized-box" style="height:var(--status-bar-height);"></view>
<view class="sizedbox" style="height: 88rpx;"></view>
<view class="avatar_name">
<view class="avatar">
@ -95,7 +96,11 @@
}
}
</script>
<style>
page {
background-color: #f6f6f6;
}
</style>
<style lang="scss">
.page-top {
z-index: 99;