hzcya1995

HTML中设置背景图的两种方式


1、background

   background:url(images/search.png) no-repeat top;


2、background-image

   background-image:url(images/search.png);

   background-repeat:no-repeat;

分类:

技术点:

相关文章:

  • 2021-10-17
  • 2021-07-07
  • 2021-10-17
  • 2021-11-14
  • 2021-12-19
  • 2021-11-24
猜你喜欢
  • 2021-11-14
  • 2021-11-14
  • 2021-10-30
  • 2021-10-11
  • 2021-09-15
  • 2021-08-14
相关资源
相似解决方案