guanqb
2022-10-12 e28563ff168051d86d22f8bf987fa62623f4433c
src/pcviews/homee/Header/index.vue
@@ -37,7 +37,7 @@
    box-sizing: border-box;
    .logo {
        position: absolute;
        background: url(zhxy/img/home/logoko.png) no-repeat;
        background: url(/zhxy/img/home/logoko.png) no-repeat;
        background-size: contain;
        top: 0px;
        width: 258px;
@@ -67,7 +67,7 @@
        height: 39px;
        line-height: 39px;
        text-align: center;
        background: url(zhxy/img/login/object.png);
        background: url(/zhxy/img/login/object.png);
        background-size: 100% 100%;
        color: #24f2ff;
        letter-spacing: 3px;
@@ -159,7 +159,7 @@
            display: inline-block;
            width: 32px;
            height: 31px;
            background: url(zhxy/img/home/user.png) no-repeat;
            background: url(/zhxy/img/home/user.png) no-repeat;
        }
    }
@@ -168,7 +168,7 @@
        bottom: 0;
        width: 100%;
        height: 21px;
        background: url(zhxy/img/home/xingz-copy1.png);
        background: url(/zhxy/img/home/xingz-copy1.png);
        background-size: contain;
    }
}