Files

58 lines
798 B
Plaintext
Raw Permalink Normal View History

2025-08-14 14:52:01 +08:00
.integral_total{
display: flex;
align-items: center;
justify-content: space-around;
}
.integral_total_item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.integral_total_value{
font-weight: bold;
font-size: 28px;
color: #FFCE46;
margin-bottom: 8px;
}
.integral_total_category{
color: #777;
font-size: 12px;
}
.integral_detail{
display: flex;
align-items: center;
justify-content: space-between;
}
.integral_detail_content{
display: flex;
flex-direction: column;
}
.integral_detail_title{
font-weight: bold;
margin-bottom: 10px;
}
.integral_detail_date{
font-size: 12px;
color: #777;
}
.integral_detail_value{
font-weight: bold;
color: #FFCE46;
font-size: 16px;
}
.totalPoint{
font-size: 34px;
color: #CDDC39;
}