本地备份:商家打手端UI恢复稳定版,后续可回退
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -154,39 +154,77 @@ page {
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
|
||||
/* ========== 客服筛选 ========== */
|
||||
.staff-filter-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16rpx;
|
||||
padding: 12rpx 24rpx;
|
||||
padding: 0 24rpx 16rpx;
|
||||
background: #fff;
|
||||
border-bottom: 1rpx solid #f0f0f0;
|
||||
gap: 16rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.staff-filter-pill {
|
||||
padding: 10rpx 24rpx;
|
||||
background: #f0f7ff;
|
||||
color: #1565C0;
|
||||
border-radius: 24rpx;
|
||||
font-size: 24rpx;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
padding: 12rpx 24rpx;
|
||||
border-radius: 32rpx;
|
||||
background: #f7f7f7;
|
||||
border: 1rpx solid #eee;
|
||||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
.staff-filter-clear {
|
||||
font-size: 24rpx;
|
||||
.staff-filter-pill--active {
|
||||
background: linear-gradient(180deg, #fff8e1, #ffe9b8);
|
||||
border-color: #e8c547;
|
||||
box-shadow: 0 4rpx 12rpx rgba(232, 197, 71, 0.25);
|
||||
}
|
||||
.staff-filter-tag {
|
||||
flex-shrink: 0;
|
||||
font-size: 22rpx;
|
||||
font-weight: 700;
|
||||
color: #8a6d2b;
|
||||
padding: 4rpx 12rpx;
|
||||
margin-right: 12rpx;
|
||||
border-radius: 16rpx;
|
||||
background: rgba(255, 255, 255, 0.65);
|
||||
}
|
||||
.staff-filter-pill--active .staff-filter-tag {
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
color: #492f00;
|
||||
}
|
||||
.staff-filter-value {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-size: 26rpx;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.staff-filter-pill--active .staff-filter-value {
|
||||
color: #492f00;
|
||||
}
|
||||
.staff-filter-arrow {
|
||||
flex-shrink: 0;
|
||||
margin-left: 8rpx;
|
||||
font-size: 22rpx;
|
||||
color: #999;
|
||||
}
|
||||
.sidebar-stats {
|
||||
padding: 12rpx 8rpx 16rpx;
|
||||
margin-bottom: 8rpx;
|
||||
border-bottom: 1rpx solid #eee;
|
||||
.staff-filter-pill--active .staff-filter-arrow {
|
||||
color: #8a6d2b;
|
||||
}
|
||||
.sb-line {
|
||||
display: block;
|
||||
font-size: 20rpx;
|
||||
color: #888;
|
||||
line-height: 1.6;
|
||||
word-break: break-all;
|
||||
.staff-filter-clear {
|
||||
flex-shrink: 0;
|
||||
font-size: 24rpx;
|
||||
color: #c9a227;
|
||||
padding: 10rpx 16rpx;
|
||||
border-radius: 24rpx;
|
||||
background: #fff8e8;
|
||||
border: 1rpx solid #f0d89a;
|
||||
}
|
||||
.sb-line.accent { color: #E65100; font-weight: 600; }
|
||||
|
||||
|
||||
/* ========== 待结算提示条(保留原样式) ========== */
|
||||
.sj-pending-tip {
|
||||
margin: 20rpx 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user