29 lines
513 B
Plaintext
29 lines
513 B
Plaintext
|
|
QLabel{
|
||
|
|
font-family:Microsoft YaHei;
|
||
|
|
font-size:14px;
|
||
|
|
color: #666666;
|
||
|
|
}
|
||
|
|
QListView{
|
||
|
|
background:white;
|
||
|
|
color: #666666;
|
||
|
|
outLine:0px;
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
font-family:Microsoft YaHei;
|
||
|
|
font-size:14px;
|
||
|
|
}
|
||
|
|
QListView::item{
|
||
|
|
height:30px;
|
||
|
|
}
|
||
|
|
QListView::item:hover{
|
||
|
|
background-color: rgba(9,106,228,38);
|
||
|
|
}
|
||
|
|
QListView::item::selected{
|
||
|
|
color:#096ae4;
|
||
|
|
}
|
||
|
|
QGraphicsView{
|
||
|
|
background-color: transparent;
|
||
|
|
border: 1px solid #cccfd9;
|
||
|
|
}
|
||
|
|
QGraphicsView::item{
|
||
|
|
background-color: #ff780a;
|
||
|
|
}
|