|
@@ -58,7 +58,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
width: 100%;height: 150rpx;position: fixed;left: var(-window-left);right: var(-window right);
|
|
|
bottom: var(--window-bottom);padding-bottom: env(safe-area-inset-bottom);box-sizing: border-box;z-index: 9;
|
|
|
.tabbar-item-box{display: flex;flex-wrap: nowrap;justify-content: space-evenly;
|
|
|
- box-sizing: border-box;padding: 0 46rpx;
|
|
|
+ box-sizing: border-box;padding: 0 96rpx;
|
|
|
}
|
|
|
.tabbar-item{width: 135rpx;height: 144rpx;@include ezy-no-repeat-cover;z-index: 2;}
|
|
|
}
|