diff --git a/resource/zh/style/dark/alarmmng.qss b/resource/zh/style/dark/alarmmng.qss index 9e5f6e36..e69de29b 100644 --- a/resource/zh/style/dark/alarmmng.qss +++ b/resource/zh/style/dark/alarmmng.qss @@ -1,46 +0,0 @@ -QFrame#frame{ - border:none; - background-color: #0b2a51; -} -QFrame#frame_2,QFrame#frame_3{ - border:0px solid #0669af; -} -QFrame#frame_head{ - background-color: #0b2a51; - border:0px solid #0669af; - border-top:0px solid #0669af; - border-left:0px solid #0669af; - border-right:0px solid #0669af; - border-bottom: 1px solid #0669af; -} -QFrame#frame_stackWidget{ - background:#0b2a51; - border:0px solid #0669af; -} -QStackedWidget#stackedWidget{ - border: 1px solid #0669af; - border-top: 0px solid #0669af; -} -QPushButton#aibt,QPushButton#dibt,QPushButton#pibt{ - background-color:#0b2a51; - height: 31px; - color:#01a6ec; - border-radius: 0px; - border:1px solid #0669af; - border-right:0px solid #0669af; -} -QPushButton#dibt,QPushButton#pibt,QPushButton#mibt{ - background-color:#0b2a51; - height: 31px; - color:#01a6ec; - border-radius: 0px; - border:1px solid #0669af; -} - -QPushButton#aibt::disabled,QPushButton#dibt::disabled,QPushButton#pibt::disabled,QPushButton#mibt::disabled { - border-bottom:1px solid #0669af; -} -QPushButton#aibt::checked,QPushButton#dibt::checked,QPushButton#pibt::checked,QPushButton#mibt::checked { - color:#02efef; - border-bottom:0px solid #0669af; -} \ No newline at end of file diff --git a/resource/zh/style/dark/duty_setting.qss b/resource/zh/style/dark/duty_setting.qss index c19601cd..e5dee858 100644 --- a/resource/zh/style/dark/duty_setting.qss +++ b/resource/zh/style/dark/duty_setting.qss @@ -1,9 +1,9 @@ -QListView,QComboBox,QPushButton,QTableWidget,QLineEdit,QLabel,QListWidget:item +QListView,QComboBox,QTableWidget,QLineEdit,QLabel,QListWidget:item { border-style:solid; - border:1px solid #0669af; - color:#01a6ec; + border:1px solid #6088BA; + color:#ffffff; } QLabel @@ -18,21 +18,10 @@ QLabel#label_0 QLabel#label_0,QLabel#label_1,QLabel#label_2,QLabel#label_3,QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#label_7 { - background-color: #0b2a51; + background-color: #4B6D97; } -QPushButton -{ - width: 80px; - height: 28px; -} - -QPushButton#pushButton_del -{ - width: 120px; - height: 28px; -} QListWidget { @@ -48,22 +37,17 @@ QListWidget::item QListWidget::item:hover, QListView::item:selected { - background-color: #134a72; - color:#01a6ec; + background-color: #5DA5FB; + color:#FFFFFF; } QListWidget#dropWidget::item:selected { - background-color: #134a72; - color:#01a6ec; + background-color: #5DA5FB; + color:#FFFFFF; } QListWidget#dropWidget:hover, QListWidget#dropWidget:focus{ - background-color: #134a72; - color:#01a6ec; + background-color: #4B6D97; + color:#FFFFFF; } - -QComboBox -{ - height: 28px; -} \ No newline at end of file diff --git a/resource/zh/style/dark/orderManage.qss b/resource/zh/style/dark/orderManage.qss index 35dc9328..03f1f96c 100644 --- a/resource/zh/style/dark/orderManage.qss +++ b/resource/zh/style/dark/orderManage.qss @@ -1,178 +1,7 @@ -QWidget { - background:#022644; - color:#01a6ec; -} QWidget#m_toolWidget{ max-width:40px; } -QWidget::separator{ - background-color:#01a0e7; - height:1px; - margin-bottom: 5px; -} -QToolButton{ - color: #00b3fd; - background-color: #0d3756; - border:1px solid #075993; - width: 30px; - height: 30px; - margin-bottom: 2px; -} -QPushButton { - color: #00b3fd; - background-color: transparent; - border:1px solid #075993; - width:40px; - height:20px; -} -QPushButton#m_editBtn, -QPushButton#m_delBtn{ - width: 80px; - height:30px; -} -QPushButton:hover,QToolButton:hover { - border: none; - background-color: #134a72; - color: #02efef; -} -QPushButton:pressed,QToolButton:pressed { - padding: 2px 0px 0px 2px; -} -QPushButton:disabled,QToolButton:disabled { - color: gray; - border-color:gray; - background: transparent; -} -QLineEdit,QTextEdit,QDateTimeEdit,QComboBox{ - height:25px; - font-size:13px; - background:#0d3756; - border: 1px solid #406587; - color:#406587; -} + QLineEdit#m_editName{ font-size:20px; -} -QLineEdit:enabled,QTextEdit:enabled,QDateTimeEdit:enabled,QComboBox:enabled{ - color:rgb(0, 228, 249); - border: 1px solid; - border-color:rgb(7, 89, 147); -} -QTextEdit{ - min-height:50px; -} -QComboBox:drop-down{ - border:none; - padding-right:10px; -} -QComboBox:down-arrow,QDateTimeEdit:down-arrow{ - border-image:url(../../data/back_pixmap/arrowDown.png); -} -QDateTimeEdit:up-arrow{ - border-image:url(../../data/back_pixmap/arrowUp.png); -} -QComboBox QAbstractItemView{ - color:rgb(3, 116, 169); - selection-color:rgb(1, 166, 235); - background-color:rgb(13, 55, 86); - selection-background-color:rgb(16, 67, 102); - outLine: 0px; -} -QTreeWidget { - font: 14px; - border: 1px solid #0a5b93; - color:#01a6ec; - background:#072d48; -} - -QTreeWidget::item { - height:28px; -} - -QTreeWidget::item:hover, QTreeView::branch:hover { - background: rgba(255, 255, 255, 40); -} - -QTreeWidget::item:selected, QTreeView::branch:selected { - background: #134a72; - color:#02efef; -} - -QTreeWidget::branch { - background: transparent; -} - -QTreeWidget::indicator{ - image:url(../../resource/zh/public/dark/icon/unchecked.png); - width: 13px; - height: 13px; -} - -QTreeWidget::indicator:checked, QTableView::indicator:checked { - image:url(../../resource/zh/public/dark/icon/checked.png); -} - -QTreeWidget::branch:closed:has-children{ - border-image: none; - image:url(../../resource/zh/public/dark/icon/arrowRight.png); -} - -QTreeWidget::branch:open:has-children{ - border-image: none; - image:url(../../resource/zh/public/dark/icon/arrowBottom.png); -} -QHeaderView{ - background-color: #022b4b; - border:none; -} -QHeaderView::section { - height: 25px; - color: #01a6ec; - padding:0px 0px 0px 5px; - background: #072d48; - border:1px solid #0a5b93; -} -QTableView{ - border: 1px solid #0a5b93; - color: #027bb3; - gridline-color: #024376; - alternate-background-color: transparent; - background-color: transparent; -} -QTableView::item:selected{ - background-color: #134a72; - color: #02efef; -} -QScrollBar:vertical { - background:rgb(16, 67, 102); - width: 8px; - margin: 0px; -} - -QScrollBar:horizontal { - height: 8px; - background:rgb(16, 67, 102); -} - -QScrollBar::handle:vertical, -QScrollBar::handle:horizontal { - background:rgb(23, 94, 143); -} - -QScrollBar::handle:vertical:hover, -QScrollBar::handle:horizontal:hover { - background: #175e7e; -} - -QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical, -QScrollBar::sub-line:horizontal, QScrollBar::add-line:horizontal { - width: 0; - height: 0; -} - -QScrollBar::sub-page:vertical, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:horizontal{ - background:rgb(16, 67, 102); -} +} \ No newline at end of file diff --git a/resource/zh/style/dark/public.qss b/resource/zh/style/dark/public.qss index dd87193d..0a5308ab 100644 --- a/resource/zh/style/dark/public.qss +++ b/resource/zh/style/dark/public.qss @@ -1082,7 +1082,9 @@ QAbstractSpinBox { border: 2px solid #6088BA; border-radius: 0px; padding: 0 0 0 0px; - height:40px; + max-height:36px; + min-height:36px; + height:36px; } QAbstractSpinBox:hover { diff --git a/resource/zh/style/dark/relaySetting.qss b/resource/zh/style/dark/relaySetting.qss index 407e5ae2..e69de29b 100644 --- a/resource/zh/style/dark/relaySetting.qss +++ b/resource/zh/style/dark/relaySetting.qss @@ -1,24 +0,0 @@ -QWidget,QFrame#frame,QFrame#frame_2{ - color:#01a6ec; - background-color: #0b2a51; -} - -QDialog#CLoginDlg{ - background:#022644; - color:#01a6ec; -} - -QTableWidget{ - background-color:#072d48; - alternate-background-color:red; - selection-color:#00e7fc; - selection-background-color:#134a72; - gridline-color:#09304c; - color:#027bb3; - border:1px solid #0a5b93; - outline:none; -} - -QTableWidget QTableCornerButton::section{ - background-color:rgb(13, 55, 86); -} \ No newline at end of file diff --git a/resource/zh/style/dark/shift.qss b/resource/zh/style/dark/shift.qss index d1cfbc54..dfae50fb 100644 --- a/resource/zh/style/dark/shift.qss +++ b/resource/zh/style/dark/shift.qss @@ -1,9 +1,9 @@ QFrame#MainFrame{ border:none; - background-color: #031624; + background-color: transparent; } HandoverWidget QFrame#MainFrame{ - background-color: #0d3756; + background-color: transparent; } QFrame#Frame{ @@ -16,19 +16,15 @@ QFrame#frame_2{ background-color: transparent; } QPushButton#iconButton{ -background:#001529; -image:url(../../resource/zh/public/dark/icon/calendar.png); + max-height:25px; + max-width:19px; + min-height:26px; + min-width:19px; + max-height:26px; + max-width:19px; + border: 0px solid #6088BA; + background:transparent; + image:url(../../resource/zh/public/dark/icon/calendar.png); } -QPushButton#iconButton:hover{ -background:#027bec; -} -QToolButton{ - border: 0px solid #0669af; - border-radius: 0px; - background-color: #0b2a51; - min-height:26px; - width:80px; - color:#01a6ec; -} diff --git a/resource/zh/style/dark/workTicket.qss b/resource/zh/style/dark/workTicket.qss index da7e5e88..92b84e18 100644 --- a/resource/zh/style/dark/workTicket.qss +++ b/resource/zh/style/dark/workTicket.qss @@ -1,3 +1,4 @@ +/* QPushButton#m_ticket, QPushButton#m_delete, QPushButton#m_reTicket{ @@ -19,4 +20,5 @@ QTableView{ QTableView::item:selected{ background-color: #134a72; color: #02efef; -} \ No newline at end of file +} +*/ \ No newline at end of file