This commit is contained in:
kron
2025-08-09 11:58:11 +08:00
parent d20e84f66c
commit 975f791dfb
4 changed files with 11 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ function handleTabClick(index) {
<style scoped>
.footer {
height: 90px;
height: 120px;
width: 100vw;
position: relative;
display: flex;
@@ -74,13 +74,13 @@ function handleTabClick(index) {
z-index: 1;
}
.tab-item > image {
width: 88%;
width: 86%;
}
.tab-item:nth-child(2) {
transform: translate(25%, 20%);
}
.tab-item:nth-child(3) {
transform: translate(5%, -10%);
transform: translate(6%, -10%);
}
.tab-item:nth-child(4) {
transform: translate(-25%, 20%);