📜  角度 css 中的图像 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:45.893000             🧑  作者: Mango

代码示例1
background-image:  url(../assets/images/some-image.png);
  background-repeat: no-repeat;
  background-position: center-top;
  width: 100%; // any width
  height: 230px; // any height