下图第一张图是app,第二张图是微信小程序。难不成使用官方提供的属性,无法在微信小程序上实现中间凸起的效果吗?
"tabBar": {
"color": "#7a7e83",
"selectedColor": "#FF3e32",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"midButton": {
"width":"64px",
"height":"66px",
"iconWidth":"45.5px",
"iconPath": "static/images/tabbar_vip.png"
},
"list": [{
"pagePath": "pages/tabbar/home",
"text": "首页",
"iconPath": "static/images/home_unselect.png",
"selectedIconPath": "static/images/home_select.png"
},
{
"pagePath": "pages/tabbar/activity",
"text": "活动",
"iconPath": "static/images/activity_unselect.png",
"selectedIconPath": "static/images/activity_select.png"
},
// #ifndef APP-PLUS
{
"pagePath": "pages/tabbar/vip",
"text": "vip",
"iconPath": "static/images/tabbar_vip.png",
"selectedIconPath": "static/images/tabbar_vip.png"
},
// #endif
{
"pagePath": "pages/tabbar/find",
"text": "发现",
"iconPath": "static/images/find_unselect.png",
"selectedIconPath": "static/images/find_select.png"
},
{
"pagePath": "pages/tabbar/my",
"text": "我的",
"iconPath": "static/images/my_unselect.png",
"selectedIconPath": "static/images/my_select.png"
}
]
},
5***@qq.com (作者)
那微信小程序上没法实现凸起的效果了吗
2020-03-31 11:47
996上班族
回复 5***@qq.com: 合格的程序员,第一步要会看文档
2020-06-12 14:23