gpt4 book ai didi

照片 outlook 2013 的 html 电子邮件边距

转载 作者:太空宇宙 更新时间:2023-11-04 03:24:18 25 4
gpt4 key购买 nike

我正在制作 html 电子邮件。我在 gmail 中做了这个:

enter image description here

但在 outlook 中它看起来像这样: enter image description here

我该如何解决这个问题?

<img src="http://leavingstone.me/dev/Images_For/MoneyMan/FB.png" align="left" style="width: 29px; height: 29px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin: 2px;display: block;line-height: 100%;">

JSFIDDLE

最佳答案

检查电子邮件中是否支持 border-radius:Link .
最好为此使用图像。
此外,仅当通过浏览器查看电子邮件时,wendor 前缀才有效。

尝试用填充改变边距:

.soc {
width: 15px;
height: 15px;
}
.wrapper {
padding: 2px;
display: inline-block;
}
.facebook {
background-color: blue;
}
.twitter {
background-color: cyan;
}
.google-plus {
background-color: red;
}
<div class="socials">
<div class="wrapper">
<div class="facebook soc"></div>
</div>
<div class="wrapper">
<div class="twitter soc"></div>
</div>
<div class="wrapper">
<div class="google-plus soc"></div>
</div>
</div>

关于照片 outlook 2013 的 html 电子邮件边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27356709/

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