2013 Outlook.com/Outlook 上使用 TD 的圆形按钮



我正在设计一封电子邮件,我想在 Outlook.com 和Outlook 2013上有一个圆角的按钮。我使用td和以下 CSS:

<td style="background-color: rgb(0, 112, 210); margin: 0px auto; text-decoration: none; text-align: center; padding: 12px 16px; border: none; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;"><a target="_blank" style="color: rgb(255, 255, 255); text-decoration: none; text-align: center; text-transform: none; font-size: 16px;">BUtton!</a></td>

(附言它几乎适用于所有电子邮件客户端,包括Outlook 2016,2011,gmail等)

没有简单的方法可以在Outlook 2013,2016中获取CSS圆角。它目前在 Outlook 2016 中不起作用。

您可以将 Outlook 设置为使用 vml 在后台加载圆角图形。

相关内容

  • 没有找到相关文章

最新更新