Add files via upload

This commit is contained in:
公明
2026-06-10 11:33:05 +08:00
committed by GitHub
parent d2fe023d7e
commit 529f94a4f7
2 changed files with 171 additions and 172 deletions
+1 -20
View File
@@ -1426,26 +1426,7 @@
color: var(--c2-text);
}
.c2-modal-close {
font-size: 18px;
cursor: pointer;
color: var(--c2-text-muted);
background: none;
border: none;
padding: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--c2-radius-xs);
transition: all 0.15s;
}
.c2-modal-close:hover {
background: var(--c2-surface-alt);
color: var(--c2-text);
}
/* .c2-modal-close 样式见 style.css 统一关闭按钮 */
.c2-modal-body { padding: 24px 28px; }