Mini Kabibi Habibi
AlarmCenterUI--QAlarmEventRealStatistic QWidget#wgtShowView
{
background:#ffffff;
border:none;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollArea#scrollArea
{
border: 0px none;
}
AlarmCenterUI--QAlarmEventRealStatistic QWidget#scrollAreaWidgetContents
AlarmCenterUI--QAlarmEventRealStatistic QVBoxLayout#LayoutAlarmInfo
{
background-color: #ffffff;
border: 0px none;
}
/* 字体设置 */
AlarmCenterUI--QAlarmEventRealStatistic QWidget#scrollAreaBarContents
{
background-color: #ffffff;
border:none;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar:vertical
{
width:4px;
background:rgba(0,0,0,0%);
margin:0px,0px,0px,0px;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar::handle:vertical
{
width:4px;
background:rgba(0,0,0,10%);
border-radius:4px;
min-height:20;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar::handle:vertical:hover
{
width:4px;
background:rgba(0,0,0,50%);
border-radius:4px;
min-height:20;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar:horizontal
{
height:4px;
background:rgba(0,0,0,0%);
margin:0px,0px,0px,0px;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar::handle:horizontal
{
height:4px;
background:rgba(0,0,0,10%);
border-radius:4px;
min-width:20;
}
AlarmCenterUI--QAlarmEventRealStatistic QScrollBar::handle:horizontal:hover
{
height:4px;
background:rgba(0,0,0,50%);
border-radius:4px;
min-width:20;
}