diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index aa0b89d..2637be1 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -47,14 +47,13 @@ - - + + {{mbItem.title}} {{mbItem.subTitle}} - @@ -75,15 +74,16 @@ - - - - - {{tlItem.title}} + + + + + + {{tlItem.title}} + - - - + + @@ -207,19 +207,9 @@ border-radius: 20rpx; padding: 30rpx; .mbitem{ - .mb-bord{ - position: relative; - flex: 1; - height: 100%; - &::after { - content: ' '; - position: absolute; - left: 50%; - right: 0; - top: 0; - bottom: 0; - border-right: 2rpx solid rgba(255,255,255,0.5); - } + border-right: 2rpx solid rgba(255,255,255,0.5); + &:last-child { + border-right: 0; } .tb1 { width: 92rpx; @@ -236,7 +226,7 @@ margin-top: 15rpx; font-size: 28rpx; font-weight: 600; - color: #999; + color: #fff; } } &:last-child { @@ -264,8 +254,7 @@ padding: 20rpx; border: 2rpx solid #F6F6F6; border-radius: 16rpx; - margin-bottom: 12rpx; - width: 160rpx; + margin-bottom: 18rpx; } } }