<view class="wallet">
<view class="wallet-info">
<view class="">
总资产
</view>
<view class="">
$ 0000 提现
</view>
<view class="">
充值
</view>
</view>
<image src="/static/logo.png" mode="aspectFill" class="wallet-icon"></image>
</view>
.wallet{
padding: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
border: 2rpx #fefefe solid;
border-radius: 16rpx;
background: red;
.wallet-icon{
width: 64rpx;
height: 64rpx;
align-self: self-end;
}
}