Admin
2022-08-16 9c5a67b721a203cd90923e9ea414227fcd56f43d
Default Changelist
已修改1个文件
25 ■■■■■ 文件已修改
src/views/doublePrevent/dpIndex/index.vue 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doublePrevent/dpIndex/index.vue
@@ -401,7 +401,7 @@
        }
    }
    @media screen and (max-width: 1366px){
    @media screen and (min-width: 1024px) and (max-width: 1366px){
        .item-head{
            height: 20px;
            line-height: 20px;
@@ -418,6 +418,28 @@
            span{
                margin-bottom: 10px;
                font-size: 20px;
                font-weight: bolder;
            }
        }
    }
    @media screen and (max-width: 1024px) {
        .item-head{
            height: 20px;
            line-height: 20px;
            span{
                font-size: 13px;
            }
            div{
                font-size: 12px;
            }
        }
        .levelItem{
            font-size: 12px;
            span{
                margin-bottom: 10px;
                font-size: 16px;
                font-weight: bolder;
            }
        }
@@ -445,6 +467,7 @@
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                box-sizing: border-box;
                .item-head{
                    display: flex;