我的博客在滑块内有一张特色图片,在帖子中有几张图片。为了解决一个问题(帖子上的图片大于列),我这样做了:
img {
max-width:450px;
height:auto;
}
问题是:这段代码还将我的幻灯片最大宽度更改为 450 像素,这并不好。有没有办法让 CSS 只在帖子的文本中工作?
例子:
<div class="slideshow"> slideshow without custom IMG css, only template css </div>
<div class="entry-content"> post content with custom IMG css and template css</div>