更换图片
This commit is contained in:
@@ -72,17 +72,22 @@ function handleTabClick(index) {
|
|||||||
}
|
}
|
||||||
.tab-item {
|
.tab-item {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.tab-item > image {
|
.tab-item > image {
|
||||||
width: 86%;
|
width: 86%;
|
||||||
}
|
}
|
||||||
.tab-item:nth-child(2) {
|
.tab-item:nth-child(2) {
|
||||||
transform: translate(25%, 20%);
|
transform: translate(25%, 30%);
|
||||||
}
|
}
|
||||||
.tab-item:nth-child(3) {
|
.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) {
|
.tab-item:nth-child(4) {
|
||||||
transform: translate(-25%, 20%);
|
transform: translate(-25%, 30%);
|
||||||
}
|
}
|
||||||
</style>
|
</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 |
Reference in New Issue
Block a user