html - 如何更改缩略图的背景色?

标签 html css thumbnails

如何更改缩略图的背景颜色

            <div class="thumbnail">
                <h4> Het islamitisch Centrum Helmond</h4>
                <p>Thumbnail caption...</p>
            </div> 


        <ul class="thumbnails">
            <div class="thumbnail">
                <h4> Het islamitisch Centrum Helmond</h4>
                <p>Thumbnail caption...</p>
            </div> 

我得到了我的 css 文件,其中有一个背景颜色,但颜色仍然是白色

最佳答案

如果找不到其他规则覆盖此规则,则可以使用 .thumbnail{ background: #099801 !important;

关于html - 如何更改缩略图的背景色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24725602/

相关文章:

javascript - 使用 API 构建二维码生成器

javascript - WebGL 中更好的文本质量

javascript - block 在 Masonry 中与 jQuery 不对齐

java - 从代码渲染一个 jsp 页面并将渲染后的 html 输出作为字符串

ios - Google Drive iOS SDK 文件 thumbnailLink 失败并出现 404 错误

php - 在 WooCommerce 我的账户订单列表中显示产品缩略图

php - WordPress 发布缩略图大小调整问题

jquery - 通过文本将 CSS 类添加到生成的 <a> 和 <span> 标记

css - 防止 child (span)在字/行中间溢出(CSS/HTML)

javascript - 使用jquery定位元素的top属性