css uniapp背景图宽度固定高度自适应可以重复
page {
height: 100%;
background-image: url('https://onlinekc.a.hlidc.cn/uploads/20241115/350f94aaf493d05625a7ddbc86c7804e.png');
background-repeat: repeat;
background-size: contain;
}
如果不要重复
把background-repeat: repeat;替换background-repeat: no-repeat;
原文地址:https://blog.csdn.net/cunning_of_fox/article/details/143849224
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!