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;
}
QDateEdit
{
border: 1px solid rgb(22,63,23);
color: black;
}