QWidget { background: transparent; } QLable { font-size: 16px; color: #333333; background: transparent; } QToolButton { background: transparent; } QWidget#wdgtTop { background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #71b5ff, stop:1 #3d7eff); } /** 左上角LOGO和TITLE **/ QWidget#wdgtTitle QLabel#labelLogo{ margin: 10px; } QWidget#wdgtTitle QLabel#labelTitle{ color: #FFFFFF; font-size: 30px; font-weight: bold; font-family: "Microsoft YaHei"; } /** 中间菜单按钮区域 **/ QWidget#wdgtFunc QToolButton { border: 0px; border-radius: 10px; font-size: 18px; font-family: "Microsoft YaHei"; color: #FFFFFF; padding: 10px; } QWidget#wdgtFunc QToolButton:checked { background: #69C2F7; color: #FFFFFF; } QWidget#wdgtFunc QToolButton:checked:hover { background: #69C2F7; color: #FFFFFF; } QWidget#wdgtFunc QToolButton:hover { background: rgba(80, 72, 151, 0.3); color: #FFFFFF; } /** 温湿度环境 **/ QWidget#wdgtEnv QLabel{ font-size: 20px; color: #FFFFFF; font-family: "Microsoft YaHei"; } /** 右上角关闭最小化按钮 **/ QWidget#wdgtBtnWin QToolButton{ padding: 3px; border: none; margin: 0px; } QWidget#wdgtLoginUser QLabel{ font-size: 20px; color: #FFFFFF; font-family: "Microsoft YaHei"; /*font-weight: bold;*/ }