.moneyBox{ margin-top: 100rpx; height: 50vh; display: flex; flex-direction: column; align-items: center; image{ width: 150rpx; height: 150rpx; } .subTitle{ font-size: 32rpx; color:#382E2E ; margin: 20rpx; } .money{ font-size: 74rpx; } } .btnBox{ button{ width: 345rpx; height: 95rpx; font-size: 36rpx; margin: 20rpx auto; color: #F0FDF3; } .top_up{ background: #69C37F; } .withdraw{ background: #2B2B2B; } }