From a5c22c8aa0e80eb073295d3d2767b63fd025e41f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 17 Sep 2019 17:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81css=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/buy.css | 2 +- public/static/index/default/css/order.comments.css | 2 +- public/static/index/default/css/order.css | 2 +- public/static/index/default/css/orderaftersale.aftersale.css | 2 +- public/static/index/default/css/orderaftersale.index.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/static/index/default/css/buy.css b/public/static/index/default/css/buy.css index 5d8f9e4ec..32e642c9a 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 d63039dfa..67d632049 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 d3d056ec8..1ffce7a22 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 616642c93..0a640f9fa 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 4e576a24c..8eec97732 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; } -- GitLab