双面打印
This commit is contained in:
@@ -348,4 +348,35 @@
|
||||
.ui8-printer-error {
|
||||
font-size: 22px;
|
||||
color: #b12651;
|
||||
}
|
||||
|
||||
.ui8-duplex-option {
|
||||
margin-top: 15px;
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user