修改一些图片
@ -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;
|
||||
|
BIN
src/desktop/img/home/001.gif
Normal file
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 495 KiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 1.4 MiB |
BIN
src/desktop/img/home/004.png
Executable file
After Width: | Height: | Size: 1.9 MiB |
BIN
src/desktop/img/home/005.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/desktop/img/home/006.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/desktop/img/home/007.png
Executable file
After Width: | Height: | Size: 1.7 MiB |
BIN
src/desktop/img/home/008.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/desktop/img/home/009.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/desktop/img/home/010.png
Executable file
After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 441 KiB |
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 482 KiB After Width: | Height: | Size: 929 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 912 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 183 KiB |
@ -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>
|
||||
|
@ -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
After Width: | Height: | Size: 1.6 MiB |
BIN
src/mobile/img/home/002.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/mobile/img/home/003.png
Executable file
After Width: | Height: | Size: 1.4 MiB |
BIN
src/mobile/img/home/004.png
Executable file
After Width: | Height: | Size: 1.9 MiB |
BIN
src/mobile/img/home/005.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/mobile/img/home/006.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/mobile/img/home/007.png
Executable file
After Width: | Height: | Size: 1.7 MiB |
BIN
src/mobile/img/home/008.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/mobile/img/home/009.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/mobile/img/home/010.png
Executable file
After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 929 KiB |
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 912 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.4 MiB |
BIN
src/mobile/imgMobile/home/004.png
Executable file
After Width: | Height: | Size: 1.9 MiB |
BIN
src/mobile/imgMobile/home/005.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/mobile/imgMobile/home/006.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/mobile/imgMobile/home/007.png
Executable file
After Width: | Height: | Size: 1.7 MiB |
BIN
src/mobile/imgMobile/home/008.png
Executable file
After Width: | Height: | Size: 1.3 MiB |
BIN
src/mobile/imgMobile/home/009.png
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/mobile/imgMobile/home/010.png
Executable file
After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 441 KiB |
@ -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>
|
||||
|