init
This commit is contained in:
58
pages/subpages/scoreLog/scoreLog.wxss
Normal file
58
pages/subpages/scoreLog/scoreLog.wxss
Normal file
@@ -0,0 +1,58 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user