gpt4 book ai didi

css - 为什么我的媒体查询断点不触发此图像?

转载 作者:太空宇宙 更新时间:2023-11-04 02:31:56 26 4
gpt4 key购买 nike

我有一个媒体查询设置,为小于 480 像素的屏幕显示不同的图像,但图像在断点处没有改变。 Here is a jsfiddle for the whole email.媒体查询如下。

@media only screen and (max-width: 480px){
/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */

*[class].social-cell {
width: 100% !important;
}
*[class].social-spacer {
height: 10px !important;
}
.hero-image .top-image {
background-image: url('http://i1045.photobucket.com/albums/b451/stonerootmedia/header-image%20-480px_zpsyffs7ced.png') !important}
}

最佳答案

.hero-image .top-image 更改为 .hero-image.top-image。类名之间有空格,您正在寻找具有 .top-image 类的元素,但谁的父元素具有 .hero-image 类。

它在技术上是可行的,但仍然不是你所期望的,因为原始图像是在 img src 属性中设置的,这将隐藏任何背景图像你有。

关于css - 为什么我的媒体查询断点不触发此图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36359765/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com