css中设置背景图片适应屏幕

以body为例

body{
	background: url(../img/jld.png) no-repeat center center fixed;
	background-size: cover;
}
.bak{
  background: url(~@/assets/img/Rectangle_9967.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
posted @ 2022-01-01 15:16  又一岁荣枯  阅读(80)  评论(0编辑  收藏  举报