img Css 设置图片内容

#img_menu {
  content: url(../assets/menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-width: 0;
  border: none;
  vertical-align: middle;
}

猜你喜欢

转载自blog.csdn.net/qq_25430563/article/details/88045907