diff --git a/common/css/page.css b/common/css/page.css index 112448e3..0a3f5d21 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -45,7 +45,6 @@ iframe, .quick-movable-container, .online-service-movable-container, .buy-nav, -.cart-buy-nav, .plugins-realstore-cart-content { left: auto !important; } @@ -57,6 +56,12 @@ iframe, width: 100% !important; max-height: 500rpx !important; } +@media only screen and (min-width: 1600rpx) { + .cart-buy-nav { + left: calc(50% - 780rpx) !important; + width: 1560rpx !important; + } +} /** * 隐藏导航栏内容、仅展示返回按钮 diff --git a/components/cart/cart.vue b/components/cart/cart.vue index 69830c52..dd0769fb 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -1411,11 +1411,9 @@ .cart-buy-nav { position: fixed; z-index: 1; - left: auto; + left: 20rpx; bottom: 20rpx; - margin-left: 20rpx; width: calc(100% - 40rpx); - max-width: calc(800px - 40rpx); box-shadow: 0rpx 4rpx 8rpx 0px rgba(0, 0, 0, 0.16); } .cart-nav-base { diff --git a/components/diy/footer.vue b/components/diy/footer.vue index 11561137..f5a32983 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -119,7 +119,7 @@