Ver Fonte

首页增加注册认证提醒

zhengjinyi há 11 meses atrás
pai
commit
6fbfc19dd2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/static/css/product/detail.pc.css

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

@@ -34,7 +34,7 @@ li{list-style:none;}
 .productBox .smallImage li{float:left;box-sizing:border-box;width:79px;height:79px;margin-left:14px;background:#F3F7FE;opacity:.5;border-radius: 8px;overflow: hidden;cursor: pointer;}
 .productBox .smallImage li.on{opacity:1;border:2px solid #FF5B00}
 .productBox .smallImage li:first-child{margin-left:0}
-.productBox .zoomImage{display:none;overflow:hidden;position:absolute;right:-466px;top:0;width:452px;height:452px;border-radius: 12px;overflow: hidden; border:1px solid #e4e4e4;z-index:9999;background:#FFF}
+.productBox .zoomImage{display:none;overflow:hidden;position:absolute;right:-466px;top:0;width:452px;height:452px;border-radius: 12px;overflow: hidden; border:1px solid #e4e4e4;z-index:999;background:#FFF}
 .productBox .zoomImage img{width:950px;height:950px;margin-right:10px;display:block;max-width:none;}
 .productBox .detailBox .product-collection{width: 72px;display: block;position: absolute;right: 0;top: 0;cursor: pointer;}
 .productBox .detailBox .product-collection img{height: 26px;width: 26px;display: block;margin: 0 auto;margin-bottom: 2px;}