diff --git a/App.vue b/App.vue index 92ba2221..1f033a18 100644 --- a/App.vue +++ b/App.vue @@ -2889,7 +2889,7 @@ if(temp !== undefined && this.is_tabbar_pages()) { obj.$vm.setData( { - bottom_fixed_style: 'bottom:'+this.app_tabbar_height_value()+'px' + bottom_fixed_style: 'bottom:'+((this.app_tabbar_height_value()-8)*2)+'rpx' }); } } diff --git a/components/diy/footer.vue b/components/diy/footer.vue index f5a32983..b36ebe8a 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -98,7 +98,7 @@ // 底部菜单距离底部的安全距离,减去20、默认的安全距离太高了 var safe_area_insets_bottom = parseInt(uni.getSystemInfoSync().safeAreaInsets.bottom); if(safe_area_insets_bottom > 0) { - safe_area_insets_bottom -= 20; + safe_area_insets_bottom -= 24; } footer_height += safe_area_insets_bottom; diff --git a/pages/plugins/realstore/detail/detail.css b/pages/plugins/realstore/detail/detail.css index 6c7a8886..970be27b 100644 --- a/pages/plugins/realstore/detail/detail.css +++ b/pages/plugins/realstore/detail/detail.css @@ -72,7 +72,7 @@ page { * 左侧导航 */ .left-content-actual { - padding-bottom: 120rpx; + padding-bottom: 160rpx; } .left-content { width: 186rpx; @@ -92,10 +92,10 @@ page { * 右侧内容 */ .right-content-actual { - padding-bottom: calc(105rpx + env(safe-area-inset-bottom)); + padding-bottom: calc(145rpx + env(safe-area-inset-bottom)); } .right-content-actual.base-mode-goods { - padding-bottom: calc(126rpx + env(safe-area-inset-bottom)); + padding-bottom: calc(166rpx + env(safe-area-inset-bottom)); } .goods-list-top-nav { position: sticky; diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index 62e8f5db..60c95221 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -690,7 +690,7 @@ value = (this.is_base_mode_show_type == 0) ? 58 : 92; } // 内容高度 - value += (this.client_type == 'h5') ? 370 : 358; + value += (this.client_type == 'h5') ? 370 : 328; // 桌码 if(this.tablecode != null) { value += 44;