guanqb
2022-10-12 e28563ff168051d86d22f8bf987fa62623f4433c
图片路径修改
10 files modified
28 ■■■■ changed files
src/pcviews/homee/AlertInfo/index.vue 4 ●●●● patch | view | raw | blame | history
src/pcviews/homee/BuildingCost/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/Devices/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/Header/index.vue 8 ●●●● patch | view | raw | blame | history
src/pcviews/homee/Map/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/PipeNetCount/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/PipeWellPercent/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/SchoolCostCompare/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/SchoolInfo/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/homee/AlertInfo/index.vue
@@ -72,7 +72,7 @@
    position: relative;
    width: 1020px;
    height: 310px;
    background: url(zhxy/img/home/juxing2.png) no-repeat;
    background: url(/zhxy/img/home/juxing2.png) no-repeat;
    background-size: 100% 100%;
    .title {
        position: absolute;
@@ -102,7 +102,7 @@
            box-sizing: border-box;
            width: 180px;
            height: 28px;
            background: url(zhxy/img/home/juxing519.png);
            background: url(/zhxy/img/home/juxing519.png);
            margin-bottom: 4px;
            padding: 0 29px;
            line-height: 28px;
src/pcviews/homee/BuildingCost/index.vue
@@ -159,7 +159,7 @@
.container {
    width: 400px;
    height: 310px;
    background: url(zhxy/img/home/juxing2.png) no-repeat;
    background: url(/zhxy/img/home/juxing2.png) no-repeat;
    background-size: 100% 100%;
    .chart {
        width: 100%;
src/pcviews/homee/Devices/index.vue
@@ -36,7 +36,7 @@
    position: relative;
    width: 400px;
    height: 310px;
    background: url(zhxy/img/home/juxing2.png) no-repeat;
    background: url(/zhxy/img/home/juxing2.png) no-repeat;
    background-size: 100% 100%;
    .title {
        position: absolute;
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;
    }
}
src/pcviews/homee/Map/index.vue
@@ -12,7 +12,7 @@
.container {
    width: 1020px;
    height: 600px;
    background: url(zhxy/img/home/map.png) no-repeat;
    background: url(/zhxy/img/home/map.png) no-repeat;
    background-size: contain;
    border: 1px solid #28f2ff;
    box-sizing: border-box;
src/pcviews/homee/PipeNetCount/index.vue
@@ -152,7 +152,7 @@
.container {
    width: 400px;
    height: 310px;
    background: url(zhxy/img/home/juxing2.png) no-repeat;
    background: url(/zhxy/img/home/juxing2.png) no-repeat;
    background-size: 100% 100%;
    .chart {
src/pcviews/homee/PipeWellPercent/index.vue
@@ -98,7 +98,7 @@
.container {
    width: 400px;
    height: 310px;
    background: url(zhxy/img/home/juxing2.png) no-repeat;
    background: url(/zhxy/img/home/juxing2.png) no-repeat;
    background-size: 100% 100%;
    .chart {
        width: 100%;
src/pcviews/homee/SchoolCostCompare/index.vue
@@ -190,7 +190,7 @@
    position: relative;
    width: 400px;
    height: 270px;
    background: url(zhxy/img/home/juxing2.png);
    background: url(/zhxy/img/home/juxing2.png);
    background-size: 100%;
    .chart {
        width: 100%;
src/pcviews/homee/SchoolInfo/index.vue
@@ -48,7 +48,7 @@
    position: relative;
    width: 400px;
    height: 270px;
    background: url(zhxy/img/home/juxing2.png);
    background: url(/zhxy/img/home/juxing2.png);
    background-size: 100%;
    .title {
        position: absolute;
src/pcviews/homee/index.vue
@@ -69,7 +69,7 @@
<style lang="scss" scoped>
.page {
    position: relative;
    background: url(zhxy/img/login/background.png);
    background: url(/zhxy/img/login/background.png);
    background-size: 100% auto;
}
.screen-container {