28 lines
457 B
Plaintext
28 lines
457 B
Plaintext
.bg{
|
|
background-color: var(--main-color);
|
|
border-radius: 0 0 20rpx 20rpx;
|
|
padding-bottom:240rpx;
|
|
}
|
|
.scroll-view{
|
|
position: fixed;
|
|
top:15vh;left:0;
|
|
height:85vh;
|
|
}
|
|
.user-info{
|
|
text-align: center;
|
|
padding-top:60rpx;
|
|
}
|
|
.user-info ._money{
|
|
font-size: 80rpx;
|
|
margin-top:50rpx;
|
|
font-weight: 600;
|
|
}
|
|
.user-info .today{
|
|
font-size: 28rpx;
|
|
color: #555555;
|
|
margin-top:50rpx;
|
|
}
|
|
.user-info .button{
|
|
border-radius: 60rpx;
|
|
margin-top:70rpx;
|
|
} |