43 lines
906 B
Plaintext
43 lines
906 B
Plaintext
|
|
.evaluationList .evaluationList-tabs {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 25rpx 32rpx;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
.evaluationList .evaluationList-tabs .evaluationList-tabs-tab {
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 37rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.evaluationList .evaluationList-tabs .evaluationList-tabs-tab .evaluationList-tabs-tab-num {
|
||
|
|
margin-left: 6rpx;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #999999;
|
||
|
|
line-height: 33rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.evaluationList .evaluationList-tabs .active {
|
||
|
|
color: #E8101E;
|
||
|
|
}
|
||
|
|
.evaluationList .lists {
|
||
|
|
background-color: transparent;
|
||
|
|
overflow: hidden;
|
||
|
|
margin: 10rpx 24rpx;
|
||
|
|
border-radius: 16rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 20rpx;
|
||
|
|
}
|
||
|
|
.common-list {
|
||
|
|
background: transparent!important;
|
||
|
|
}
|
||
|
|
.list-container {
|
||
|
|
padding: 0!important;
|
||
|
|
}
|
||
|
|
|