118 lines
3.3 KiB
Plaintext
118 lines
3.3 KiB
Plaintext
|
|
.staff-page.data-v-07da24cf { padding-bottom: 120rpx;
|
|
}
|
|
.nav-placeholder.data-v-07da24cf { width: 32px;
|
|
}
|
|
.add-btn-wrap.data-v-07da24cf { padding: 0;
|
|
}
|
|
.card-section.data-v-07da24cf { margin: 0;
|
|
}
|
|
.invite-card.data-v-07da24cf { overflow: hidden;
|
|
}
|
|
.staff-cell.data-v-07da24cf { min-height: 58px;
|
|
}
|
|
.invite-code-cell.data-v-07da24cf { display: flex; align-items: center; gap: 8px;
|
|
}
|
|
.invite-code.data-v-07da24cf { font-family: monospace; font-size: 15px; color: #16a34a; font-weight: 700; letter-spacing: 2px;
|
|
}
|
|
.staff-info-row.data-v-07da24cf { display: flex; align-items: center; gap: 12px; flex: 1;
|
|
}
|
|
.staff-name.data-v-07da24cf { font-weight: 700; font-size: 15px; color: #1f2937;
|
|
}
|
|
.staff-meta.data-v-07da24cf { font-size: 12px; color: #6b7280;
|
|
}
|
|
.staff-swipe-wrap.data-v-07da24cf {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-radius: 12px;
|
|
background: #fff;
|
|
}
|
|
.staff-swipe-wrap + .staff-swipe-wrap.data-v-07da24cf {
|
|
border-top: 1px solid #eef2f7;
|
|
}
|
|
.staff-main.data-v-07da24cf {
|
|
position: relative;
|
|
z-index: 2;
|
|
transform: translateX(0);
|
|
transition: transform 0.2s ease;
|
|
background: #fff;
|
|
}
|
|
.staff-swipe-wrap.is-open .staff-main.data-v-07da24cf {
|
|
transform: translateX(-76px);
|
|
}
|
|
.swipe-delete-btn.data-v-07da24cf {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 76px;
|
|
background: #ef4444;
|
|
color: #fff;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
flex-shrink: 0;
|
|
}
|
|
.staff-nav.data-v-07da24cf {
|
|
padding: 14px 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.nav-back.data-v-07da24cf { font-size: 20px; color: #fff;
|
|
}
|
|
.nav-title.data-v-07da24cf { font-size: 18px; font-weight: 700; color: #fff;
|
|
}
|
|
.avatar.data-v-07da24cf {
|
|
width: 42px; height: 42px;
|
|
border-radius: 50%;
|
|
display: flex; align-items: center; justify-content: center;
|
|
font-size: 18px; color: #fff;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
border: 1px solid #e8edf4;
|
|
}
|
|
.avatar-img.data-v-07da24cf { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;
|
|
}
|
|
.avatar-initials.data-v-07da24cf { font-weight: 600;
|
|
}
|
|
.popup-mask.data-v-07da24cf {
|
|
position: fixed; top: 0; left: 0; right: 0; bottom: 0;
|
|
background: rgba(0,0,0,0.5); z-index: 100;
|
|
display: flex; align-items: flex-end; justify-content: center;
|
|
}
|
|
.popup-content.data-v-07da24cf {
|
|
background: #fff; border-radius: 16px 16px 0 0;
|
|
width: 430px; max-width: 100%;
|
|
display: flex; flex-direction: column;
|
|
}
|
|
.popup-header.data-v-07da24cf {
|
|
display: flex; justify-content: space-between; align-items: center;
|
|
padding: 16px 20px; border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.popup-title.data-v-07da24cf { font-size: 16px; font-weight: 600;
|
|
}
|
|
.popup-close.data-v-07da24cf { font-size: 18px; color: #999;
|
|
}
|
|
.popup-body.data-v-07da24cf { padding: 16px 20px;
|
|
}
|
|
.popup-footer.data-v-07da24cf { padding: 12px 20px 20px;
|
|
}
|
|
.popup-desc.data-v-07da24cf { font-size: 12px; color: #6b7280; line-height: 1.45; margin-bottom: 10px;
|
|
}
|
|
.popup-actions.data-v-07da24cf { display: flex; align-items: center; gap: 10px;
|
|
}
|
|
.btn-ghost.data-v-07da24cf {
|
|
width: 96px;
|
|
border: 1px solid #dbe3ee !important;
|
|
background: #fff !important;
|
|
color: #64748b !important;
|
|
}
|
|
.btn-confirm.data-v-07da24cf { flex: 1;
|
|
}
|