瀏覽代碼

bugCommit

zhengjinyi 4 年之前
父節點
當前提交
816c1f94c8
共有 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

@@ -7,7 +7,7 @@ li{list-style:none;}
 .productBox .imageBox{float:left;width:452px;height:545px;position:relative}
 .productBox .detailBox{float:right;width:686px}
 .productBox img{width:100%;height:100%;display:block}
-.productBox .bigImage{width:452px;height:452px;background:#F3F7FE}
+.productBox .bigImage{width:452px;height:452px;background:#F3F7FE;border: 1px solid #e4e4e4;}
 .productBox .bigImage .mask{display:none;position:absolute;left:0;top:0;width:215px;height:215px;border:1px solid #aaa;background:rgba(255,208,22,.4);opacity:.5;filter:alpha(opacity:50);cursor:move}
 .productBox .smallImage{height:79px;padding-top:14px;overflow:hidden}
 .productBox .smallImage ul{width:452px}