From 3e9ca8b4f87ff9b9a5f3cff5e7655a9282f7db27 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 14 Mar 2019 10:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E7=B3=BB=E7=BB=9F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/plugins/css/answers/index.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/static/plugins/css/answers/index.css b/public/static/plugins/css/answers/index.css index f188026dc..37211b9f4 100644 --- a/public/static/plugins/css/answers/index.css +++ b/public/static/plugins/css/answers/index.css @@ -6,6 +6,10 @@ .plugins-answers .answers-goods { overflow: hidden; } +.plugins-answers .answers-goods ul.am-gallery { + width: calc(100% + 10px); + margin-left: -5px; +} .plugins-answers .answers-goods .am-list-news-hd { padding-bottom: 0; } @@ -17,12 +21,6 @@ .plugins-answers .answers-middle-banner img { width: 100%; } -.plugins-answers .answers-goods .am-gallery-bordered > li:nth-of-type(2n + 1) { - padding-left: 0; -} -.plugins-answers .answers-goods .am-gallery-bordered > li:nth-of-type(2n + 2) { - padding-right: 0; -} .plugins-answers .am-slider-c3 .am-slider-counter { background-color: #d13a49; } -- GitLab