yingyigongzi
1.插入图片
<div><img src="图片地址" /></div>
2.图片做背景
<div style="background:url(图片地址); width:100px;height:100px;">div>

方法一:css内:
.coldiv{background:#000000;或者}
方法二:html内:
<div style="background:#000000;或者">
<div class="bg"></div><style>.bg { background-color:red /*此处更换为所需的颜色代码*/}</style>

分类:

技术点:

相关文章:

  • 2021-12-12
  • 2021-04-24
  • 2021-12-15
  • 2021-10-30
  • 2021-12-15
  • 2021-12-18
  • 2021-11-27
  • 2021-12-04
猜你喜欢
  • 2021-12-15
  • 2021-07-17
  • 2021-06-30
  • 2021-12-05
  • 2021-12-07
  • 2021-09-16
  • 2021-11-17
相关资源
相似解决方案