QMainWindow#MainWindow{ background-image: url(:/Static/windPic.png); background-color: rgba(0, 0, 0, 128); } QWidget#MonitorTag{ background-color: #374065; border-radius: 5px; border: 3px solid; border-color: #1E6C92; } QWidget#filterWidget{ background-color: #1B2838; border-radius: 10px; border: 3px solid; border-color: #1C526A; } QWidget#scrollArea, QWidget#fillWidget{ background-color: transparent; border: none; } QLabel{ color: #DDDDE9; font-family: Microsoft YaHei; font-weight: bold; } QComboBox{ font-family: Microsoft YaHei; font-weight: bold; border: none; background-color: transparent; } QComboBox::drop-down{ subcontrol-origin: padding; subcontrol-position: top right; width: 25px; border:none; image: url(:/Static/down.png) } QPushButton#ClearanceButton, QPushButton#FlangeButton, QPushButton#GyroscopeButton, QPushButton#minButton, QPushButton#closeButton{ border: none; font-family: Microsoft YaHei; font-weight: bold; } QPushButton#monitorButton, QPushButton#flangeButton, QPushButton#clearanceButton, QPushButton#gyroscopeButton{ color: white; background-color: rgba(16,68,105, 80%); border-radius: 5px; border: 3px solid; border-color: #115C8E; height: 30px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QPushButton#normalButton, QPushButton#standbyButton, QPushButton#hutdownButton, QPushButton#failureButton, QPushButton#runButton, QPushButton#interruptedButton{ background-color: rgba(16,68,105, 80%); color: white; height: 35px; border: none; border-radius: 5px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QListView#deviceList, QListView#flangeList{ border: 3px solid; background-color: #214055; color: white; border-radius: 10px; border-color: #175E88; } QGridLayout#monitorLayout{ background-color: #214055; } QScrollBar::vertical{ width:10px; background:rgba(37,85,105,100%); padding-top:9px; padding-bottom:9px; } QScrollBar::handle:vertical{ width:20px; border-image:url(:/Static/Sliding.png); margin:0px,0px,0px,0px; } QScrollBar::handle:vertical:hover{ width:18px; background:rgba(69, 178, 255,100%); border-radius:4px; min-height:20; } QScrollBar::add-line:vertical{ height:0px; width:18px; subcontrol-position:bottom; background:rgba(69, 178, 255,100%); } QScrollBar::sub-line:vertical{ height:0px; width:18px; subcontrol-position:top; background:rgba(69, 178, 255,100%); } QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical{ background:rgba(37,85,105,100%); }