调整主页返回按钮样式

This commit is contained in:
work-zym\zhangyiming 2024-12-17 16:18:47 +08:00
parent 84e020c26e
commit 034fdb33ae

View File

@ -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);}