主页面样式调节

This commit is contained in:
2024-12-17 15:48:19 +08:00
parent 8ab55f9e73
commit bbc85f17b3
7 changed files with 52 additions and 31 deletions

View File

@@ -1,4 +1,18 @@
/*title对应的qss*/
QWidget#title{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;}
/*mainBtn*/
MainBtn{border-image:url(:/image/index_bg_setting.png);}
MainBtn:hover{border-image:url(:/image/index_bg_setting_hover.png);}
MainBtn:pressed{border-image:url(:/image/index_bg_setting_checked.png);}
/*---未生效*/
QLabel#MainTxt{font-size: 60px;font-weight: 500;color:white;background-color: transparent;}
QLabel#MainTxtEn{font-size: 60px;font-weight:normal;color:white;background-color: transparent;}
QLineEdit
{
border: 1px solid #ABCDA0;

Binary file not shown.