From ef555b674e2722effa4766961a506d4d04676d47 Mon Sep 17 00:00:00 2001 From: Vion Date: Mon, 17 Jan 2022 19:23:06 +0800 Subject: [PATCH] Product list style updated --- rc-busness/assets/css/global.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less index a72ec596..c6fcda99 100644 --- a/rc-busness/assets/css/global.less +++ b/rc-busness/assets/css/global.less @@ -370,7 +370,7 @@ img, picture { li{ max-width:20rem; //margin-right:.875rem; - margin-left:2.2vw; + margin-left:2vw; .rc-column{ span{ font-size:1.875rem; @@ -385,7 +385,7 @@ img, picture { } } img{ - width:21.7vw; + width:22.8vw; max-width:320px; min-width:160px; }