|
|
@ -40,15 +40,15 @@ |
|
|
|
key : 'home', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/member-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/member.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/zhaomu-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/zhaomu.png", |
|
|
|
"pagePath": "/pages/index/member", |
|
|
|
"title": "招募", |
|
|
|
key : 'member', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/cart-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/cart.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/order-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/order.png", |
|
|
|
"pagePath": "/pages/index/cart", |
|
|
|
"title": "订单", |
|
|
|
key : 'cart', |
|
|
@ -84,7 +84,7 @@ |
|
|
|
.tabbar{ |
|
|
|
position: fixed; |
|
|
|
width: 750rpx; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #1B1713; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
@ -94,7 +94,8 @@ |
|
|
|
z-index: 999999; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
color: #BCBCBC; |
|
|
|
color: #4C4C4C; |
|
|
|
border-radius: 67rpx 67rpx 0rpx 0rpx; |
|
|
|
.item{ |
|
|
|
flex: 1; |
|
|
|
display: flex; |
|
|
@ -120,6 +121,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.active{ |
|
|
|
color: $uni-color !important; |
|
|
|
color: #F85152 !important; |
|
|
|
} |
|
|
|
</style> |