ソースを参照

商品详情图片样式修改

zhengjinyi 2 年 前
コミット
3c8458847f
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

@@ -155,7 +155,7 @@ li{list-style:none;}
 .productInfo .tabTit span:hover{color:#E15621}
 .productInfo .tabTit span.on,.productInfo .tabTit span.on:hover{background:#ffe6dc;color:#e15616;font-weight: bold;}
 .productInfo .tabCon{padding:16px;text-align:center}
-.productInfo .tabCon img{max-width:100%;}
+.productInfo .tabCon img{width:100%;height: auto;}
 .productInfo .tabCon table{width:100%;text-align:left}
 .productInfo .tabCon td{padding:10px 12px;line-height:20px}
 .productInfo .tabCon td a{color: #4688fa;}