This commit is contained in:
huangjinming 2023-02-22 11:14:35 +08:00
parent 8fb0276792
commit ef5e91d041
43 changed files with 21 additions and 8 deletions

1
public/70002.gltf Normal file

File diff suppressed because one or more lines are too long

1
public/70003.gltf Normal file

File diff suppressed because one or more lines are too long

1
public/70004.gltf Normal file

File diff suppressed because one or more lines are too long

1
public/70005.gltf Normal file

File diff suppressed because one or more lines are too long

1
public/70006.gltf Normal file

File diff suppressed because one or more lines are too long

1
public/70007.gltf Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 919 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

View File

@ -102,9 +102,9 @@ const imageList = reactive([
{ imgSrc: require("@/assets/img/home/game/001.png") }, { imgSrc: require("@/assets/img/home/game/001.png") },
{ imgSrc: require("@/assets/img/home/game/002.png") }, { imgSrc: require("@/assets/img/home/game/002.png") },
{ imgSrc: require("@/assets/img/home/game/003.png") }, { imgSrc: require("@/assets/img/home/game/003.png") },
{ imgSrc: require("@/assets/img/home/game/001.png") }, { imgSrc: require("@/assets/img/home/game/004.png") },
{ imgSrc: require("@/assets/img/home/game/002.png") }, { imgSrc: require("@/assets/img/home/game/005.png") },
{ imgSrc: require("@/assets/img/home/game/003.png") }, { imgSrc: require("@/assets/img/home/game/006.png") },
]); ]);
const Y1 = ref(0); const Y1 = ref(0);
const ratio = ref(0.2); // const ratio = ref(0.2); //

View File

@ -66,7 +66,7 @@ function handNavCurent(i) {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
font-family: "Big John"; font-family: "Big John";
color: #b1c4ca; color: #CCCCCC;
} }
.duration-200 { .duration-200 {
transition-duration: 0.2s; transition-duration: 0.2s;
@ -76,7 +76,7 @@ function handNavCurent(i) {
transition-duration: 0.15s; transition-duration: 0.15s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
font-family: "Big John"; font-family: "Big John";
color: #23AFFF; color: rgba(215, 68, 88, 1);
} }
.nav-item::after { .nav-item::after {
content: ""; content: "";
@ -106,7 +106,7 @@ function handNavCurent(i) {
transition-property: color; transition-property: color;
transition-duration: 1s; transition-duration: 1s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
color: #1fc8ff; color: rgba(215, 68, 88, 1);
} }
.active-nav-item::after { .active-nav-item::after {

View File

@ -88,10 +88,10 @@
<div class="pve-img"> <div class="pve-img">
<img <img
v-if="isPveTab" v-if="isPveTab"
src="../assets/img/home/pve-img.png" src="../assets/img/home/pve-img.jpg"
alt="" alt=""
/> />
<img v-else src="../assets/img/home/pve-img.png" alt="" /> <img v-else src="../assets/img/home/pve-img.jpg" alt="" />
</div> </div>
</div> </div>
</div> </div>