From ffa0e09b99d3bf3286dc82360f07a10642406834 Mon Sep 17 00:00:00 2001 From: hurui Date: Wed, 9 Oct 2019 11:08:37 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/integralmall/index.wxss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/integralmall/index.wxss b/pages/integralmall/index.wxss index 366e092..d1df1e5 100644 --- a/pages/integralmall/index.wxss +++ b/pages/integralmall/index.wxss @@ -467,20 +467,22 @@ button::after{ border: none; } background: #ccc; } .sort{ - width:100%; + width:94%; height:90rpx; background:#fff; margin:0 auto 20rpx; display: flex; justify-content: space-between; align-items: center; + padding: 0 3% } .sort view{ height:60rpx; width: 180rpx; line-height: 60rpx; - color: #3C3C3C; + color: #fff; font-size: 28rpx; text-align: center; - /* border-radius: 20rpx; */ + background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); + border-radius: 20rpx; } \ No newline at end of file