wxss 中url()如果使用'//xxxx'的格式会使用http,audit
如果在wxss中使用了简写,比如
background-image: url(//mp.nenuyouth.com/img/weather/C3-layer3.png)
则至少在开发者工具上,会默认为http请求,从而使audit中的https请求不通过。
如果在wxss中使用了简写,比如
background-image: url(//mp.nenuyouth.com/img/weather/C3-layer3.png)
则至少在开发者工具上,会默认为http请求,从而使audit中的https请求不通过。