123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- *{
- outline: none;
- }
- QWidget
- {
- /* font-family: 思源黑体R; */
- /* font-weight: 400; */
- font-size: 14px;
- color: #B1B3B4;
- line-height: 22px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- /* 整体背景 */
- QWidget#widget
- {
- background: transparent;
- }
- 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
- {
- 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
- {
- 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#scrollAreaWidgetContents
- {
- border-radius: 0px 0px 0px 0px;
- border: 0px solid rgba(255,255,255,0.15);
- }
- QWidget#widget_items
- {
- border-radius: 0px 0px 0px 0px;
- border: 0px solid rgba(255,255,255,0.15);
- } */
- /*QScrollBar*/
- QScrollArea
- {
- background:transparent;
- border-radius:0px;
- border:none;
- }
- QScrollBar:horizontal, QScrollBar:vertical
- {
- border:none;
- background-color: rgba(255, 255, 255, 0);
- margin: 0px 0px 0px 0px;
- }
- QScrollBar:horizontal
- {
- height: 12px;
- }
- QScrollBar:vertical
- {
- width: 6px;
- }
- QScrollBar::handle:horizontal,QScrollBar::handle:vertical
- {
- background: #E2E2E2;
- 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;
- }
|