| | |
| | | "key": 'index' |
| | | }, |
| | | { |
| | | // KitchenVideo |
| | | // "pagePath": "/pages/tabbar/category/category", |
| | | "pagePath": "/pages/kitchen/KitchenVideo", |
| | | "pagePath": "/pages/kitchen/KitchenCover", |
| | | |
| | | "iconPath": "/static/tabbar/category.png", |
| | | "selectedIconPath": "/static/tabbar/category-s.png", |
| | |
| | | "key": 'kitchen' |
| | | }, |
| | | { |
| | | "pagePath": "/pages/tabbar/video/video", |
| | | "pagePath": "/pages/cusbar/video/video", |
| | | "iconPath": "/static/tabbar/video1.png", |
| | | "selectedIconPath": "/static/tabbar/video1-selected.png", |
| | | "key": 'video' |
| | | }, |
| | | { |
| | | "pagePath": "/pages/tabbar/cart/cartList", |
| | | "pagePath": "/pages/cusbar/cart/cartList", |
| | | "iconPath": "/static/tabbar/cart.png", |
| | | "selectedIconPath": "/static/tabbar/cart-s.png", |
| | | "text": "购物车", |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | border-top: 1px solid #ededed; |
| | | border-top: 1rpx solid rgba(255, 255, 255, 0.1); |
| | | box-sizing: border-box; |
| | | backdrop-filter: blur(10px); |
| | | -webkit-backdrop-filter: blur(10px); |
| | | } |
| | | |
| | | .tabbar-item { |