From b1e8f64a4973cd0d76870158e6814c78303a82ac Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Thu, 9 May 2019 20:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20css=20=E4=B8=BA=20600?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile-web/src/assets/style/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile-web/src/assets/style/common.css b/mobile-web/src/assets/style/common.css index 68b8e5cc0..a49a9c171 100644 --- a/mobile-web/src/assets/style/common.css +++ b/mobile-web/src/assets/style/common.css @@ -14,13 +14,13 @@ body { border-right: 1px solid #ccc2bf; } -#app,.van-goods-action, .van-overflow-hidden { - max-width: 1000px!important; +#app, .van-goods-action, .van-overflow-hidden { + max-width: 600px!important; margin: 0 auto; } -.van-tabbar { - max-width: 1000px!important; +.van-tabbar, .van-submit-bar { + max-width: 600px!important; position:fixed; margin:auto; left:0;