Update style.css

pull/243/head
FongMi 2 years ago
parent 854ab59660
commit 71308467a7
  1. 8
      app/src/main/assets/css/style.css

@ -3273,10 +3273,9 @@ page {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding: 8px 0;
padding-bottom: calc(8px + constant(safe-area-inset-bottom));
padding-bottom: calc(8px + env(safe-area-inset-bottom));
font-size: 0;
padding-top: 8px;
padding-bottom: 8px;
color: rgba(0, 0, 0, 0.5);
color: var(--weui-FG-1);
text-align: center;
@ -3307,9 +3306,6 @@ page {
.weui-tabbar__icon {
display: inline-block;
width: 24px;
height: 24px;
margin-top: 6px;
margin-bottom: 6px;
svg {
fill: rgba(0, 0, 0, 0.9);

Loading…
Cancel
Save