84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
|
|
QFrame#frame{
|
|||
|
|
border:1px solid #cccfd9;
|
|||
|
|
}
|
|||
|
|
QFrame#eventHeadFrame{
|
|||
|
|
border-bottom: 1px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
QFrame#eventCentralFrame{
|
|||
|
|
background:white;
|
|||
|
|
border:1px solid #d8d8d8;
|
|||
|
|
border-top:0px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
QCheckBox#checkLevel::hover,
|
|||
|
|
QCheckBox#checkLocation::hover,
|
|||
|
|
QCheckBox#checkType::hover,
|
|||
|
|
QCheckBox#checkRegion::hover{
|
|||
|
|
background:transparent;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
QPushButton#iconButton{
|
|||
|
|
border:none;
|
|||
|
|
border-radius:0px;
|
|||
|
|
image:url(../../resource/zh/public/light/icon/calendar.png);
|
|||
|
|
}
|
|||
|
|
QPushButton#realEventButton{
|
|||
|
|
width: 100px;
|
|||
|
|
height: 28px;
|
|||
|
|
background-color:rgb(242,245,250);
|
|||
|
|
color: rgb(2,123,179);
|
|||
|
|
border-radius: 0px;
|
|||
|
|
border:1px solid #d8d8d8;
|
|||
|
|
border-right:0px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
QPushButton#hisEventButton{
|
|||
|
|
width: 100px;
|
|||
|
|
height: 28px;
|
|||
|
|
background-color:rgb(236,239,242);
|
|||
|
|
color: rgb(2,123,179);
|
|||
|
|
border-radius: 0px;
|
|||
|
|
border:1px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
QPushButton#hisEventButton::disabled,QPushButton#realEventButton::disabled {
|
|||
|
|
background-color:rgb(236,239,242);
|
|||
|
|
border-bottom:1px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
QPushButton#hisEventButton::checked,QPushButton#realEventButton::checked {
|
|||
|
|
background-color:white;
|
|||
|
|
border-bottom:0px solid #d8d8d8;
|
|||
|
|
}
|
|||
|
|
QPushButton#realSearchButton,
|
|||
|
|
QPushButton#hisSearchButton{
|
|||
|
|
border:0px;
|
|||
|
|
background:white;
|
|||
|
|
image:url(../../resource/zh/public/light/icon/search.png);
|
|||
|
|
}
|
|||
|
|
QPushButton#realSearchButton:hover,
|
|||
|
|
QPushButton#hisSearchButton:hover {
|
|||
|
|
background-color: #d1e3f8;
|
|||
|
|
}
|
|||
|
|
QPushButton#realSearchButton:pressed,
|
|||
|
|
QPushButton#hisSearchButton:pressed {
|
|||
|
|
background-color: #d1e3f8;
|
|||
|
|
padding: 2px -1px -2px 1px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
QTableView {
|
|||
|
|
color:#333333;
|
|||
|
|
outline:0px;
|
|||
|
|
border: 1px solid #cccfd9;
|
|||
|
|
alternate-background-color: #f4f8fb;
|
|||
|
|
background-color:white;
|
|||
|
|
qproperty-showGrid:false;
|
|||
|
|
}
|
|||
|
|
QLineEdit#realSearchEdit,
|
|||
|
|
QLineEdit#hisSearchEdit
|
|||
|
|
{
|
|||
|
|
background: #FDFDFD;/*不建议设为透明,否则table编辑时会字显示*/
|
|||
|
|
selection-background-color: #096ae4;
|
|||
|
|
selection-color:#FDFDFD;
|
|||
|
|
border: 1px solid #B2B9C3;
|
|||
|
|
border-radius: 0px;
|
|||
|
|
padding: 1 1 1 1px;
|
|||
|
|
height:22px;
|
|||
|
|
}
|