要让该背景图片上下左右居中显示而非平铺,可以通过如下 CSS 代码实现:background-image:url(bg.jpg);background-repeat:no-repeat;background-position:centercenter;background-attachme...