调整首页部分样式

This commit is contained in:
YeMingfei666 2024-11-01 14:57:34 +08:00
parent a9ae16d213
commit 24011fab8c
1 changed files with 6 additions and 1 deletions

View File

@ -339,7 +339,12 @@
<style lang="scss" scoped>
.income {
padding-top: 100rpx;
/* #ifdef MP-WEIXIN */
padding-top: calc(84rpx + 44px);
/* #endif */
/* #ifdef H5 */
padding-top: calc(84rpx);
/* #endif */
>view {
text-align: center;
color: #FFFFFF;