优化单双面样式

This commit is contained in:
xianyi
2025-12-08 14:58:11 +08:00
parent 2ba570a504
commit 578b5a509d
4 changed files with 74 additions and 42 deletions

View File

@@ -355,28 +355,4 @@
display: flex;
justify-content: flex-end;
align-items: center;
}
.ui8-duplex-label {
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
border: none;
background-color: inherit;
}
.ui8-duplex-checkbox {
width: 16px;
height: 16px;
cursor: pointer;
accent-color: rgba(0, 45, 93, 0);
border: none;
background-color: inherit;
}
.ui8-duplex-text {
font-size: 20px;
font-family: NotoSansCJKsc-Regular;
color: rgba(0, 45, 93, 0);
}