我正在尝试为特定组件设置背景图像。我想将图像设置为example.component.html的整个html页面,但它不适用于我
example.component.css
html {background: url(assets/imagenew.jpg) no-repeat center center fixed; -
webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; background-size: cover; }
body { background-color: transparent;
overflow: hidden; }