36 lines
713 B
Plaintext
36 lines
713 B
Plaintext
|
|
QPushButton#iconButton{
|
|
border-radius:0px;
|
|
border:none;
|
|
image:url(../../product/common/resource/zh/public/light/icon/calendar.png);
|
|
}
|
|
|
|
QComboBox#comboBox{
|
|
width:100px;
|
|
}
|
|
|
|
CRecordWidget QLabel#label1,
|
|
CRecordWidget QLabel#label2,
|
|
CRecordWidget QLabel#label3,
|
|
CRecordWidget QLabel#label4{
|
|
background:transparent;
|
|
}
|
|
CRecordWidget QTextEdit{
|
|
color:#333333;
|
|
border:1px solid #cccfd9;
|
|
background:white;
|
|
}
|
|
CRecordWidget QTextEdit:!editable:read-only{
|
|
background:red;
|
|
color: #999999;
|
|
}
|
|
|
|
HandoverWidget QPushButton{
|
|
border-radius:0px;
|
|
}
|
|
HandoverWidget QLabel#label1,
|
|
HandoverWidget QLabel#label2,
|
|
HandoverWidget QLabel#label3,
|
|
HandoverWidget QLabel#label4{
|
|
background:transparent;
|
|
} |