From ab8dd9375e4b92c1302bed1b8c9b5dc08256c4ea Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 17 Sep 2019 16:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=9B=BE=E7=89=87css=E9=94=99=E4=BD=8D=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/cart.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/default/css/cart.css b/public/static/index/default/css/cart.css index e3172c2fc..09d8543ca 100755 --- a/public/static/index/default/css/cart.css +++ b/public/static/index/default/css/cart.css @@ -1,4 +1,4 @@ -.goods-detail img { width: 80px; height: 80px; position: absolute; } +.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; top: 0; } .goods-detail { position: relative; margin-left: 18px; min-height: 80px; } .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; } .goods-title:hover { text-decoration: underline; }