132 lines
3.5 KiB
Plaintext
132 lines
3.5 KiB
Plaintext
/*title对应的qss 以及主窗口framewindows的背景*/
|
|
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;}
|
|
QPushButton#titleBtn:pressed{border-image:url(:/image/icon_exit_checked.png);border-radius: 40px;}
|
|
|
|
MainBtn{border-image:url(:/image/index_bg_setting.png);background-color: transparent;}
|
|
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;}
|
|
|
|
QWidget#parasetting{background-color:white;border-radius: 10px;}
|
|
/*导联方案*/
|
|
|
|
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 #cccccc;
|
|
background: #F5F7F9;
|
|
border-radius: 12px;
|
|
width: 400px;
|
|
font-family: Source Han Sans;font-size: 28px;font-weight: normal;color: #999999;
|
|
height: 60px;padding: 5px 20px;
|
|
}
|
|
/*病历管理*/
|
|
QHeaderView::section{font-family: 思源黑体;font-size: 28px;font-weight: 500;color: #054578;}
|
|
QLineEdit:hover
|
|
{
|
|
border: 1px solid #298DFF;
|
|
border-radius: 3px;
|
|
background-color: #F2F2F2;
|
|
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;
|
|
lineedit-password-mask-delay: 2000;
|
|
}
|
|
|
|
QLineEdit:disabled
|
|
{
|
|
border: 1px solid #CDCDCD;
|
|
background-color: #CDCDCD;
|
|
color: #B4B4B4;
|
|
}
|
|
|
|
QLineEdit:read-only
|
|
{
|
|
background-color: #CDCDCD;
|
|
color: #F2F2F2;
|
|
}
|
|
QTextEdit
|
|
{
|
|
color: black;
|
|
background-color: white;
|
|
border:1px solid black;
|
|
}
|
|
QGroupBox
|
|
{
|
|
background-color: #4F4F4F;
|
|
border: 1px solid #969696;
|
|
color: rgb(13,157,219);
|
|
border-radius: 5px;
|
|
margin-top: 2ex;
|
|
}
|
|
|
|
QPushButton#ok,#cancel
|
|
{
|
|
font-family: 思源黑体;
|
|
font-size: 32px;
|
|
font-weight: 500;
|
|
color: #0D9DDB;
|
|
border:1px solid black;
|
|
background: background: #FFFFFF;;
|
|
border-radius:12px;
|
|
padding:7px 10px;
|
|
}
|
|
|
|
|
|
QPushButton#open
|
|
{
|
|
background: white;
|
|
border-radius:10px;
|
|
padding:7px 10px;
|
|
}
|
|
|
|
QPushButton#open
|
|
:hover
|
|
{
|
|
background: rgb(85, 85, 85);
|
|
border-radius:10px;
|
|
padding:7px 10px;
|
|
}
|
|
|
|
QPushButton#open
|
|
:pressed
|
|
{
|
|
background: rgb(80, 80, 80);
|
|
border-radius:10px;
|
|
padding:7px 10px;
|
|
}
|
|
|
|
QPushButton#open
|
|
:checked
|
|
{
|
|
background: #0d9ddb;
|
|
border-radius:10px;
|
|
padding:7px 10px;
|
|
}
|
|
|
|
|