首页 > 解决方案 > 为什么文本链接更大?

问题描述

客户在运行 iOS 14.5.1 并使用 Gmail 应用程序版本 6.0.210322 的 iPhone 上注意到文本链接的大小显得更大。在其他地方,文本和链接的大小相同。有什么想法吗?谢谢你。

@media only screen and (max-width: 480px) {
.pc-cta-title {
 font-size: 24px !important;
 line-height: 1.42 !important;
              }
}
<tr>
<td class="pc-cta-title" style="vertical-align: top; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 20px; letter-spacing: -0.4px; color: rgb(35, 42, 49); text-align: center; width: 560px" valign="top" align="center">
Get your daily top stories on your smart speaker, just say "open Autoblog", or subscribe on <a href="#" style="color: #12a9ff; text-decoration: none;">Apple Podcasts</a>.
</td>
</tr>

在此处输入图像描述

标签: html-email

解决方案


推荐阅读