68 lines
995 B
Plaintext
68 lines
995 B
Plaintext
page{
|
|
background-color: #F4F4F4;
|
|
}
|
|
.container{
|
|
width: 100vw;
|
|
}
|
|
.top{
|
|
width: 92vw;
|
|
margin: 20rpx auto 0 auto;
|
|
background-color: #3CC7C0;
|
|
height: 150rpx;
|
|
border-radius: 20rpx;
|
|
color: #ffffff;
|
|
}
|
|
.top_txt{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 110rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
.monthbox{
|
|
width: 92vw;
|
|
margin: -40rpx auto 0 auto;
|
|
background-color: #ffffff;
|
|
height: 200rpx;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.month{
|
|
flex: 3;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 50rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
.account{
|
|
flex: 2;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
color: #666666;
|
|
font-size: 28rpx;
|
|
}
|
|
.account_left{
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.account_right{
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.txt_title{
|
|
font-size: 30rpx;
|
|
margin: 20rpx 0;
|
|
position: relative;
|
|
left: 4vw;
|
|
}
|
|
.content{
|
|
width: 92vw;
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
|
|
|