调整文件描述的样式

This commit is contained in:
2024-12-20 11:25:16 +08:00
parent 2869d15a26
commit 87f0b2d34b
3 changed files with 4 additions and 2 deletions

View File

@@ -19,8 +19,9 @@ QPushButton#btnShem{ background: rgb(255, 255, 255); color: #666666;font-family:
QPushButton#btnShem:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; }
QPushButton#btnShem:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;}
QPushButton#btnShem:checked{ color: white;background: #0D9DDB;border-radius: 8px; }
QLabel#labSchemeNum,#labSchemePoints,#labSchemePointsparam{font-family: 思源黑体;font-size: 26px;font-weight: 500;font-family: 思源黑体;font-weight: 500;color:#054578;}
QLabel#labScheme{font-family: 思源黑体;font-size: 32px;font-weight: 500;font-family: 思源黑体;font-weight: 500;color: #0D9DDB;}
QLabel#labSchemeNum,#labSchemePoints,#labSchemePointsparam{font-family: 思源黑体;font-size: 26px;font-weight: 500;color:#054578;}
QLabel#labScheme{font-family: 思源黑体;font-size: 32px;font-weight: 500;color: #0D9DDB;}
QLabel#labDesShec{font-family: Source Han Sans;font-size: 16px;font-weight: 500;color: #999999;}
QLineEdit
{
border: 1px solid #ABCDA0;

Binary file not shown.