使用css类在wordpress网站上修复图像

时间:2016-08-30 10:30:11

标签: wordpress

我想通过在style.css中提供url来修复wordpress网站上的图像,但它不起作用.. 我试过这段代码

//的style.css

.image_link{
 background: url(http://localhost/wordpress/wp-content/uploads/2016/08/images.png) 100% 100% no-repeat;
 width:291;
 height:182;
}

我在编辑帖子中称之为,

<img class="image_link" alt="wp" />

但这不起作用......

0 个答案:

没有答案