<script src="http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>  $(function () {
        //微信二维码
        var obj = new WxLogin({
            id:" ",
            appid: " ",
            scope: " ",
            redirect_uri: " ",
            state: " ",
            style: "",
            href: ""
        });
  以上是微信提供的网页内嵌二维码的js  但是想改样式就太不容易了  网上教程说href值能引用https下的css文件  。但是我的项目是http的访问的  这个href 引用的css是放在项目里还是放在哪里?还 有样式是官方提供的样式吗(.impowerBox .qrcode {width: 200px;}
.impowerBox .title {display: none;}
.impowerBox .info {width: 200px;}
.status_icon {display: none}
.impowerBox .status {text-align: center;}