details.js 127 B

123
  1. $(function(){
  2. $('img[alt="code"]').css({"width":"40%","margin":"0 auto"}); //单独处理二维码的问题样式
  3. })