/* nova-tourism/pages/my/my-wallet/index.wxss */ .all { width: 100vw; padding-left: 20rpx; padding-right: 20rpx; .textbox{ width: 100%; height: 80rpx; display: flex; align-items: center; margin-bottom: 10rpx; image{ width: 50rpx; height: 50rpx; } .text{ font-size: 30rpx; margin-left: 20rpx; } } }