HM-SPMS/resource/fr/style/light/usermng.qss

75 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
*{
outline:0px;
}
QWidget,
QDialog,
KbdPropertyDlg{
color:#333333;
font-size:14px;
font-family:Microsoft YaHei;
}
QDialog,
KbdPropertyDlg{
background:#e6ecf2;
}
QFrame#mainFrame{
background-color: #e6ecf2;
border:1px solid #cccfd9;
}
QWidget#mainWidget{
border:1px solid #cccfd9;
background:white;
}
KbdTable{
color:#666666;
outline:0px;
border: 1px solid #cccfd9;
alternate-background-color: #f4f8fb;
background-color:white;
}
KbdTable::item{
outline:0px;
height:28px;
}
KbdTable::item:selected {
background-color: rgba(9,106,228,38);
color:#096ae4;
}
QListView{
background:white;
color: #333333;
outLine:0px;
border:1px solid #cccfd9;
}
QListView::item:hover,
QListView::item:selected{
background-color: rgba(9,106,228,38);
color:#096ae4;
}
QListView::item:!enabled{
color:#999999;
}
QToolButton,QToolButton:unchecked { /* ToolBar里的按钮和带下拉菜单的按钮 */
border-width: 1px;
border-radius: 3px;
background-color: transparent;
width: 28px;
height: 28px;
}
QAbstractSpinBox::up-button {
height:4px;
}
QAbstractSpinBox::down-button {
height:4px;
}
QLabel#SignatureLable{
background: white;
border:1px;
max-width:490px;
min-height:300px;
font-size:36px;
font-style:italic;
font-weight:Bold;
}