From 954ddeff05a35ec9608f5c69d9e40e9065105a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=81=A5?= Date: Mon, 16 Aug 2021 14:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=8E=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui-calendar/ui-calendar.wxss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/ui-calendar/ui-calendar.wxss b/components/ui-calendar/ui-calendar.wxss index e9bde62..06cd15c 100644 --- a/components/ui-calendar/ui-calendar.wxss +++ b/components/ui-calendar/ui-calendar.wxss @@ -78,18 +78,18 @@ /* 有挂牌数量日期 */ .active-back-two .item_view { - background: linear-gradient(to right, #FFCC00 0%, #FFCC00 50%, #ffffff 50%, #ffffff 100%); + background: linear-gradient(to left, #FFCC00 0%, #FFCC00 50%, #ffffff 50%, #ffffff 100%); } /* 有拍卖数量日期 */ .active-back-three .item_view { /* background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #37F492 50%, #37F492 100%); */ - background: linear-gradient(to left, #37F492 0%, #37F492 50%, #ffffff 50%, #ffffff 100%); + background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #37F492 50%, #37F492 100%); } /* 两个数量都有 */ .active-back-four .item_view { - background: linear-gradient(to left, #FFCC00 0%, #FFCC00 50%, #37F492 50%, #37F492 100%); + background: linear-gradient(to right, #FFCC00 0%, #FFCC00 50%, #37F492 50%, #37F492 100%); /* background: linear-gradient(to left, #37F492 0%, #37F492 50%, #FFCC00 50%, #FFCC00 100%); */ } @@ -102,7 +102,6 @@ .item_view.selected view { color: #ffffff !important; - } .map_top {