Browse Source

Merge remote-tracking branch 'origin/2025北京诚祥App' into 2025北京诚祥App

wangxy 3 days ago
parent
commit
ceac12ebf3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/styles/global/components.scss

+ 2 - 2
common/styles/global/components.scss

@@ -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;}