【发布时间】:2018-01-19 02:09:45
【问题描述】:
我在我的主页上放了一个背景。它可以在除 android chrome 之外的所有浏览器上正确显示。这是我的CSS:
body.path-frontpage {
background-image: url("/themes/contrib/bootstrap_subtheme_front_office/images/background.svg");
background-attachment: fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
这是我的主页:
【问题讨论】: