HM-SPMS/resource/fr/style/light/AlarmStatisWidget.qss
2025-03-20 17:30:43 +08:00

290 lines
6.2 KiB
Plaintext

QWidget
QDialog{
background:#e6ecf2;
color:#333333;
font-family:Microsoft YaHei;
font-size:14px;
}
QLabel{
font-family:Microsoft YaHei;
font-size:14px;
}
QFrame#frame{
border:0px solid #cccfd9;
}
QPushButton{
border: 1px solid #cccfd9;
border-radius: 5px;
background-color: white;
height:30px;
color:#333333;
width:60px;
}
QPushButton:hover{
border-color:#cccfd9;
background-color: #f4f8fb;
}
QPushButton:pressed{
border:2px solid #4B027bec;
background-color: #f4f8fb;
}
QPushButton:disabled{
color: #999999;
border: 1px solid #999999;
background-color: #f4f8fb;
}
QPushButton:checked{
color:white;
background-color: #096ae4;
}
QComboBox{
background:white;
border: 1px solid #cccfd9;
color: #333333;
font-size:14px;
height:30px;
}
QComboBox:drop-down{
border:none;
padding-right:8px;
background:white;
}
QComboBox:down-arrow{
border-image:url(../../resource/zh/public/light/icon/arrowBottom.png);
height:8px;
width:10px;
}
QComboBox QAbstractItemView{
border:1px solid #cccfd9;
outLine: 0px;
selection-color:#096ae4;
background-color:white;
selection-background-color:rgba(9,106,228,38);
}
QComboBox#m_contrasComb{
min-width:60px;
}
QCheckBox{
color:#333333;
background:transparent;
}
QCheckBox:disabled{
color:#999999;
}
QCheckBox::hover {
color:#096ae4;
}
QCheckBox::indicator{
width: 14px;
height: 14px;
}
QCheckBox::indicator:unchecked {
image:url(../../resource/zh/public/light/icon/unchecked.png);
}
QCheckBox::indicator:checked{
image:url(../../resource/zh/public/light/icon/checked.png);
}
QDateEdit{
height:30px;
background:white;
color:#333333;
border:1px solid #cccfd9;
}
QDateEdit:drop-down{
border:none;
padding-right:8px;
background:white;
}
QDateEdit:down-arrow{
border-image:url(../../resource/zh/public/light/icon/arrowBottom.png);
height:8px;
width:10px;
}
QDateEdit#m_contrastTime{
min-width:100px;
}
QHeaderView::section {
height: 28px;
font-size:14px;
color: #333333;
background-color: #f4f8fb;
border:1px solid #cccfd9;
border-top-color:white;
border-right-color:white;
}
QTableView {
color:#666666;
outline:0px;
border: 1px solid #cccfd9;
alternate-background-color: #f4f8fb;
background-color:white;
font-family:Microsoft YaHei;
font-size:14px;
}
QTableView::item {
outline:0px;
height:30px;
}
QTableView::item:selected{
background-color: rgba(9,106,228,38);
color:#096ae4;
}
QTableView QTableCornerButton::section {
background-color:white;
}
QListView,
QTreeWidget{
background:white;
color: #666666;
outLine:0px;
border:1px solid #cccfd9;
font-family:Microsoft YaHei;
font-size:14px;
}
QListView::item,
QTreeWidget::item{
height:30px;
}
QListView::item:hover,
QListView::item:selected,
QTreeWidget::item:hover,
QTreeWidget::item:selected{
background-color: rgba(9,106,228,38);
color:#096ae4;
}
QScrollBar:vertical {
background:#cecece;
width: 10px;
margin: 0px;
}
QScrollBar:horizontal {
height: 10px;
background:#cecece;
}
QScrollBar::handle:vertical,
QScrollBar::handle:horizontal {
background:#999999;
}
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical,
QScrollBar::sub-line:horizontal, QScrollBar::add-line:horizontal {
width: 0;
height: 0;
}
QScrollBar::sub-page:vertical,
QScrollBar::add-page:vertical,
QScrollBar::sub-page:horizontal,
QScrollBar::add-page:horizontal{
background-color:#cecece;
}
QCalendarWidget QWidget{
border: none;
background-color: white;
color:#333333;
}
QCalendarWidget QWidget#qt_calendar_calendarview{
border-left: 1px solid #cccfd9;
border-right: 1px solid #cccfd9;
border-bottom: 1px solid #cccfd9;
background-color: white;
}
QCalendarWidget QWidget#qt_calendar_navigationbar {
background-color: white;
border: 1px solid #cccfd9;
}
QCalendarWidget QMenu{
width: 80px;
background-color: white;
border: 1px solid #cccfd9;
color:#333333;
}
QCalendarWidget QMenu::item{
background:white;
color:#333333;
}
QCalendarWidget QMenu::item:selected{
background-color: rgba(9,106,228,38);
color:#096ae4;
}
QCalendarWidget QWidget#qt_calendar_yearbutton{
background-color: white;
}
QCalendarWidget QSpinBox{
background-color: white;
}
QCalendarWidget QSpinBox::up-button{
padding-left: 1px;
image: url(../../resource/zh/public/light/icon/arrowTop.png);
}
QCalendarWidget QSpinBox::down-button{
padding-left: 1px;
padding-bottom: 1px;
image: url(../../resource/zh/public/light/icon/arrowBottom.png);
}
QCalendarWidget QSpinBox::up-button:pressed{
padding-top: 1px;
}
QCalendarWidget QToolButton#qt_calendar_prevmonth{
width: 40px;
qproperty-icon: url(../../resource/zh/public/light/icon/arrowLeft.png);
background-color: transparent;
}
QCalendarWidget QToolButton#qt_calendar_prevmonth:pressed {
padding-right: 3px;
}
QCalendarWidget QToolButton#qt_calendar_nextmonth {
width: 40px;
qproperty-icon: url(../../resource/zh/public/light/icon/arrowRight.png);
background-color: transparent;
}
QCalendarWidget QToolButton#qt_calendar_nextmonth:pressed {
padding-left: 3px;
}
QCalendarWidget QToolButton#qt_calendar_monthbutton {
padding-right: 10px;
background-color: transparent;
}
QTabWidget QWidget{
background:white;
}
QTabWidget::pane {
border: 1px solid #cccfd9;
padding: 0px;
}
QTabBar:tab {
width : 113px;
height: 35px;
color: #8f96a9;
background:#e6ecf2;
font-size:16px;
font-weight:Bold;
border:none;
}
QTabBar:tab:selected {
color: #096ae4;
background-color: white;
border-bottom:none;
}
CToolTip{
background:#303956;
}
QLabel#tipLabel{
background:#303956;
color:#eaeaea;
padding:6px;
}
ContrastWidget,
CDrillDownChart{
qproperty-labelColor: #333333;
qproperty-gridLineColor: #cccfd9;
qproperty-labelsColor: #666666;
qproperty-titleColor: #333333;
qproperty-legendColor: #333333;
}
CCurveChartView{
qproperty-plotTickColor: #666666;
qproperty-plotLinePen: #cccfd9;
qproperty-plotGridColor: #cccfd9;
qproperty-plotLegendColor: #333333;
}