From 0e13cf6a7a20a8fa9621e1641751790260be006b Mon Sep 17 00:00:00 2001 From: shijianquan <992593080@qq.com> Date: Tue, 15 Apr 2025 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?[ref]=E6=8F=90=E4=BA=A4=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=A5=E6=8A=A5=20=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/zh/style/dark/BriefReport.qss | 190 ++++--------------------- 1 file changed, 24 insertions(+), 166 deletions(-) diff --git a/resource/zh/style/dark/BriefReport.qss b/resource/zh/style/dark/BriefReport.qss index 7133ea6e..106d71c5 100644 --- a/resource/zh/style/dark/BriefReport.qss +++ b/resource/zh/style/dark/BriefReport.qss @@ -1,40 +1,28 @@ -QFrame#frame{ - border:none; - background-color: #0b2a51; -} -QFrame#frame_event{ - background-color: #0c3569; -} + QLineEdit#iconLineEdit{ -color:#027bb3; -background:#072d48; -border:1px solid #0669af; -height:22px; +color:#FFFFFF; +background:transparent; +border:2px solid #6088BA; } QPushButton#ok{ -width:80px; -height:26px; +width:19px; +height:119px; } 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; -} - -QFrame#MainFrame{ - border:none; - background-color: rgba(3,22,36,1); -} -QFrame#Frame{ - border:none; - background-color: rgba(3,22,36,1); -} QTabWidget::pane{ border:none; } @@ -48,160 +36,30 @@ QPushButton#MonthButton, QPushButton#QuarterButton, QPushButton#YearButton{ width:30px; - border-radius:0px; - color: #027bb3; - background:#0d3756; -} -QPushButton#DayButton:pressed, -QPushButton#WeekButton:pressed, -QPushButton#MonthButton:pressed, -QPushButton#QuarterButton:pressed, -QPushButton#YearButton:pressed{ -color:#02efef; -background:#0069eb; -} -QPushButton#DayButton:hover, -QPushButton#WeekButton:hover, -QPushButton#MonthButton:hover, -QPushButton#QuarterButton:hover, -QPushButton#YearButton:hover{ -color:#02efef; -background-color: #0069eb; -} - -QPushButton#DayButton:checked, -QPushButton#WeekButton:checked, -QPushButton#MonthButton:checked, -QPushButton#QuarterButton:checked, -QPushButton#YearButton:checked{ - color:#02efef; - background-color: #0069eb; -} - -QPushButton#ExportButton{ - border-radius:0px; - color: #027bb3; - background:#0d3756; -} -QPushButton#ExportButton:pressed{ - color:#02efef; - background:#0069eb; -} -QPushButton#ExportButton:hover{ - color:#02efef; - background-color: #0069eb; -} - -QPushButton#QueryButton{ - border-radius:0px; - color: #027bb3; - background:#0d3756; -} -QPushButton#QueryButton:pressed{ - color:#02efef; - background:#0069eb; -} -QPushButton#QueryButton:hover{ - color:#02efef; - background-color: #0069eb; -} - -QPushButton#PushButton1{ - border-radius:0px; - min-width:200px; - color: #027bb3; - background:#0d3756; -} -QPushButton#PushButton1:pressed{ - color: #02efef; -background:#0069eb; -} -QPushButton#PushButton1:hover{ - color: #02efef; -background-color: #0069eb; -} -QPushButton#PushButton2{ - border-radius:0px; - min-width:200px; - color: #027bb3; - background:#0d3756; -} -QPushButton#PushButton2:pressed{ - color: #02efef; - background:#0069eb; -} -QPushButton#PushButton2:hover{ - color: #02efef; - background-color: #0069eb; -} - -QPushButton#PushButton3{ - border-radius:0px; - min-width:200px; - color: #027bb3; - background:#0d3756; -} -QPushButton#PushButton3:pressed{ - color: #02efef; -background:#0069eb; -} -QPushButton#PushButton3:hover{ - color: #02efef; -background-color: #0069eb; -} -QPushButton#PushButton4{ - border-radius:0px; - min-width:200px; - color: #027bb3; - background:#0d3756; -} -QPushButton#PushButton4:pressed{ - color: #02efef; - background:#0069eb; -} -QPushButton#PushButton4:hover{ - color: #02efef; - background-color: #0069eb; -} - -QPushButton#PushButton1:checked, -QPushButton#PushButton2:checked, -QPushButton#PushButton3:checked, -QPushButton#PushButton4:checked{ - color:#02efef; - background-color: #0069eb; } QTableView#TableWidget1{ - border:1px solid #024376; + border:1px solid #6088BA; background:transparent; - color: rgba(1,139,219,1); + color: #1D2E57; } QTableView#TableWidget2{ - border:1px solid #024376; + border:1px solid #6088BA; background:transparent; - color: rgba(1,139,219,1); + color: #1D2E57; } QTableView#TableWidget3{ - border:1px solid #024376; + border:1px solid #6088BA; background:transparent; - color: rgba(1,139,219,1); + color:#1D2E57; } QTableView#TableWidget4{ - border:1px solid #024376; + border:1px solid #6088BA; background:transparent; - color: rgba(1,139,219,1); + color: #1D2E57; } -QHeaderView::section{ - border:1px; - height:30px; - color: rgba(1,139,219,1); - background-color:rgba(13,55,86,1); -} -QHeaderView{ - background-color:rgba(13,55,86,1); -} + QToolButton{ border: 0px solid #0669af; border-radius: 0px;