fix:优化当前的项目
This commit is contained in:
@@ -257,6 +257,17 @@ a {
|
||||
background: transparent;
|
||||
font-size: 13px;
|
||||
font-weight: 750;
|
||||
padding-right: 20px;
|
||||
background-image:
|
||||
linear-gradient(45deg, transparent 50%, #8a6f58 50%),
|
||||
linear-gradient(135deg, #8a6f58 50%, transparent 50%);
|
||||
background-position:
|
||||
calc(100% - 12px) calc(50% - 2px),
|
||||
calc(100% - 7px) calc(50% - 2px);
|
||||
background-size:
|
||||
5px 5px,
|
||||
5px 5px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.topbar-select:focus {
|
||||
@@ -441,6 +452,45 @@ button {
|
||||
transform 0.18s ease;
|
||||
}
|
||||
|
||||
select {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
padding-right: 34px;
|
||||
background-image:
|
||||
linear-gradient(45deg, transparent 50%, #8a6f58 50%),
|
||||
linear-gradient(135deg, #8a6f58 50%, transparent 50%),
|
||||
linear-gradient(180deg, #ffffff, #ffffff);
|
||||
background-position:
|
||||
calc(100% - 16px) calc(50% - 2px),
|
||||
calc(100% - 11px) calc(50% - 2px),
|
||||
0 0;
|
||||
background-size:
|
||||
6px 6px,
|
||||
6px 6px,
|
||||
100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
select:hover {
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
select:disabled {
|
||||
color: var(--faint);
|
||||
border-color: var(--line);
|
||||
background-image:
|
||||
linear-gradient(45deg, transparent 50%, #c4af98 50%),
|
||||
linear-gradient(135deg, #c4af98 50%, transparent 50%),
|
||||
linear-gradient(180deg, #f8f3ec, #f8f3ec);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.ui-select {
|
||||
background-color: #fffdf8;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
line-height: 1.6;
|
||||
@@ -770,6 +820,49 @@ button.target-char-chip {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.image-model-banner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin: 8px 0;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid rgba(255, 122, 26, 0.24);
|
||||
border-radius: var(--radius);
|
||||
background: linear-gradient(135deg, #fff8ed, #fff0dc);
|
||||
}
|
||||
|
||||
.image-model-banner div {
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.image-model-banner strong {
|
||||
color: var(--text);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.image-model-banner span {
|
||||
overflow: hidden;
|
||||
color: var(--muted);
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.image-model-banner a {
|
||||
flex: 0 0 auto;
|
||||
color: var(--accent-2);
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
font-weight: 850;
|
||||
}
|
||||
|
||||
.image-model-banner a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.cover-mode-switch {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@@ -929,6 +1022,92 @@ button.target-char-chip {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.billing-list {
|
||||
max-height: 260px;
|
||||
}
|
||||
|
||||
.billing-table-wrap {
|
||||
overflow: auto;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.billing-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
min-width: 760px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.billing-table th,
|
||||
.billing-table td {
|
||||
padding: 10px 12px;
|
||||
border-bottom: 1px solid var(--line);
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.billing-table thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
background: #fff8ed;
|
||||
color: var(--muted);
|
||||
font-weight: 800;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.billing-table tbody tr:hover {
|
||||
background: var(--surface-2);
|
||||
}
|
||||
|
||||
.billing-table .mono {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.billing-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 64px;
|
||||
padding: 2px 8px;
|
||||
border-radius: 999px;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.billing-badge.pending {
|
||||
color: #b54708;
|
||||
background: #fffaeb;
|
||||
}
|
||||
|
||||
.billing-badge.paid {
|
||||
color: #027a48;
|
||||
background: #ecfdf3;
|
||||
}
|
||||
|
||||
.billing-badge.failed {
|
||||
color: #b42318;
|
||||
background: #fef3f2;
|
||||
}
|
||||
|
||||
.billing-badge.closed {
|
||||
color: #475467;
|
||||
background: #f2f4f7;
|
||||
}
|
||||
|
||||
.billing-table td.in {
|
||||
color: #027a48;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.billing-table td.out {
|
||||
color: #b42318;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.poster-card {
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
@@ -1093,6 +1272,33 @@ button.target-char-chip {
|
||||
box-shadow: var(--shadow-soft);
|
||||
}
|
||||
|
||||
.model-image-config {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
margin-bottom: 12px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(255, 122, 26, 0.28);
|
||||
border-radius: var(--radius);
|
||||
background: linear-gradient(135deg, #fffaf3, #fff0dc);
|
||||
}
|
||||
|
||||
.model-image-config strong,
|
||||
.model-image-config span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.model-image-config strong {
|
||||
color: var(--text);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.model-image-config span {
|
||||
margin-top: 4px;
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.settings-layout {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
@@ -1318,6 +1524,525 @@ button.target-char-chip {
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.upgrade-layout {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.upgrade-panel {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.upgrade-scroll {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.upgrade-hero {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: linear-gradient(135deg, #fff, #fff0dc);
|
||||
box-shadow: var(--shadow-soft);
|
||||
}
|
||||
|
||||
.upgrade-hero h2 {
|
||||
margin: 0;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.upgrade-hero p {
|
||||
max-width: 620px;
|
||||
margin: 6px 0 0;
|
||||
line-height: 1.55;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.upgrade-balance-card {
|
||||
min-width: 160px;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
background: linear-gradient(135deg, #ffb23f, #ff6b16);
|
||||
color: #fff;
|
||||
box-shadow: 0 18px 40px rgba(255, 107, 22, 0.22);
|
||||
}
|
||||
|
||||
.upgrade-balance-card span,
|
||||
.upgrade-balance-card small {
|
||||
display: block;
|
||||
color: rgba(255, 255, 255, 0.82);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.upgrade-balance-card strong {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
font-size: 28px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.upgrade-grid {
|
||||
margin-top: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.upgrade-plans-stack {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.upgrade-plan-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.upgrade-tabbar {
|
||||
display: inline-flex;
|
||||
gap: 6px;
|
||||
padding: 2px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
background: #fffdf9;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.upgrade-tab {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
min-height: 24px;
|
||||
padding: 0 10px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
font-weight: 800;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.upgrade-tab.is-active {
|
||||
border-color: #ffca97;
|
||||
background: #fff0de;
|
||||
color: #9b3f00;
|
||||
}
|
||||
|
||||
.upgrade-plan {
|
||||
height: 100%;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(255, 122, 26, 0.42);
|
||||
border-radius: var(--radius);
|
||||
background: linear-gradient(180deg, #fff, #fff8ed);
|
||||
box-shadow: 0 10px 24px rgba(255, 107, 22, 0.18);
|
||||
display: grid;
|
||||
align-content: start;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted {
|
||||
border-color: #4a2f1f;
|
||||
background: linear-gradient(180deg, #3c2619, #2b1a12);
|
||||
box-shadow: 0 14px 30px rgba(38, 20, 12, 0.3);
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted .plan-head h3,
|
||||
.upgrade-plan.is-highlighted p,
|
||||
.upgrade-plan.is-highlighted ul {
|
||||
color: #f8e9da;
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted .plan-head span {
|
||||
background: rgba(255, 173, 66, 0.2);
|
||||
color: #ffd39f;
|
||||
}
|
||||
|
||||
.plan-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.plan-head h3 {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.plan-head span {
|
||||
display: inline-flex;
|
||||
width: fit-content;
|
||||
flex: 0 0 auto;
|
||||
padding: 5px 10px;
|
||||
border-radius: 999px;
|
||||
background: var(--accent-soft);
|
||||
color: var(--accent-2);
|
||||
font-size: 12px;
|
||||
font-weight: 850;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.upgrade-plan p {
|
||||
margin: 0;
|
||||
color: var(--muted);
|
||||
line-height: 1.45;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.plan-price {
|
||||
margin: 0;
|
||||
display: inline-flex;
|
||||
justify-self: start;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
align-items: baseline;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(180deg, #fff2de, #ffe2bf);
|
||||
color: #b43f00;
|
||||
font-size: 28px;
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.2px;
|
||||
box-shadow: 0 10px 24px rgba(255, 107, 22, 0.18);
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted .plan-price {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(180deg, #ffcf90, #ffb766);
|
||||
color: #5a2a05;
|
||||
font-size: 28px;
|
||||
letter-spacing: 0.2px;
|
||||
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted .upgrade-toggle-row label {
|
||||
color: #f8e9da;
|
||||
}
|
||||
|
||||
.upgrade-plan.is-highlighted .ui-select {
|
||||
border-color: #7a553c;
|
||||
background-color: #f8e9da;
|
||||
color: #2d1f17;
|
||||
}
|
||||
|
||||
.upgrade-plan ul {
|
||||
margin: 0 0 0 16px;
|
||||
padding: 0;
|
||||
color: var(--muted);
|
||||
line-height: 1.55;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.upgrade-toggle-row {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.upgrade-toggle-row label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.upgrade-wallet {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.upgrade-stats {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.upgrade-stats div {
|
||||
padding: 10px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: var(--surface-2);
|
||||
}
|
||||
|
||||
.upgrade-stats span,
|
||||
.upgrade-stats strong {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.upgrade-stats span {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.upgrade-stats strong {
|
||||
margin-top: 4px;
|
||||
color: var(--text);
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.upgrade-recharge {
|
||||
margin-top: 8px;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.upgrade-recharge button {
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
white-space: nowrap;
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.upgrade-plan button.secondary,
|
||||
.upgrade-recharge button.secondary {
|
||||
border-color: #ffb57a;
|
||||
background: #fff6ec;
|
||||
color: #9b3f00;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.upgrade-plan button.secondary:hover,
|
||||
.upgrade-recharge button.secondary:hover {
|
||||
background: #ffe9d3;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card {
|
||||
padding: 0;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: #fff;
|
||||
box-shadow: var(--shadow-soft);
|
||||
align-self: start;
|
||||
position: sticky;
|
||||
top: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card > *:not(.purchase-head) {
|
||||
margin-left: 12px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.purchase-section {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.purchase-head {
|
||||
padding: 12px;
|
||||
border-bottom: 1px solid var(--line);
|
||||
background: var(--surface-2);
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card h3 {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card .muted.small {
|
||||
margin: 0;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.purchase-row {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: var(--surface-2);
|
||||
}
|
||||
|
||||
.purchase-row span {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.purchase-row strong {
|
||||
color: var(--text);
|
||||
font-size: 15px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.purchase-meta-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.purchase-qty {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.purchase-qty > span {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
font-weight: 750;
|
||||
}
|
||||
|
||||
.purchase-qty .tiny {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.purchase-info {
|
||||
display: grid;
|
||||
gap: 3px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.purchase-static-text {
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
font-size: 12px;
|
||||
line-height: 1.45;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.purchase-stepper {
|
||||
display: grid;
|
||||
grid-template-columns: 42px minmax(0, 1fr) 42px;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.purchase-stepper button {
|
||||
margin-top: 0;
|
||||
min-height: 36px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.purchase-stepper input {
|
||||
text-align: center;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.pay-channel-group {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.pay-channel-option {
|
||||
margin: 0;
|
||||
min-height: 34px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 10px;
|
||||
background: #fff;
|
||||
color: var(--muted);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.pay-channel-option[data-channel="wechat"] {
|
||||
border-color: #b7e8c9;
|
||||
color: #1f9d55;
|
||||
background: #f4fdf7;
|
||||
}
|
||||
|
||||
.pay-channel-option[data-channel="alipay"] {
|
||||
border-color: #b8d8ff;
|
||||
color: #1677ff;
|
||||
background: #f3f8ff;
|
||||
}
|
||||
|
||||
.pay-channel-option[data-channel="wechat"].is-active {
|
||||
border-color: #07c160;
|
||||
color: #056a35;
|
||||
background: #eafaf1;
|
||||
box-shadow: 0 8px 18px rgba(7, 193, 96, 0.2);
|
||||
}
|
||||
|
||||
.pay-channel-option[data-channel="alipay"].is-active {
|
||||
border-color: #1677ff;
|
||||
color: #0d4fb8;
|
||||
background: #ebf3ff;
|
||||
box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2);
|
||||
}
|
||||
|
||||
.purchase-summary {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.purchase-summary-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
gap: 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: var(--surface-2);
|
||||
}
|
||||
|
||||
.purchase-summary span {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.purchase-summary strong {
|
||||
color: var(--accent-2);
|
||||
font-size: 18px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.purchase-action {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card #vipRechargeBtn {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
min-height: 40px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 860px) {
|
||||
.upgrade-hero {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.upgrade-balance-card {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upgrade-grid,
|
||||
.upgrade-stats,
|
||||
.upgrade-recharge {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.upgrade-plan-grid,
|
||||
.pay-channel-group {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.purchase-meta-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.upgrade-purchase-card {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.upgrade-recharge button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.section-title {
|
||||
margin: 0 0 12px;
|
||||
font-size: 16px;
|
||||
@@ -1804,3 +2529,60 @@ button.target-char-chip {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-dialog-root {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.ui-dialog-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 16px;
|
||||
background: rgba(17, 24, 39, 0.45);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
width: min(420px, calc(100vw - 32px));
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: #fff;
|
||||
box-shadow: var(--shadow);
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.ui-dialog-title {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ui-dialog-message {
|
||||
margin-top: 8px;
|
||||
color: var(--muted);
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.ui-dialog-input {
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog-actions {
|
||||
margin-top: 12px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.ui-dialog-btn {
|
||||
width: auto;
|
||||
min-width: 92px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user