|
|
@ -29,14 +29,14 @@ |
|
|
|
return { |
|
|
|
list : [ |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/2.png", |
|
|
|
"iconPath": "/static/image/tabbar/1.png", |
|
|
|
"selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/5cc4afa9-e951-4503-95c8-c0332a8f5db9.png", |
|
|
|
"iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/9caa43b2-8389-4945-8b71-9b49bca2d634.png", |
|
|
|
"pagePath": "/pages/index/index", |
|
|
|
"title": "打卡" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/4.png", |
|
|
|
"iconPath": "/static/image/tabbar/3.png", |
|
|
|
"selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/62bc1e85-24b3-4f72-a31d-4caad77590e9.png", |
|
|
|
"iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/6b9c937e-487c-4552-8140-dad098d7f16e.png", |
|
|
|
"pagePath": "/pages/index/center", |
|
|
|
"title": "我的" |
|
|
|
} |
|
|
@ -59,7 +59,7 @@ |
|
|
|
<style scoped lang="scss"> |
|
|
|
.tabbar-box{ |
|
|
|
height: 120rpx; |
|
|
|
padding-bottom: env(safe-area-inset-bottom); |
|
|
|
// padding-bottom: env(safe-area-inset-bottom); |
|
|
|
} |
|
|
|
.tabbar{ |
|
|
|
position: fixed; |
|
|
@ -71,7 +71,7 @@ |
|
|
|
flex-direction: row; |
|
|
|
height: 120rpx; |
|
|
|
// padding-bottom: env(safe-area-inset-bottom); |
|
|
|
padding: 10rpx 0rpx; |
|
|
|
// padding: 10rpx 0rpx; |
|
|
|
z-index: 9999; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
@ -84,11 +84,11 @@ |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
.icon{ |
|
|
|
width: 80rpx; |
|
|
|
height: 80rpx; |
|
|
|
width: 60rpx; |
|
|
|
height: 60rpx; |
|
|
|
.icon-image{ |
|
|
|
width: 80rpx; |
|
|
|
height: 80rpx; |
|
|
|
width: 60rpx; |
|
|
|
height: 60rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.title{ |
|
|
|