From 236cd19fef654b035bd9750ccd41a4a9b7c7b951 Mon Sep 17 00:00:00 2001 From: Devil Date: Thu, 10 Dec 2020 15:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9B=BE=E7=89=87css?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/default/css/index.css b/public/static/index/default/css/index.css index 6c19983d4..914d66e98 100755 --- a/public/static/index/default/css/index.css +++ b/public/static/index/default/css/index.css @@ -48,7 +48,7 @@ text-align: center;float:none} .floor .goods-list .goods-items .goods-images, .aggregation .outer-con img, .floor .aggregation img, -.small-nav img { max-width: 100%; } +.small-nav img { width: 100%; } .floor .goods-list .goods-items .goods-images{ padding: 10px; } @media only screen and (min-width: 480px) { .small-nav img{max-width: 100%;max-height: 100%;} -- GitLab