css设置div背景色的同时设置背景图

<div class="top_content ">
div>
.top_content {
  background: #1891ff;
  background-image: url('../../assets/photo/product/product.png');
  height: 400px;
  text-align: center;
  line-height: 400px;
}

你可能感兴趣的:(css)