20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
|
|
CStationNavWidget{
|
||
|
|
background-color:#0a2355;
|
||
|
|
font: 14pt "Microsoft YaHei";
|
||
|
|
/*min-width: 1000px;*/
|
||
|
|
/*max-width:1000px;*/
|
||
|
|
/*min-height: 100px;*/
|
||
|
|
/*max-height: 100px;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
QPushButton{
|
||
|
|
border: none;
|
||
|
|
color: #FFFFFF;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
QPushButton:hover{
|
||
|
|
border: none;
|
||
|
|
color: #38e8fd;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|