我想通过在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" />
但这不起作用......