迁移用户审计和领取页
This commit is contained in:
@@ -172,6 +172,403 @@ select {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.modal-form {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.payload-text {
|
||||
font-family:
|
||||
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
|
||||
font-size: 12px;
|
||||
color: #4b5563;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.claim-page {
|
||||
min-height: 100vh;
|
||||
padding: 24px;
|
||||
background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.claim-header-card,
|
||||
.claim-content-card {
|
||||
width: min(680px, 100%);
|
||||
border-color: rgba(148, 163, 184, 0.18);
|
||||
box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
|
||||
}
|
||||
|
||||
.claim-header-card {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.claim-header-card .ant-card-body,
|
||||
.claim-content-card .ant-card-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.claim-header-copy {
|
||||
min-width: 0;
|
||||
padding-right: 220px;
|
||||
}
|
||||
|
||||
.claim-header-copy h1 {
|
||||
margin: 0;
|
||||
color: #0f172a;
|
||||
font-size: 30px;
|
||||
line-height: 1.25;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.claim-header-copy p,
|
||||
.claim-muted {
|
||||
margin: 0;
|
||||
color: #64748b;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.claim-step-indicator {
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
right: 24px;
|
||||
max-width: 210px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 7px;
|
||||
}
|
||||
|
||||
.claim-step-dots {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.claim-step-dot {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
background: #e5e7eb;
|
||||
color: #94a3b8;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.claim-step-dot.active {
|
||||
background: #1677ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.claim-step-progress-text {
|
||||
color: #64748b;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
text-align: right;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.claim-content-card .ant-typography {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.claim-state-card .ant-card-body {
|
||||
min-height: 240px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.claim-large-icon {
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
.claim-icon-success {
|
||||
color: #16a34a;
|
||||
}
|
||||
|
||||
.claim-icon-warning {
|
||||
color: #d97706;
|
||||
}
|
||||
|
||||
.claim-icon-info {
|
||||
color: #1677ff;
|
||||
}
|
||||
|
||||
.claim-icon-error {
|
||||
color: #dc2626;
|
||||
}
|
||||
|
||||
.claim-guide-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.claim-guide-figure {
|
||||
margin: 0;
|
||||
background: #f8fafc;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.claim-guide-figure .ant-image,
|
||||
.claim-guide-figure img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.claim-guide-figure figcaption {
|
||||
padding: 10px 12px 14px;
|
||||
color: #475569;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-qr-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
padding: 14px;
|
||||
border-radius: 8px;
|
||||
background: #f8fbff;
|
||||
border: 1px solid #dbeafe;
|
||||
}
|
||||
|
||||
.claim-qr-guide-panel {
|
||||
display: grid;
|
||||
grid-template-columns: 42px minmax(0, 280px) 42px;
|
||||
grid-template-areas:
|
||||
'left code right'
|
||||
'. hint .';
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 410px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.claim-scan-label {
|
||||
align-self: stretch;
|
||||
min-height: 150px;
|
||||
padding: 10px 6px;
|
||||
color: #e11d48;
|
||||
font-weight: 900;
|
||||
font-size: 17px;
|
||||
line-height: 1.2;
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: upright;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.claim-scan-label-left {
|
||||
grid-area: left;
|
||||
}
|
||||
|
||||
.claim-scan-label-right {
|
||||
grid-area: right;
|
||||
}
|
||||
|
||||
.claim-qr-code {
|
||||
grid-area: code;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
aspect-ratio: 1 / 1;
|
||||
padding: 10px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #dbeafe;
|
||||
}
|
||||
|
||||
.claim-save-hint {
|
||||
grid-area: hint;
|
||||
margin: 0;
|
||||
justify-self: center;
|
||||
color: #64748b;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.claim-role-panel {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.claim-role-panel.pending {
|
||||
opacity: 0.82;
|
||||
}
|
||||
|
||||
.claim-role-panel-item {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 88px minmax(0, 1fr);
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.claim-role-panel-item span {
|
||||
color: #64748b;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.claim-role-panel-item strong {
|
||||
min-width: 0;
|
||||
color: #0f172a;
|
||||
font-size: 17px;
|
||||
line-height: 1.45;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.claim-action-row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.claim-action-tooltip-wrap {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.claim-meta-footer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px 10px;
|
||||
justify-content: center;
|
||||
color: #94a3b8;
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.claim-info-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.claim-info-item {
|
||||
min-width: 0;
|
||||
padding: 16px;
|
||||
border-radius: 6px;
|
||||
background: #f8fafc;
|
||||
border: 1px solid #e5e7eb;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.claim-info-item span {
|
||||
color: #64748b;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-info-item strong {
|
||||
color: #0f172a;
|
||||
font-size: 17px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.claim-result-header {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.claim-feifei-main {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.claim-feifei-main p {
|
||||
margin: 0;
|
||||
color: #1677ff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.claim-feifei-label {
|
||||
color: #64748b;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-product-items {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.claim-product-items-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
color: #64748b;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-product-items-header strong {
|
||||
color: #1677ff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.claim-product-items-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.claim-product-item-row {
|
||||
min-height: 44px;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
background: #f8fafc;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.claim-product-item-row span {
|
||||
min-width: 0;
|
||||
color: #0f172a;
|
||||
font-weight: 700;
|
||||
line-height: 1.35;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.claim-product-item-row strong {
|
||||
flex: 0 0 auto;
|
||||
color: #0f172a;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.claim-product-items.compact {
|
||||
margin-top: 10px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.claim-product-items.compact .claim-product-items-list {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.claim-product-items.compact .claim-product-item-row {
|
||||
min-height: 36px;
|
||||
padding: 8px 10px;
|
||||
background: rgba(248, 250, 252, 0.72);
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.admin-sider {
|
||||
position: fixed !important;
|
||||
@@ -193,3 +590,129 @@ select {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.claim-page {
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.claim-header-card .ant-card-body,
|
||||
.claim-content-card .ant-card-body {
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.claim-header-copy {
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.claim-header-copy h1 {
|
||||
font-size: 24px;
|
||||
line-height: 1.22;
|
||||
}
|
||||
|
||||
.claim-header-copy p {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.claim-step-indicator {
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
max-width: 140px;
|
||||
}
|
||||
|
||||
.claim-step-dots {
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.claim-step-dot {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-step-progress-text {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.claim-guide-grid,
|
||||
.claim-info-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.claim-qr-block {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.claim-qr-guide-panel {
|
||||
grid-template-columns: 34px minmax(0, 1fr) 34px;
|
||||
gap: 8px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.claim-scan-label {
|
||||
min-height: 128px;
|
||||
padding: 8px 4px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.claim-qr-code {
|
||||
max-width: 232px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.claim-save-hint {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.claim-role-panel-item {
|
||||
grid-template-columns: 76px minmax(0, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.claim-role-panel-item span {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.claim-role-panel-item strong {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.claim-action-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.claim-action-row .ant-space-item,
|
||||
.claim-action-row .ant-btn,
|
||||
.claim-action-tooltip-wrap {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.claim-meta-footer {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.claim-result-header {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
.claim-header-copy {
|
||||
padding-right: 124px;
|
||||
}
|
||||
|
||||
.claim-header-copy h1 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.claim-header-copy p {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.claim-step-indicator {
|
||||
max-width: 116px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user