diff --git a/public/static/index/default/css/buy.css b/public/static/index/default/css/buy.css index 5d8f9e4ec663fe1c10266333f5aed3e9e892c5e4..32e642c9aa979b35508b8e8487b2a0c4618df956 100755 --- a/public/static/index/default/css/buy.css +++ b/public/static/index/default/css/buy.css @@ -168,7 +168,7 @@ ul.address-list, .business-item ul { overflow: hidden; } * 商品列表 */ .goods-items table.am-table tr th { font-weight: 500; } -.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; min-height: 80px; } .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; } .goods-title:hover { text-decoration: underline; } diff --git a/public/static/index/default/css/order.comments.css b/public/static/index/default/css/order.comments.css index d63039dfa42f78385e3e520d86224f3bbaafe03d..67d632049865485f7d6de7c5eaf019b61cbac5bb 100755 --- a/public/static/index/default/css/order.comments.css +++ b/public/static/index/default/css/order.comments.css @@ -38,7 +38,7 @@ * 商品列表 */ .order-goods .base { width: 50%; } -.goods-detail img { width: 80px; height: 80px; position: absolute; border: 1px solid #eee; } +.goods-detail img { width: 80px; height: 80px; position: absolute; border: 1px solid #eee; left: 0; top: 0; } .goods-detail { position: relative; min-height: 80px; } .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; } .goods-title:hover { text-decoration: underline; } diff --git a/public/static/index/default/css/order.css b/public/static/index/default/css/order.css index d3d056ec8a2674a64aebbba8b2cacbae166e4941..1ffce7a22b8bae30f6efea90e573de7f187ecdc2 100755 --- a/public/static/index/default/css/order.css +++ b/public/static/index/default/css/order.css @@ -59,7 +59,7 @@ table.data-ongoing .base-operate { border-top: 1px dashed #daf3ff; } * 商品列表 */ .goods-detail { position: relative; min-height: 80px; } -.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; } +.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; top: 0; } .goods-title { display: -webkit-box; max-height: 36px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .goods-title:hover { text-decoration: underline; } .goods-base { float: left; top: 0; margin-left: 85px; } diff --git a/public/static/index/default/css/orderaftersale.aftersale.css b/public/static/index/default/css/orderaftersale.aftersale.css index 616642c930781a982986c74deee956e4d351f38d..0a640f9fa4accbd5386fa81d724602bfc8833d71 100644 --- a/public/static/index/default/css/orderaftersale.aftersale.css +++ b/public/static/index/default/css/orderaftersale.aftersale.css @@ -1,7 +1,7 @@ /** * 商品列表 */ -.goods-detail img { width: 80px; height: 80px; position: absolute; border: 1px solid #eee; } +.goods-detail img { width: 80px; height: 80px; position: absolute; border: 1px solid #eee; left: 0; top: 0; } .goods-detail { position: relative; min-height: 80px; } .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; } .goods-title:hover { text-decoration: underline; } diff --git a/public/static/index/default/css/orderaftersale.index.css b/public/static/index/default/css/orderaftersale.index.css index 4e576a24cfc05fc8b9c3e36cd2a01b0f96c8b599..8eec97732e173a9f18f89287a00ce01c716d1936 100644 --- a/public/static/index/default/css/orderaftersale.index.css +++ b/public/static/index/default/css/orderaftersale.index.css @@ -1,7 +1,7 @@ /** * 商品列表 */ -.user-content-body .goods-detail img { width: 80px; height: 80px; position: absolute; } +.user-content-body .goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; top: 0; } .user-content-body .goods-detail { position: relative; min-height: 80px; } .user-content-body .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; } .user-content-body .goods-title:hover { text-decoration: underline; }