|
@@ -34,8 +34,8 @@ view{box-sizing: border-box;}
|
|
|
/***** tabbar *****/
|
|
|
.phone-custom-tabbar,.phone-client-tabbar{
|
|
|
width: 100%;height: 120rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
|
|
|
- position: fixed;left: var(-window-left);right: var(-window right);bottom: var(--window-bottom);
|
|
|
- box-sizing: border-box;padding-bottom: env(safe-area-inset-bottom);display: flex;justify-content: space-around;align-items: center;
|
|
|
+ position: fixed;left: 0;right: 0;bottom:0;
|
|
|
+ box-sizing: border-box;display: flex;justify-content: space-around;align-items: center;
|
|
|
.tabbar-item{text-align: center;width: 160rpx;}
|
|
|
.tabbar-item-icon{width: 40rpx;height: 40rpx;display: block;@include ezy-no-repeat-cover();margin: 0 auto 2rpx;}
|
|
|
.tabbar-item-text{font-size: 28rpx;color: #333;}
|