我正在设计电子邮件,我希望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>
(P.S。它适用于几乎所有电子邮件客户端,包括Outlook 2016,2011,gmail等)。
答案 0 :(得分:1)
使用Outlook 2013,2016年没有简单的方法来获取CSS圆角。它目前在Outlook 2016中不起作用。
您可以将Outlook设置为使用vml在后台加载圆角图形。