75 lines
1.3 KiB
Plaintext
75 lines
1.3 KiB
Plaintext
|
|
*{
|
||
|
|
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;
|
||
|
|
}
|