| 1234567891011121314151617181920212223242526 | 
							
- /* 频率按钮样式表 */
 
- QPushButton
 
- {
 
-     color: #3A3F63;
 
-     /* font-weight: normal; */
 
-     font-size: 14px;
 
-     text-align: left;
 
-     padding-left: 19px;
 
-     background: transparent;
 
-     border-radius: 0px 0px 0px 0px;
 
-     border: 0px;
 
- }
 
- QPushButton:checked
 
- {   
 
-     color: #3A3F63;
 
-     text-align: left;
 
-     padding-left: 19px;
 
-     background: rgba(68,88,254,0.1);
 
-     border-radius: 0px;
 
-     border-right: 2px solid #4458FE;
 
- }
 
 
  |