From 47e1b682250b71033939574d150d2730943b71fd Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 26 Feb 2019 10:43:20 +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 | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/public/static/index/default/css/user.index.css b/public/static/index/default/css/user.index.css index c04e5461b..43647e873 100755 --- a/public/static/index/default/css/user.index.css +++ b/public/static/index/default/css/user.index.css @@ -70,8 +70,8 @@ ul.order-base li span.am-badge{position: absolute; top: -7px; left: 55%;} .various .goods-favor-list, .various .goods-browse-list, .various .am-gallery{padding: 0;} .various .am-gallery-item{overflow: hidden; text-align: center;} .various .line-price{color: #d2364c; font-weight: 700; font-family: Verdana,Tahoma,arial; } -.goods-browse-list .am-gallery-item img {width: 80%;} -.am-gallery-overlay .am-gallery-desc{display: block; position: absolute; right: 0; top: 0; background-color: #d2364c; color: #fff; padding: 0 5px;} +.various .goods-browse-list .am-gallery-item img {width: 80%;} +.various .am-gallery-overlay .am-gallery-desc{display: block; position: absolute; right: 0; top: 0; background-color: #d2364c; color: #fff; padding: 0 5px;} /** * PC @@ -103,12 +103,13 @@ ul.order-base li span.am-badge{position: absolute; top: -7px; left: 55%;} /** * ๅ•†ๅ“ๅˆ—่กจ */ -.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 +.various .goods-detail { position: relative; padding: 5px 0; height: 70px; } +.various .goods-detail:not(:last-child) { border-bottom: 1px solid #f5f5f5; } +.various .goods-detail img { width: 60px; height: 60px; } +.various .goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; font-weight: 500; } +.various .goods-title:hover { text-decoration: underline; } +.various .goods-base { position: absolute; top: 5px; left: 65px; width: calc(100% - 65px); } +.various .goods-base ul li span:not(:first-child) { margin-left: 10px; } +.various .goods-base ul li { color: #777; } +.various .goods-detail .order-submit { margin-top: 16px; } +.various .order-list .goods-base { width: calc(100% - 120px); } \ No newline at end of file