推进活动系统最小成品闭环与游客体验
This commit is contained in:
@@ -61,6 +61,27 @@ page {
|
||||
color: #30465f;
|
||||
}
|
||||
|
||||
.status-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 52rpx;
|
||||
padding: 0 18rpx;
|
||||
border-radius: 999rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.status-chip--ready {
|
||||
background: #ddf1e4;
|
||||
color: #1f6a3a;
|
||||
}
|
||||
|
||||
.status-chip--blocked {
|
||||
background: #f8e7e3;
|
||||
color: #8a3d28;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
gap: 16rpx;
|
||||
|
||||
Reference in New Issue
Block a user