From 034fdb33aeafc9286877dfe359f8e218c1affa27 Mon Sep 17 00:00:00 2001 From: "work-zym\\zhangyiming" <1131393555@qq.com> Date: Tue, 17 Dec 2024 16:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A1=B5=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/defaultstyle.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/defaultstyle.qss b/bin/defaultstyle.qss index 0107d91..c145e3b 100644 --- a/bin/defaultstyle.qss +++ b/bin/defaultstyle.qss @@ -3,8 +3,8 @@ QWidget#title,#FrameWindow{background-color:#ffffff;} QLabel#titleDes{font-size: 45px;font-weight: 500;font-family: 思源黑体;color:#0D9DDB;background-color: transparent;} QLabel#titleSystemName{font-size: 45px;font-weight: 500;font-family: 思源黑体;color:#555555;background-color: transparent;} QPushButton#titleBtn{border-image:url(:/image/icon_exit.png);border-radius: 40px;background-color: #EEF7FD;} -QPushButton#titleBtn:hover{border-image:url(:/image/icon_exit_hover.png);border-radius: 40px; background-color:green;} -QPushButton#titleBtn:pressed{border-image:url(:/image/icon_exit_checked.png);border-radius: 40px;background-color: blue;} +QPushButton#titleBtn:hover{border-image:url(:/image/icon_exit_hover.png);border-radius: 40px;} +QPushButton#titleBtn:pressed{border-image:url(:/image/icon_exit_checked.png);border-radius: 40px;} /*mainBtn*/ MainBtn{border-image:url(:/image/index_bg_setting.png);background-color: transparent;} MainBtn:hover{border-image:url(:/image/index_bg_setting_hover.png);}