From fd26ea7bfdb0345ab2da54f0bfb599e12a29dab4 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 2 Aug 2019 16:50:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=A8=E5=BA=97=E5=88=97=E8=A1=A8][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gameentry/gentry.wxss | 2 +- pages/index/searchbar/index.wxss | 4 ++-- pages/main/coupons/index.wxss | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/gameentry/gentry.wxss b/components/gameentry/gentry.wxss index 9f5d6c5..0f6ca2e 100644 --- a/components/gameentry/gentry.wxss +++ b/components/gameentry/gentry.wxss @@ -12,7 +12,7 @@ } .b2{ width: 90%; - margin:35% auto; + margin:55% auto; overflow: hidden; border-radius: 10rpx; } diff --git a/pages/index/searchbar/index.wxss b/pages/index/searchbar/index.wxss index ec2ed37..4f4e41a 100644 --- a/pages/index/searchbar/index.wxss +++ b/pages/index/searchbar/index.wxss @@ -34,11 +34,11 @@ font-size: 26rpx; } .active1 { - font-size: 30rpx!important; + font-size: 26rpx!important; } .active { position: absolute; - left: 20rpx; + left: 4rpx; bottom: 0rpx; top:0; margin: auto; diff --git a/pages/main/coupons/index.wxss b/pages/main/coupons/index.wxss index e682f66..f17c048 100644 --- a/pages/main/coupons/index.wxss +++ b/pages/main/coupons/index.wxss @@ -1,7 +1,6 @@ @import "../../../app.wxss"; .index-coupons { padding: 0 20rpx; - min-height: 600rpx; /* margin-top: 40rpx; */ /* background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,0.8) 100%); */ }