TimePartWidget
0
0
56
192
16777215
16777215
Form
0
0
0
0
0
-
0
0
16777215
16777215
QListWidget
{
font-family:"Source Han Sans CN";
font-size: 14px;
font-weight: 400;
color: "#3A3F63";
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.06);
background: #ffffff;
outline: 0px;
}
QListView::item:hover {
background-color: rgb(245,245,245);
font-family:"Source Han Sans CN";
font-size: 14px;
font-weight: 400;
color: "#3A3F63";
}
QListView::item:selected {
background-color: rgb(227, 238, 255);
font-family:"Source Han Sans CN";
font-size: 14px;
font-weight: 500;
color: "#3A3F63";
outline: none;
}
QScrollBar:vertical
{
border:none;
background-color: #e2e2e2;
width: 4px;
}
QScrollBar::handle:vertical
{
background: #e2e2e2;
border-radius: 2px;
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical
{
background: #ffffff;/*transparent;*/
border: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
{
background: #ffffff;/*transparent;*/
border: none;
}