【发布时间】:2020-07-22 22:47:54
【问题描述】:
这就是background image looks like on the laptop
这是背景图片在手机上的样子enter image description here
如您所见,背景未正确对齐,我希望两者的背景完全相同。
以下是我使用的 cs 代码,它对调整图像大小没有帮助,以便我看到相同的背景图像:
身体{ 背景图片:url('https://www.hdwallpapersbook.com/wp-content/uploads/2017/05/Justice-League-Batman-Wonder-Woman-Aquaman.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
背景位置:中心中心; 背景尺寸:封面;
}
【问题讨论】:
-
首先,停止盗链图片。网站所有者可以随时取消您的访问权限,而您的网站看起来很丑陋。然后阅读 CSS 响应式网页设计
标签: css image web background-image image-resizing