This commit is contained in:
@@ -235,15 +235,42 @@
|
||||
.comment-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 16px;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
|
||||
.judge-name {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #00b96b;
|
||||
.judge-info {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
.judge-name {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #00b96b;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.judge-score-box {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
.score-num {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
line-height: 1;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.score-unit {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment-time {
|
||||
font-size: 16px;
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user