UI优化
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user