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; }