uni-app中使用背景图,背景图片放大或缩小问题
连写的时候会出现这种现像
background:url(url(../../static/images/bg.png) 100% 100% no-repeat)
分开写就好了
background-image: url(../../static/images/bg.png); background-size: 100%; background-repeat: no-repeat;
uni-app中引入less文件
参考网址:https://www.cnblogs.com/boystao/p/12691019.html
注意:路径问题