From bcc04c1d110ff3c140f8b85ee6dedb179ca5a82c Mon Sep 17 00:00:00 2001 From: "952108534@qq.com" <952108534@qq.com> Date: Wed, 19 Jan 2022 21:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-busness/assets/css/product-list.less | 33 ++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/rc-busness/assets/css/product-list.less b/rc-busness/assets/css/product-list.less index 45c9ba40..b1fd2b92 100644 --- a/rc-busness/assets/css/product-list.less +++ b/rc-busness/assets/css/product-list.less @@ -318,6 +318,7 @@ ul li ol li em strong i { //pc端 @media screen and (min-width: 768px){ + .userrccat{ width: 327px; height: 48px; @@ -394,7 +395,13 @@ ul li ol li em strong i { } .rc-bottom{ - .rc-productcat { + .rc-productcat { + ol{ + display: flex; + align-items: center; + flex-flow: row; + + } display: flex; align-items: center; flex-wrap: nowrap; @@ -567,9 +574,29 @@ border-radius: 30px; width: 4%; } .ts-scrollable{ - overflow-y: hidden; - overflow-x: clip; width: 100%; + ol{ + display: flex; + align-items: center; + } + .ts-standard-btn{ + width: 237px; + height: 48px; +background: #FFFFFF; +border-radius: 30px; +background: none; +display: flex; +align-items: center; +justify-content: center; +margin-left: 40px; +img { +width: 24px; +height: 24px; +} +span { +margin-left: 8px; +} + } } }