From ac1c41c198fc8823ad8a32a19cb668c9a7db466f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 10 Sep 2018 13:33:11 +0800 Subject: [PATCH] search --- service/Public/Home/Default/Css/Goods.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Public/Home/Default/Css/Goods.css b/service/Public/Home/Default/Css/Goods.css index 4813ca61a..15a249b4d 100755 --- a/service/Public/Home/Default/Css/Goods.css +++ b/service/Public/Home/Default/Css/Goods.css @@ -396,7 +396,7 @@ li.am-comment{ width:100%} .tb-r-filter-bar li {text-align:left;width:auto ;padding:0px 10px;} /* 推荐商品 */ - .like li:nth-of-type(4n) { border-right: 0px; } + .like li:nth-of-type(4n) { border-right: 0px !important; } .like li:nth-of-type(3n) { border-right: 1px solid #eee; } .like li:nth-child(4) { border-top: 0px; } } -- GitLab