diff --git a/App.vue b/App.vue index 8ae8ed89..0fa76a70 100644 --- a/App.vue +++ b/App.vue @@ -2735,8 +2735,8 @@ // 整体样式 uni.setTabBarStyle({ selectedColor: this.get_theme_color(theme), - color: '#333', - backgroundColor: '#fff', + color: '#333333', + backgroundColor: '#ffffff', borderStyle: 'black' }); diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index f57d8f0a..c1fefa7f 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -431,9 +431,12 @@ left: auto; top: 0; width: 100%; - /* #ifdef MP-WEIXIN || MP-BAIDU || MP-ALIPAY || MP-QQ || MP-KUAISHOU */ + /* #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU */ padding-right: 200rpx; /* #endif */ + /* #ifdef MP-ALIPAY */ + padding-right: 250rpx; + /* #endif */ } .search-content-seat { height: 74rpx;