gpt4 book ai didi

css - 响应式电子邮件中的媒体查询不起作用

转载 作者:行者123 更新时间:2023-11-28 08:50:20 25 4
gpt4 key购买 nike

我的响应式电子邮件的简单代码无法正常工作。当我在我的 android 或 Dreamweaver 中预览它时,它仍然是 600 像素并且我得到了滚动条。我不想在 gmail 或 yahoo 中查看它。我做错了什么或遗漏了什么?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1    /DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css" data-premailer="ignore">

@media screen and (max-width:550px) {

table[class="wrapper"] {
width: 100% !important;
}

td[id="content"] {
width: 100% !important;
}


img[class="tulips”] {
width:100% !important;
height: auto !important;
}
}
</style>
</head>

<body>
<table width="600" border="0" class="wrapper">
<tr>
<td>


<table width="100%" border="0">
<tr>
<td id="content">hello</td>
</tr>
</table>

<table width="100%" border="0">
<tr>
<td id="content"><img src="https://lh3.googleusercontent.com/-EfoZBXkd-H0/VIcj6laLtaI/AAAAAAAAAhM/z67q37qNBho/w600-h438-no/images-12-9-14.jpg" alt="Tulips" width="600 px" style="display: block; padding: 0" class="tulips"></td>
</tr>
</table>


</td>
</tr>
</table>
</body>
</html>

最佳答案

检查您的 img 标签的 css。 tulips 后面的引号是错误的种类。将其更改为:

img[class="tulips"] {
width:100% !important;
height: auto !important;
}

关于css - 响应式电子邮件中的媒体查询不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27388534/

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