更换图片

This commit is contained in:
kron
2025-09-04 18:06:28 +08:00
parent 71a79defe7
commit c9e575a81e
4 changed files with 8 additions and 3 deletions

View File

@@ -72,17 +72,22 @@ function handleTabClick(index) {
}
.tab-item {
z-index: 1;
display: flex;
justify-content: center;
}
.tab-item > image {
width: 86%;
}
.tab-item:nth-child(2) {
transform: translate(25%, 20%);
transform: translate(25%, 30%);
}
.tab-item:nth-child(3) {
transform: translate(6%, -10%);
margin-bottom: 25rpx;
}
.tab-item:nth-child(3) > image {
width: 140rpx;
}
.tab-item:nth-child(4) {
transform: translate(-25%, 20%);
transform: translate(-25%, 30%);
}
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB