更新 css 为 600

This commit is contained in:
sin 2019-05-09 20:36:34 +08:00
parent b11cdfced7
commit b1e8f64a49

View File

@ -14,13 +14,13 @@ body {
border-right: 1px solid #ccc2bf; border-right: 1px solid #ccc2bf;
} }
#app,.van-goods-action, .van-overflow-hidden { #app, .van-goods-action, .van-overflow-hidden {
max-width: 1000px!important; max-width: 600px!important;
margin: 0 auto; margin: 0 auto;
} }
.van-tabbar { .van-tabbar, .van-submit-bar {
max-width: 1000px!important; max-width: 600px!important;
position:fixed; position:fixed;
margin:auto; margin:auto;
left:0; left:0;