样式修改完成,待测试

This commit is contained in:
rain
2026-07-07 17:07:34 +08:00
parent 0f6ed0cad3
commit 8a6a8acab7
32 changed files with 2097 additions and 505 deletions
+7
View File
@@ -407,6 +407,13 @@
transform: translateY(-2px);
}
.uc-btn:disabled {
cursor: not-allowed;
opacity: 0.65;
transform: none;
box-shadow: none;
}
.uc-btn-publish {
background: var(--bg-light);
color: var(--primary);