修改一些图片

This commit is contained in:
cebgcontract 2022-09-28 09:43:25 +08:00
parent 6a295481c8
commit 576e26f0c8
67 changed files with 57 additions and 4 deletions

View File

@ -306,7 +306,8 @@ span.swiper-pagination-bullet {
.inve {
background: url("../img/home/inve@2x.png") no-repeat center center;
height: 960px;
height: auto;
padding-bottom: 120px;
text-align: center;
overflow: hidden;
}
@ -659,7 +660,7 @@ span.swiper-pagination-bullet {
}
.nft-hero-c {
max-width: 1603px;
max-width: 1703px;
margin: 64px auto 0;
display: flex;
flex-flow: row wrap;
@ -851,6 +852,12 @@ span.swiper-pagination-bullet {
position: relative;
cursor: grab
}
.swiper-slide .aniIcon {
position: absolute;
left: 181px;
top: 173px;
width: 600px;
}
.weapon-silder .weapon-silder-item {
background: url('../img/nft/weapon/wpbg@2x.png') no-repeat center center;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
src/desktop/img/home/004.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
src/desktop/img/home/005.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/desktop/img/home/006.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/desktop/img/home/007.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
src/desktop/img/home/008.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/desktop/img/home/009.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/desktop/img/home/010.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 KiB

After

Width:  |  Height:  |  Size: 929 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 912 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 183 KiB

View File

@ -177,6 +177,7 @@
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="img/home/001.png" />
<img src="img/home/001.gif" class="aniIcon" />
</div>
<div class="swiper-slide">
<img src="img/home/002.png" />
@ -184,6 +185,27 @@
<div class="swiper-slide">
<img src="img/home/003.png" />
</div>
<div class="swiper-slide">
<img src="img/home/004.png" />
</div>
<div class="swiper-slide">
<img src="img/home/005.png" />
</div>
<div class="swiper-slide">
<img src="img/home/006.png" />
</div>
<div class="swiper-slide">
<img src="img/home/007.png" />
</div>
<div class="swiper-slide">
<img src="img/home/008.png" />
</div>
<div class="swiper-slide">
<img src="img/home/009.png" />
</div>
<div class="swiper-slide">
<img src="img/home/010.png" />
</div>
</div>
</div>
<!-- <div class="pagination"></div> -->
@ -316,8 +338,9 @@
loop: true,
autoplay: 5000,
pagination: '.pagination',
paginationClickable: true,
paginationClickable: false,
//其他设置
showsPagination: false,
})
})
</script>

View File

@ -240,6 +240,7 @@ body {
z-index: 20;
left: 10px;
bottom: 10px;
display: none;
}
span.swiper-pagination-bullet {

BIN
src/mobile/img/home/001.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/mobile/img/home/002.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/mobile/img/home/003.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
src/mobile/img/home/004.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
src/mobile/img/home/005.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/mobile/img/home/006.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/mobile/img/home/007.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
src/mobile/img/home/008.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/mobile/img/home/009.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/mobile/img/home/010.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 929 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 912 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
src/mobile/imgMobile/home/004.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
src/mobile/imgMobile/home/005.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/mobile/imgMobile/home/006.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/mobile/imgMobile/home/007.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
src/mobile/imgMobile/home/008.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/mobile/imgMobile/home/009.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
src/mobile/imgMobile/home/010.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 441 KiB

View File

@ -152,6 +152,27 @@
<div class="swiper-slide">
<img src="imgMobile/home/003.png" />
</div>
<div class="swiper-slide">
<img src="img/home/004.png" />
</div>
<div class="swiper-slide">
<img src="img/home/005.png" />
</div>
<div class="swiper-slide">
<img src="img/home/006.png" />
</div>
<div class="swiper-slide">
<img src="img/home/007.png" />
</div>
<div class="swiper-slide">
<img src="img/home/008.png" />
</div>
<div class="swiper-slide">
<img src="img/home/009.png" />
</div>
<div class="swiper-slide">
<img src="img/home/010.png" />
</div>
</div>
</div>
<div class="pagination"></div>
@ -280,8 +301,9 @@
loop: true,
autoplay: 5000,
pagination: '.pagination',
paginationClickable: true,
paginationClickable: false,
//其他设置
showsPagination: false,
})
})
</script>