Newer
Older
AutoCalibration / res / qss / Index.css
tanyue on 30 Jun 3 KB 20250630 初始提交
*{
color:black;
}
QLabel {
    font-family: "Microsoft YaHei";
}
QWidget#centralwidget
{
background-image: url(:/image/Index/u15.png);
background-color:white;
}
QToolButton#tb1:hover{
    background-image: url(:/image/Index/u26_mouseOver.svg);
}
QToolButton#tb2:hover{
    background-image: url(:/image/Index/u26_mouseOver.svg);
}
QToolButton#tb3:hover{
    background-image: url(:/image/Index/u26_mouseOver.svg);
}QToolButton#tb4:hover{
background-image: url(:/image/Index/u26_mouseOver.svg);
}QToolButton#tb5:hover{
background-image: url(:/image/Index/u26_mouseOver.svg);
}
QToolButton#tb6:hover{
    background-image: url(:/image/Index/u26_mouseOver.svg);
}
QToolButton#tb1{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}
QToolButton#tb2{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}
QToolButton#tb3{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}QToolButton#tb4{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}QToolButton#tb5{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}QToolButton#tb6{
color: white;
background-image: url(:/image/Index/u26.svg);
font-weight: bold;
border-radius: 5px;
text-align: center;
margin:10;
margin-right: 180px;
font: 18pt 微软雅黑;
}

/******** NewCheckMethod页面 ********/
QLabel#labelNcmInfo, QLabel#labelNcmGraph, QLabel#labelNcmConfig, QLabel#labelNcmComm {
    font-size: 24px;
    min-height: 40px;
}

QLabel[class="ncmFormLabel"] {
    font-size: 18px;
    padding: 10px 20px;
}

QLineEdit[class="ncmFormInput"] {
    border-radius: 6px;
    font-family: "Microsoft YaHei";
    color: #333333;
    border: 1px solid #CCCCCC;
    font-size: 18px;
}

QDateEdit[class="ncmFormDate"] {
    border-radius: 6px;
    font-family: "Microsoft YaHei";
    border: 1px solid #CCCCCC;
    font-size: 18px;
}

QCheckBox {
    color: #FFFFFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    /*padding-left: 5px;*/
}
QCheckBox::indicator {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #2F6FC6;
}
QCheckBox::indicator::unchecked {
    background: #FFFFFF;
    /*border: 2px solid #CCCCC;*/
}
QCheckBox::indicator::checked {
    background: #2F6FC6;
}

QComboBox {
    border-radius: 6px;
    font-family: "Microsoft YaHei";
    padding-left: 16px;
    color: #333333;
    border: 1px solid #CCCCCC;
    font-size: 18px;
}

QComboBox::down-arrow {
    image: url(":/image/Index/arrowDown.png");
}
QComboBox::down-arrow::on {
    image: url(":/image/Index/arrowUp.png");
}

QComboBox::drop-down {
    subcontrol-origin: padding;
    subcontrol-position: top right;
    width: 20px;
    border: 0px;
    padding-right: 15px;
}

QComboBox QAbstractItemView {
    color: #333333;
    background-color: #E1E1ED;
    selection-background-color: #2F6FC6;
    selection-color: #FFFFFF;
    font-family: "Microsoft YaHei";
    outline: 0px;
}

QComboBox QAbstractItemView::item{
    min-height: 36px;
    line-height: 36px;
    color: #333333;
    padding-left: 9px;
    background-color: #FFFFFF;
}

QComboBox QScrollBar::vertical {
    width: 10px;
    background: #FFFFFF;
    border: none;
}

QComboBox QScrollBar::handle::vertical {
    width: 10px;
    background: #2F6FC6;
    border: none;
}

QComboBox QScrollBar::add-line::vertical {
    border: none;
}
QComboBox QScrollBar::sub-line::vertical {
    border: none;
}