img
小于 1 分钟html
CSS中显示背景图片
background: url('../../assets/img/登录背景图片.png');
取消背景图片重复
background-repeat: no-repeat;
下拉滑块取消重现
background-attachment: fixed;
background: url('../../assets/img/登录背景图片.png');
background-repeat: no-repeat;
background-attachment: fixed;