更换图标

master
“yu” 2024-07-23 14:08:08 +08:00
parent d3e6ab8447
commit 55eeb0ac69
21 changed files with 48 additions and 38 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1829,37 +1829,37 @@ const styleVar = computed(() => {
height: changeHeight(93.8); height: changeHeight(93.8);
width: changeHeight(188.11); width: changeHeight(188.11);
.img1 { .img1 {
width: changeHeight(76.5); width: changeHeight(89.21);
height: changeHeight(73.84); height: changeHeight(71.84);
background: url("@/assets/images/capAjustmentPage/pv_logo.png") background: url("@/assets/images/v2-1/guanfu_lettle.png")
no-repeat; no-repeat;
background-size: 90% 90%; background-size: 90% 90%;
} }
.img2 { .img2 {
width: changeHeight(52.7); width: changeHeight(55.76);
height: changeHeight(52.6); height: changeHeight(57.9);
background: url("@/assets/images/capAjustmentPage/cdz_logo_active.png") background: url("@/assets/images/v2-1/cdz_lettle.png")
no-repeat; no-repeat;
background-size: 90% 90%; background-size: 100% 100%;
} }
.img3 { .img3 {
width: changeHeight(35.29); width: changeHeight(51.52);
height: changeHeight(53.48); height: changeHeight(52.46);
background: url("@/assets/images/capAjustmentPage/stored_logo_active.png") background: url("@/assets/images/v2-1/burry_lettle.png")
no-repeat; no-repeat;
background-size: 90% 90%; background-size: 100% 100%;
} }
.img4 { .img4 {
width: changeHeight(43.94); width: changeHeight(69.86);
height: changeHeight(52.54); height: changeHeight(62.34);
background: url("@/assets/images/capAjustmentPage/kt_logo_active.png") background: url("@/assets/images/v2-1/kt_lettle.png")
no-repeat; no-repeat;
background-size: 90% 90%; background-size: 90% 100%;
} }
.img5 { .img5 {
width: changeHeight(55.23); width: changeHeight(81.49);
height: changeHeight(50.55); height: changeHeight(60.26);
background: url("@/assets/images/capAjustmentPage/weiwang_logo_active.png") background: url("@/assets/images/v2-1/weiwang_lettle.png")
no-repeat; no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }

View File

@ -15,7 +15,7 @@
<!-- 左收缩箭头 --> <!-- 左收缩箭头 -->
<div class="title_bg title"> <div class="title_bg title">
<div class="title_box"> <div class="title_box">
<img src="@/assets/images/osPage/os_logo.png" alt="" />光储充柔专题 <img src="@/assets/images/v2-1/source_logo.png" alt="" />光储充柔专题
</div> </div>
</div> </div>
<div class="ospage_left_box content_bg"> <div class="ospage_left_box content_bg">
@ -146,7 +146,7 @@
<!-- 右收缩箭头 --> <!-- 右收缩箭头 -->
<div class="title_bg title"> <div class="title_bg title">
<div class="title_box"> <div class="title_box">
<img src="@/assets/images/osPage/os2_logo.png" alt="" />光储充柔专题 <img src="@/assets/images/v2-1/source_logo.png" alt="" />光储充柔专题
</div> </div>
</div> </div>
<div class="ospage_right_box content_bg"> <div class="ospage_right_box content_bg">

View File

@ -80,7 +80,7 @@
<div class="info2_m"> <div class="info2_m">
<div class="top1_box"> <div class="top1_box">
<img <img
src="@/assets/images/homePage/v2img/n-area.png" src="@/assets/images/v2-1/store_taiqu.png"
alt="" alt=""
/> />
<div class="left1_box"> <div class="left1_box">

View File

@ -32,8 +32,8 @@
class="icon_panel_left_on" class="icon_panel_left_on"
@click="sourceFlag = false" @click="sourceFlag = false"
></div> ></div>
<div class="title"> <div class="title source_t">
<img src="@/assets/images/mainPage/icon_title1.png" alt="" /> <img src="@/assets/images/v2-1/source_logo.png" alt="" />
<span></span> <span></span>
</div> </div>
<div class="content content_top"> <div class="content content_top">
@ -68,7 +68,7 @@
</div> </div>
<div class="name_box"> <div class="name_box">
<img <img
src="@/assets/images/homePage/v2img/s-pv.png" src="@/assets/images/v2-1/source_pv.png"
alt="" alt=""
@click="alert_pvFlag = true" @click="alert_pvFlag = true"
/> />
@ -146,8 +146,8 @@
<div class="load common_box" v-if="loadFlag"> <div class="load common_box" v-if="loadFlag">
<!-- 左收缩箭头 --> <!-- 左收缩箭头 -->
<div class="icon_panel_left_on" @click="loadFlag = false"></div> <div class="icon_panel_left_on" @click="loadFlag = false"></div>
<div class="title"> <div class="title load_t">
<img src="@/assets/images/mainPage/icon_title2.png" alt="" /> <img src="@/assets/images/v2-1/load_logo.png" alt="" />
<span></span> <span></span>
</div> </div>
@ -176,7 +176,7 @@
</div> </div>
<div class="posimg"> <div class="posimg">
<img <img
src="@/assets/images/homePage/v2img/l-cdz.png" src="@/assets/images/v2-1/load_cdz.png"
alt="" alt=""
/> />
</div> </div>
@ -262,7 +262,7 @@
@click="networkContentFlag = false" @click="networkContentFlag = false"
></div> ></div>
<div class="title"> <div class="title">
<img src="@/assets/images/mainPage/icon_title3.png" alt="" /> <img src="@/assets/images/v2-1/net_logo.png" alt="" />
<span></span> <span></span>
</div> </div>
<div class="content network_box"> <div class="content network_box">
@ -299,7 +299,7 @@
</div> </div>
<div class="name_box"> <div class="name_box">
<img <img
src="@/assets/images/homePage/v2img/n-feeder.png" src="@/assets/images/v2-1/net_peiwang.png"
alt="" alt=""
/> />
<div class="photovoltaic"> <div class="photovoltaic">
@ -366,7 +366,7 @@
</div> </div>
<div class="name_box"> <div class="name_box">
<img <img
src="@/assets/images/homePage/v2img/n-area.png" src="@/assets/images/v2-1/store_taiqu.png"
alt="" alt=""
/> />
<div class="photovoltaic"> <div class="photovoltaic">
@ -539,7 +539,7 @@
@click="stroedContentFlag = false" @click="stroedContentFlag = false"
></div> ></div>
<div class="title" @click="alert_tongzhi"> <div class="title" @click="alert_tongzhi">
<img src="@/assets/images/mainPage/icon_title4.png" alt="" /> <img src="@/assets/images/v2-1/store_logo.png" alt="" />
<span></span> <span></span>
</div> </div>
<div class="content"> <div class="content">
@ -547,7 +547,7 @@
<div class="content_info"> <div class="content_info">
<div class="rowlist"> <div class="rowlist">
<img <img
src="@/assets/images/homePage/v2img/c-user.png" src="@/assets/images/v2-1/store_user.png"
alt="" alt=""
/> />
<div class="rbox"> <div class="rbox">
@ -1575,8 +1575,8 @@ const styleVar = computed(() => {
align-items: center; align-items: center;
padding-left: changeHeight(50); padding-left: changeHeight(50);
img { img {
height: changeHeight(77); height: changeHeight(83.86);
width: changeHeight(77); width: changeHeight(67.42);
} }
span { span {
font-weight: 500; font-weight: 500;
@ -1710,6 +1710,7 @@ const styleVar = computed(() => {
z-index: 4; z-index: 4;
cursor: pointer; cursor: pointer;
} }
.content_info { .content_info {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -1905,6 +1906,12 @@ const styleVar = computed(() => {
} }
} }
} }
.source_t{
img{
width: changeHeight(70.21);
height: changeHeight(83);
}
}
} }
.loadContent { .loadContent {
margin-top: changeHeight(77.75); margin-top: changeHeight(77.75);
@ -2084,6 +2091,12 @@ const styleVar = computed(() => {
} }
} }
} }
.load_t{
img{
width: changeHeight(78);
height:changeHeight(76);
}
}
} }
} }

View File

@ -61,10 +61,7 @@
<!-- 右收缩箭头 --> <!-- 右收缩箭头 -->
<div class="title_bg title"> <div class="title_bg title">
<div class="title_box"> <div class="title_box">
<img <img src="@/assets/images/v2-1/source_logo.png" alt="" />光伏实时信息
src="@/assets/images/pvPage/pv_logo.png"
alt=""
/>
</div> </div>
</div> </div>
<div class="pv_box content_bg"> <div class="pv_box content_bg">