Browse Source

111

master
xiaobo 2 months ago
parent
commit
06c75d45b1
13 changed files with 8 additions and 7 deletions
  1. +8
    -7
      components/base/tabbar.vue
  2. BIN
      static/image/tabbar/cart-a.png
  3. BIN
      static/image/tabbar/cart.png
  4. BIN
      static/image/tabbar/center-a.png
  5. BIN
      static/image/tabbar/center.png
  6. BIN
      static/image/tabbar/home-a.png
  7. BIN
      static/image/tabbar/home.png
  8. BIN
      static/image/tabbar/member-a.png
  9. BIN
      static/image/tabbar/member.png
  10. BIN
      static/image/tabbar/order-a.png
  11. BIN
      static/image/tabbar/order.png
  12. BIN
      static/image/tabbar/zhaomu-a.png
  13. BIN
      static/image/tabbar/zhaomu.png

+ 8
- 7
components/base/tabbar.vue View File

@ -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>

BIN
static/image/tabbar/cart-a.png View File

Before After
Width: 78  |  Height: 68  |  Size: 3.3 KiB

BIN
static/image/tabbar/cart.png View File

Before After
Width: 78  |  Height: 68  |  Size: 3.8 KiB

BIN
static/image/tabbar/center-a.png View File

Before After
Width: 61  |  Height: 76  |  Size: 3.4 KiB Width: 69  |  Height: 68  |  Size: 3.7 KiB

BIN
static/image/tabbar/center.png View File

Before After
Width: 61  |  Height: 76  |  Size: 3.9 KiB Width: 69  |  Height: 69  |  Size: 1.7 KiB

BIN
static/image/tabbar/home-a.png View File

Before After
Width: 69  |  Height: 70  |  Size: 2.0 KiB Width: 76  |  Height: 70  |  Size: 4.3 KiB

BIN
static/image/tabbar/home.png View File

Before After
Width: 69  |  Height: 70  |  Size: 1.7 KiB Width: 76  |  Height: 69  |  Size: 1.5 KiB

BIN
static/image/tabbar/member-a.png View File

Before After
Width: 72  |  Height: 65  |  Size: 3.7 KiB

BIN
static/image/tabbar/member.png View File

Before After
Width: 72  |  Height: 65  |  Size: 3.4 KiB

BIN
static/image/tabbar/order-a.png View File

Before After
Width: 60  |  Height: 68  |  Size: 3.8 KiB

BIN
static/image/tabbar/order.png View File

Before After
Width: 60  |  Height: 68  |  Size: 1.1 KiB

BIN
static/image/tabbar/zhaomu-a.png View File

Before After
Width: 76  |  Height: 68  |  Size: 4.9 KiB

BIN
static/image/tabbar/zhaomu.png View File

Before After
Width: 76  |  Height: 68  |  Size: 2.1 KiB

Loading…
Cancel
Save