迁移病历填写和医院信息和导联方案的样式

This commit is contained in:
2024-12-20 15:20:33 +08:00
parent 87f0b2d34b
commit cdb542eb88
5 changed files with 75 additions and 50 deletions

View File

@@ -15,13 +15,15 @@ QLabel#MainTxtEn{font-size: 60px;font-weight:normal;color:white;background-color
QWidget#parasetting{background-color:white;border-radius: 10px;}
/*导联方案*/
QPushButton#btnShem{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; }
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;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;}
QLabel#labhospitalName,#labSection,#labUserNum,#labDataBaseName,#labUser,#labpasswd,#labRepasswd{font-family: Source Han Sans;font-size: 28px;font-weight: normal;color: #555555;}
/*填写病历*/
QLabel#labStar{color:red;}
QLabel#labCheckNum{font-family: Source Han Sans;font-size: 28px;font-weight: normal;color: #555555;}
QRadioButton#labCheckNum{font-family: Source Han Sans;font-size: 28px;font-weight: normal;color: #555555;}
QLineEdit
{
border: 1px solid #ABCDA0;
@@ -34,7 +36,8 @@ selection-color: #F2F2F2;
font-family: "Microsoft YaHei";
font-size: 10pt;
}
/*病历管理*/
QHeaderView::section{font-family: 思源黑体;font-size: 28px;font-weight: 500;color: #054578;}
QLineEdit:hover
{
border: 1px solid #298DFF;
@@ -44,7 +47,13 @@ color: #298DFF;
selection-background-color: #298DFF;
selection-color: #F2F2F2;
}
QTableWidget
{
font-family: Source Han Sans;
font-size: 28px;
font-weight: normal;
color: #666666;
}
QLineEdit[echoMode="2"]
{
lineedit-password-character: 9679;
@@ -85,35 +94,16 @@ color: black;
QPushButton#ok,#cancel
{
font-family: 思源黑体;
font-size: 32px;
font-weight: 500;
color: #0D9DDB;
border:1px solid black;
background: white;
border-radius:10px;
background: background: #FFFFFF;;
border-radius:12px;
padding:7px 10px;
}
QPushButton#ok,#cancel
:hover
{
background: #0d9ddb;
border-radius:10px;
padding:7px 10px;
}
QPushButton#ok,#cancel
:pressed
{
background: #0d9aab;
border-radius:10px;
padding:7px 10px;
}
QPushButton#ok,#cancel
:checked
{
background: #0d9ddb;
border-radius:10px;
padding:7px 10px;
}
QPushButton#open
{

Binary file not shown.