diff --git a/app/src/main/assets/css/style.css b/app/src/main/assets/css/style.css index f84fa6f26..b1f756f05 100644 --- a/app/src/main/assets/css/style.css +++ b/app/src/main/assets/css/style.css @@ -3294,37 +3294,34 @@ page { } .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, -.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label { color: #07c160; color: var(--weui-BRAND); + svg { + fill: #07c160; + } } .weui-tabbar__icon { display: inline-block; - font-size: 10px; - width: 2.8em; - height: 2.8em; - margin-bottom: 2px; -} - -.weui-tabbar__icon>i, -i.weui-tabbar__icon { - font-size: 24px; - color: rgba(0, 0, 0, 0.5); - color: var(--weui-FG-1); -} - -.weui-tabbar__icon img { - width: 100%; - height: 100%; + width: 24px; + height: 24px; + margin-top: 6px; + margin-bottom: 6px; + svg { + fill: rgba(0, 0, 0, 0.9); + } + svg { + fill: var(--weui-FG-0); + } } .weui-tabbar__label { color: rgba(0, 0, 0, 0.9); color: var(--weui-FG-0); - font-size: 10px; + font-size: 12px; line-height: 1.4; + font-weight: bold; } .weui-navbar { diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html index 8fc1dabcc..04147be33 100644 --- a/app/src/main/assets/index.html +++ b/app/src/main/assets/index.html @@ -93,19 +93,27 @@