小编Cha*_*ore的帖子

边框半径在 Windows Outlook 上的电子邮件模板中不起作用

border-radius在 Outlook 应用程序的电子邮件模板中遇到问题。我曾尝试与-WebKit-border-radius-ms-border-radius好,但它仍然无法在Outlook应用程序的工作。

table {
  width: 32px !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
Run Code Online (Sandbox Code Playgroud)
<table align="center" height="32" width="32" bgcolor="#293248" cellspacing="0 " cellpadding="0 "></table>
Run Code Online (Sandbox Code Playgroud)

css outlook html-table border

5
推荐指数
1
解决办法
9927
查看次数

标签 统计

border ×1

css ×1

html-table ×1

outlook ×1