From 36dba8d35676b9aac455aeb3d20e38c79e650ffe Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Tue, 27 Nov 2018 10:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=85=E4=BF=9D=E5=8D=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E9=93=BA=E6=BB=A1=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=20=E9=94=80=E5=94=AE=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E7=AD=9B=E9=80=89=E6=8C=89=E9=92=AE=E7=9A=84=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/guarantee/guarantee.wxss | 9 +-------- pages/outStore/outStore.wxml | 2 +- pages/outStore/outStore.wxss | 6 +++--- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pages/guarantee/guarantee.wxss b/pages/guarantee/guarantee.wxss index 89fa1c9..39d9997 100644 --- a/pages/guarantee/guarantee.wxss +++ b/pages/guarantee/guarantee.wxss @@ -49,14 +49,7 @@ page { } .scroll-views { - height: 99%; -} - - -::-webkit-scrollbar { - width: 0; - height: 0; - color: transparent; + height: 100%; } .custmer_list_view{ diff --git a/pages/outStore/outStore.wxml b/pages/outStore/outStore.wxml index ebbc0ae..4842264 100644 --- a/pages/outStore/outStore.wxml +++ b/pages/outStore/outStore.wxml @@ -5,7 +5,7 @@ 已审核 - + diff --git a/pages/outStore/outStore.wxss b/pages/outStore/outStore.wxss index 97b939e..32bcc7b 100644 --- a/pages/outStore/outStore.wxss +++ b/pages/outStore/outStore.wxss @@ -100,14 +100,14 @@ page { .chose{ width: 100%; - height: 50rpx; + height: 40px; position: fixed; bottom: 0rpx; background: white; border-top: 0.5px solid #e0e0e0; border-bottom: 0.5px solid #e0e0e0; - padding-top: 20rpx; - padding-bottom: 20rpx; + /* padding-top: 20rpx; + padding-bottom: 20rpx; */ display: flex; flex-direction: row; align-items: center;