我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)