Images/Style.css
@@ -4,7 +4,7 @@
    font-family: Microsoft YaHei,Helvitica,Verdana,Arial,san-serif;
    padding: 0px;
    margin: 0px;
    /*font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;*/
/*    font-family: '宋体', 'Microsoft YaHei', sans-serif;*/
}
a, a:hover {
@@ -365,10 +365,41 @@
        line-height: .50rem;
        padding: .020rem .0800rem; /* 更小的内边距 */
    }
    /* 减少左侧标题的字体大小并使颜色更淡 */
    .van-field__label {
        color: #000000!important; /* 更淡的颜色 */
    }
    .van-field--disabled .van-field__label {
        color: #000000 !important;
    }
    /*IQC检验整体样式 20250322 池南骏*/
    .van-popup__close-icon--top-right {
        top: .35rem;
        right: -.00rem;
    }
    .van-popup--right {
        top: 53.5%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
/* 当屏幕宽度大于600px且小于或等于1024px时应用的样式 */
@media (min-width: 500px) and (max-width: 1600px) {
    /*IQC检验整体样式 20250322 池南骏*/
    .van-popup__close-icon--top-right {
        top: .25rem;
        right: -.00rem;
    }
    .van-cell {
        font-size: .20rem; /* 中等字体大小 */
        line-height: .23rem;
@@ -380,6 +411,9 @@
        color: #9c9898; /* 更淡的颜色 */
        margin-right: 0rem;
        font-size: .20rem; /* 字体大小减小 */
    }
    .van-field--disabled .van-field__label {
        color: #9c9898 !important;
    }
    /* 增加右侧输入区域的字体大小并加深颜色 */
@@ -396,6 +430,13 @@
    .van-checkbox__icon {
        font-size: 0.28rem;
    }
    .van-popup--right {
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
@@ -500,7 +541,7 @@
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: .25rem;
    font-size: .32rem;
    font-weight: bold; /* 字体加粗 */
}
@@ -556,11 +597,6 @@
    line-height: .25rem;
}
/*IQC检验整体样式 20250322 池南骏*/
.van-popup__close-icon--top-right {
    top: .25rem;
    right: -.00rem;
}
.content-wrapper-jymx {
    margin: 27px;