diff --git a/main.js b/main.js index 6a8e56b..25a2344 100644 --- a/main.js +++ b/main.js @@ -66,7 +66,6 @@ App.mpType = 'app' - Vue.config.productionTip = false const app = new Vue({ diff --git a/pages/menu/market/index.css b/pages/menu/market/index.css index 53ba5f1..235f9d6 100644 --- a/pages/menu/market/index.css +++ b/pages/menu/market/index.css @@ -49,11 +49,11 @@ .title_item .imgcon {} .green { - background-color: #6FCF97; + background-color: #3CCA94; } .red { - background-color: #EB5757; + background-color: #F62329; } .main .item { @@ -64,14 +64,28 @@ .main .item .text2 { color: #0F1828; - font-size: 24rpx; + font-size: 26rpx; + line-height: 40rpx; font-weight: 500; +} +.pairs { + width: 30%; + text-align: left; +} +.price { + width: 40%; + + text-align: right; + padding-right: 5%; +} +.chang { + width: 30%; text-align: center; } .main .item .text2 .t1 { - color: #7D87A6; - font-size: 28rpx; + color: #D4D4D4; + font-size: 22rpx; } .main .item .btn { @@ -80,9 +94,10 @@ justify-content: center; border-radius: 8rpx; color: #fff; - font-size: 24rpx; - height: 58rpx; - width: 160rpx; + font-size: 22rpx; + margin: auto; + height: 54rpx; + width: 140rpx; } .main .item .btn .img1 { diff --git a/pages/menu/market/index.vue b/pages/menu/market/index.vue index b1cc9c6..3912213 100644 --- a/pages/menu/market/index.vue +++ b/pages/menu/market/index.vue @@ -1,55 +1,41 @@