*{ outline: none; } QWidget { font-size: 14px; color: #B1B3B4; line-height: 22px; text-align: left; font-style: normal; text-transform: none; } QWidget#TransmitterSwitch { background: #202428; } /* 整体背景 */ QWidget#widget { background: #070709; } QPushButton { /* font-family: 思源黑体M; */ /* font-weight: 400; */ font-size: 14px; color: #D2D2D2; line-height: 22px; text-align: center; font-style: normal; text-transform: none; } /*=============================================================== * widget_Top ================================================================*/ QWidget#widget_top { background-color:#202428; border-radius: 4px 4px 4px 4px; } QLabel#label_X1 { text-align: center; color: #F53F3F; } QPushButton#pBtn_defaultPlan { /* background: #202428; */ border-radius: 20px 20px 20px 20px; } QPushButton#pBtn_defaultPlan:checked { border-image: url(:/ICON/ICON/Switch_Open.png); } QPushButton#pBtn_defaultPlan { border-image: url(:/ICON/ICON/Switch_Close.png); } QRadioButton#rBtn_moment::indicator:unchecked, QRadioButton#rBtn_day::indicator:unchecked { background: #FFFFFF; border-radius: 6px; border: 2px solid #E5E6EB; /* border-image: url(:/ICON/ICON/rBtn_Unchaecked.png); */ } QRadioButton#rBtn_moment::indicator:checked, QRadioButton#rBtn_day::indicator:checked { background: #FFFFFF; border-radius: 6px; border: 4px solid #165DFF; color: #B1B3B4; /* border-image: url(:/ICON/ICON/rBtn_Checked.png); */ } QLabel#label_Tip { border-image: url(:/ICON/ICON/Tip_Dark.png); } QLabel#label_TipText { padding:8px; color: #D2D2D2; line-height: 14px; border-radius: 4px; background: #505357; border: 1px solid rgba(255,255,255,0.15); } QPushButton#pBtn_editPlan, #pBtn_clearPlan, #pBtn_importPlan, #pBtn_exportPlan, #pBtn_deletePlan, #pBtn_cloneToOther, #pBtn_refresh, #pBtn_templateManager { background: rgba(255,255,255,0.08); border-radius: 2px 2px 2px 2px; } QPushButton#pBtn_editPlan:hover, #pBtn_clearPlan:hover, #pBtn_importPlan:hover, #pBtn_exportPlan:hover, #pBtn_deletePlan:hover, #pBtn_cloneToOther:hover, #pBtn_refresh:hover, #pBtn_templateManager:hover { background: #1a69b8; border-radius: 2px 2px 2px 2px; } /* 添加按钮 */ QPushButton#pBtn_addPlan { color: #FFFFFF; background: #438EFF; border-radius: 2px 2px 2px 2px; } QPushButton#pBtn_addPlan:hover { color: #FFFFFF; background: #1a69b8; border-radius: 2px 2px 2px 2px; } /*=============================================================== * widget_Content ================================================================*/ QWidget#widget_content { background: #202428; border-radius: 4px 4px 4px 4px; } QWidget#widget_frequency { background: #313539; border-radius: 0px 0px 0px 0px; } /*=============================================================== * WidgetItems ================================================================*/ /* QWidget#widget_items_background { border-radius: 0px 0px 0px 0px; border: none; } QWidget#widget_items { border-radius: 0px 0px 0px 0px; border: 0px solid rgba(255,255,255,0.15); } */ /*=============================================================== * QScrollBar 滚动条 ================================================================*/ QScrollArea#scrollArea { background:transparent; /* background: #202428; */ border-radius:0px; border:none; } QWidget#scrollAreaContents_Card { background: transparent; /* background: #202428; */ border-radius: 0px 0px 0px 0px; border: 0px solid rgba(255,255,255,0.15); } QScrollBar:horizontal, QScrollBar:vertical { border:none; /* background-color: rgba(255, 255, 255, 0); */ background: transparent; margin: 0px 0px 0px 0px; } QScrollBar:horizontal { height: 12px; } QScrollBar:vertical { width: 6px; } QScrollBar::handle:horizontal,QScrollBar::handle:vertical { /* background: #E2E2E2; */ background: #505357; border-radius: 3px; min-width: 8px; } QScrollBar::handle:horizontal { min-width: 8px; } QScrollBar::handle:vertical { min-height: 113px; } QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal, QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { background-color: rgba(255, 255, 255, 0); border: none; } QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal, QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background-color: rgba(255, 255, 255, 0); background: none; } /*=============================================================== * TimeWidget 时间选择器 *===============================================================*/ TimeWidget { /* background: transparent; */ border-radius: 4px; padding-left:12px; border: 1px solid #438EFF; } CDate { background: transparent; border-radius: 4px; padding-left:12px; border: 1px solid #E6E9F4; }