任务、消息
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
.activity-card {
|
||||
.type-badge.activity {
|
||||
background: #e8fff0;
|
||||
color: #07c160;
|
||||
font-size: 22px;
|
||||
padding: 4px 12px;
|
||||
border-radius: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.participants-count {
|
||||
font-size: 24px;
|
||||
color: #646566;
|
||||
}
|
||||
.progress-bar-wrap {
|
||||
margin: 16px 0 8px;
|
||||
height: 8px;
|
||||
background: #f2f3f5;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #07c160, #1989fa);
|
||||
border-radius: 4px;
|
||||
transition: width 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user