chao 4 年之前
父節點
當前提交
6f74e361e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/css/product/detail.pc.css

+ 1 - 1
src/main/resources/static/css/product/detail.pc.css

@@ -61,7 +61,7 @@ li{list-style:none;}
 .recommendBox{margin-bottom:16px;overflow: hidden;}
 .recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 32px}
 #productRecommend{padding:16px;background: #fff}
-#productRecommend li{float:left;width:167px;height:205px;overflow:hidden;}
+#productRecommend li{float:left;width:167px;height:205px;overflow:hidden;background:#FFF;}
 #productRecommend li .item{width:151px;height:205px;margin:0 auto;line-height:22px;background:#FFF;}
 #productRecommend li .item a{display:block;width:100%;height:100%;color:#93979F}
 #productRecommend li .item a:hover{color:#E15616}