64 lines
792 B
Plaintext
64 lines
792 B
Plaintext
|
|
|
|
|
|
QWidget#MenuBarUI {
|
|
background-color: #364860;
|
|
border: none;
|
|
}
|
|
|
|
.QFrame {
|
|
background-color: #FFFFFF;
|
|
border: none;
|
|
}
|
|
|
|
/*
|
|
.QLabel#label_Status{
|
|
background-color: white;
|
|
background-attachment: scroll;
|
|
|
|
border-width: 2px;
|
|
border-color: darkkhaki;
|
|
border-style: solid;
|
|
border-radius: 5;
|
|
padding: 3px;
|
|
font :20px "黑体";
|
|
font-weight:bold;
|
|
|
|
text-align:AlignLeft,AlignVCenter;
|
|
|
|
}
|
|
*/
|
|
|
|
.QLabel{
|
|
font :20px "黑体";
|
|
font-weight:bold;
|
|
}
|
|
|
|
.QPushButton
|
|
{
|
|
color: #FCF9FB;
|
|
border: none;
|
|
}
|
|
|
|
.QPushButton[state="0"]{
|
|
font :15px "黑体";
|
|
background-color: #364860;
|
|
}
|
|
|
|
.QPushButton:hover{
|
|
color: #2EFEF7;
|
|
}
|
|
|
|
.QPushButton[state="2"]{
|
|
font :20px "黑体";
|
|
font-weight:bold;
|
|
background-color: #2A3950;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|