跳至主要內容

img

chanchaw小于 1 分钟html

CSS中显示背景图片

background: url('../../assets/img/登录背景图片.png');

取消背景图片重复

background-repeat: no-repeat;

下拉滑块取消重现

background-attachment: fixed;