/* #ifdef weapp */ .tabbar{ display: flex; position: fixed; bottom: 0; left: 0; right: 0; height: 103px; flex-direction: row; justify-content: space-around; background-color: #000; // background-color: #000; // background-color: red; padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */ padding-bottom: env(safe-area-inset-bottom); border-top-color: rgba(255,255,255,0.2); border-top-width: 1px; border-top-style: solid; z-index: 100; } /* #endif */ /* #ifdef rn */ /* #endif */ .tabbar-item{ color: rgba(255,255,255,0.4); font-size: 36px; line-height: 36px; display: flex; flex: 1; align-items: center; justify-content: center; font-weight: bold; position: relative; } .tabbar-item-sel{ color: #ffffff; font-size: 40px; line-height: 40px; font-weight: bold; position: relative; } .food-tab-badge{ position: absolute; width: 20px; height: 20px; border-radius: 10px; right:-10px; top:-10px; }