|
|
@@ -75,8 +75,9 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
|
|
|
/***** tabbar *****/
|
|
|
.ezy-custom-tabbar{
|
|
|
- width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;background-color: #f9f9f9;box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);
|
|
|
- bottom: 0;padding: 0 24rpx env(safe-area-inset-bottom) 24rpx;box-sizing: border-box;z-index: 9;
|
|
|
+ width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;
|
|
|
+ background-color: #f9f9f9;box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);
|
|
|
+ padding: 0 24rpx;box-sizing: border-box;z-index: 9;
|
|
|
display: flex;flex-direction: row;align-items: center;
|
|
|
.tabbar-item-box{
|
|
|
width: 25%;display: flex;flex-wrap: nowrap;justify-content: space-evenly;
|