能力统计UI还原度修改

This commit is contained in:
a0049873 2023-01-03 11:10:56 +08:00
parent 39a7281298
commit fe191a49b7
29 changed files with 25 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB

View File

@ -56,13 +56,13 @@
</div> </div>
<div class="volume_box"> <div class="volume_box">
<div class="fugai"></div> <!-- <div class="fugai"></div> -->
<div <div
v-for="(item, index) in dataLists" v-for="(item, index) in dataLists"
:key="item" :key="item"
class="volume_box-son" class="volume_box-son"
:style="{ :style="{
backgroundImage: `url(${item.photoBg}) `, backgroundImage: `url(${item.photoBg}) no-repeat `,
}" }"
> >
<div class="volume_box-son-top" v-if="index % 2 == 0"> <div class="volume_box-son-top" v-if="index % 2 == 0">
@ -201,20 +201,20 @@
}) })
} }
let photoBg = ref([ let photoBg = ref([
require('../../../assets/abilityStatistics/yingyongziyuan-bg.png'), require('../../../assets/abilityStatistics/yyzy-bg.png'),
require('../../../assets/abilityStatistics/zhishiku-bg.png'), require('../../../assets/abilityStatistics/kfzj-bg.png'),
require('../../../assets/abilityStatistics/zujianfuwu-bg.png'), require('../../../assets/abilityStatistics/ywzj-bg.png'),
require('../../../assets/abilityStatistics/shujuziyuan-bg.png'), require('../../../assets/abilityStatistics/tcfw-bg.png'),
require('../../../assets/abilityStatistics/jichujianshe-bg.png'), require('../../../assets/abilityStatistics/znsf-bg.png'),
require('../../../assets/abilityStatistics/yingyongziyuan-bg.png'), require('../../../assets/abilityStatistics/hkt-bg.png'),
]) ])
let photo = ref([ let photo = ref([
require('../../../assets/abilityStatistics/yingyongziyuan.png'), require('../../../assets/abilityStatistics/yyzy.png'),
require('../../../assets/abilityStatistics/zhishiku.png'), require('../../../assets/abilityStatistics/kfzj.png'),
require('../../../assets/abilityStatistics/zujianfuwu.png'), require('../../../assets/abilityStatistics/ywzj.png'),
require('../../../assets/abilityStatistics/shujuziyuan.png'), require('../../../assets/abilityStatistics/tcfw.png'),
require('../../../assets/abilityStatistics/jichujianshe.png'), require('../../../assets/abilityStatistics/znsf.png'),
require('../../../assets/abilityStatistics/yingyongziyuan.png'), require('../../../assets/abilityStatistics/hkt.png'),
]) ])
// //
let dataLists = ref([]) let dataLists = ref([])
@ -379,12 +379,12 @@
display: flex; display: flex;
margin-bottom: 20px; margin-bottom: 20px;
color: #fff; color: #fff;
.fugai { // .fugai {
width: 40px; // width: 40px;
height: 390px; // height: 390px;
background: #0058e1; // background: #0058e1;
margin-top: 1px; // margin-top: 1px;
} // }
.volume_box-son { .volume_box-son {
width: 120px; width: 120px;
height: 390px; height: 390px;
@ -417,6 +417,11 @@
bottom: 44px; bottom: 44px;
} }
} }
.volume_box-son:nth-of-type(1) {
width: 140px;
padding-left: 28px;
background-position-x: 10px;
}
} }
} }
} }