From e7d3ca2f9acea60053b61b9fe2f10f1c8c346b38 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 2 Dec 2023 01:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/home/home.vue | 43 ++++++++++++++------------------------ 1 file changed, 16 insertions(+), 27 deletions(-) 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; } } }