From 94d7188b815d99a27d8d0c2baddc5ca227100ecb Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 26 Feb 2019 10:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=AD=E5=BF=83=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=8E=E5=BF=AB=E6=8D=B7=E5=AF=BC=E8=88=AA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=86=B2=E7=AA=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/index/default/css/user.index.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/public/static/index/default/css/user.index.css b/public/static/index/default/css/user.index.css index 8c37add86..c04e5461b 100755 --- a/public/static/index/default/css/user.index.css +++ b/public/static/index/default/css/user.index.css @@ -103,13 +103,12 @@ ul.order-base li span.am-badge{position: absolute; top: -7px; left: 55%;} /** * ๅ•†ๅ“ๅˆ—่กจ */ -.goods-detail { position: relative; padding: 5px 0; height: 70px; } -.goods-detail:not(:last-child) { border-bottom: 1px solid #f5f5f5; } -.goods-detail img { width: 60px; height: 60px; } -.goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; font-weight: 500; } -.goods-title:hover { text-decoration: underline; } -.goods-base { position: absolute; top: 5px; left: 65px; width: calc(100% - 65px); } -.goods-base ul li span:not(:first-child) { margin-left: 10px; } -.goods-base ul li { color: #777; } -.goods-detail .order-submit { margin-top: 16px; } -.order-list .goods-base { width: calc(100% - 120px); } \ No newline at end of file +.order-list .goods-detail { position: relative; padding: 5px 0; height: 70px; } +.order-list .goods-detail:not(:last-child) { border-bottom: 1px solid #f5f5f5; } +.order-list .goods-detail img { width: 60px; height: 60px; } +.order-list .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; font-weight: 500; } +.order-list .goods-title:hover { text-decoration: underline; } +.order-list .goods-base { position: absolute; top: 5px; left: 65px; width: calc(100% - 120px); } +.order-list .goods-base ul li span:not(:first-child) { margin-left: 10px; } +.order-list .goods-base ul li { color: #777; } +.order-list .goods-detail .order-submit { margin-top: 16px; } \ No newline at end of file -- GitLab