85 lines
1.7 KiB
Plaintext

QWidget#widget_4{
min-height:80px;
}
QFrame#frame_4{
border:1px solid #cccfd9;
}
QFrame#frame_head{
border-bottom: 1px solid #d8d8d8;
}
QFrame#frame_stackWidget{
background:white;
border:0px solid #d8d8d8;
}
QStackedWidget#stackedWidget{
border:1px solid #d8d8d8;
background:white;
border-top:0px solid #d8d8d8;
}
QLineEdit,
QSpinBox,
QDateTimeEdit,
QDoubleSpinBox{
color:#333333;
background:white;
border:1px solid #cccfd9;
min-height:28px;
}
QLineEdit::!enabled,
QSpinBox::!enabled,
QDateTimeEdit::!enabled,
QDoubleSpinBox::!enabled{
color:#999999;
background-color: #f4f8fb;
}
QDateTimeEdit:drop-down,
QSpinBox:drop-down,
QDoubleSpinBox:drop-down{
border:none;
padding-right:8px;
background:white;
}
QDateTimeEdit:down-arrow,
QSpinBox:down-arrow,
QDoubleSpinBox:down-arrow{
border-image:url(../../product/common/resource/zh/public/light/icon/arrowBottom.png);
height:8px;
width:10px;
}
QDateTimeEdit:up-arrow,
QSpinBox:up-arrow,
QDoubleSpinBox:up-arrow{
border-image:url(../../product/common/resource/zh/public/light/icon/arrowTop.png);
height:8px;
width:10px;
}
QPushButton#aibt{
width: 100px;
height: 36px;
background-color:rgb(242,245,250);
color: rgb(2,123,179);
border-radius: 0px;
border:1px solid #d8d8d8;
border-right:0px solid #d8d8d8;
}
QPushButton#dibt{
width: 100px;
height: 36px;
background-color:rgb(236,239,242);
color: rgb(2,123,179);
border-radius: 0px;
border:1px solid #d8d8d8;
}
QPushButton#aibt::disabled,QPushButton#dibt::disabled {
background-color:rgb(236,239,242);
border-bottom:1px solid #d8d8d8;
}
QPushButton#aibt::checked,QPushButton#dibt::checked {
background-color:white;
border-bottom:0px solid #d8d8d8;
}