huicheng

.touming {

background-repeat:no-repeat;
height:1000px;
width:500px;
}
*html .touming {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src=\'dc4ff78d02bc78b16a64fe4fa7f11348.png\');
}

或者

.touming {

background-image:url(dc4ff78d02bc78b16a64fe4fa7f11348.png);

background-repeat:no-repeat;
height:1000px;
width:500px;
}
*html .touming {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src=\'dc4ff78d02bc78b16a64fe4fa7f11348.png\');

background-image:none;
}

分类:

技术点:

相关文章:

  • 2021-12-30
  • 2021-09-29
  • 2021-10-27
  • 2022-12-23
  • 2021-11-14
  • 2021-11-22
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2021-09-27
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-01-05
相关资源
相似解决方案