我正在尝试为我们的组织创建新闻稿标准,并且在Outlook中将文本渲染得太大而出现问题.
这是页面的css部分
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 75%; background: url(http://www.blah.com/stuff.gif); } a { color: #f24c22 !important; } a:visited { color: #f24c22 !important; } a:hover { color: #3d7ac5 !important; } table { background: #ffffff; } h1 { font-size: 1.3em; } h2 { font-size: 1.2em; color: #494949; padding-top: 0 !important; margin-top: 0 !important; } h3 { font-size: 1.1em; color: #12377c; } p { padding-top: 0 !important; margin-top: 0 !important; color:#333333; } .style1 {color: #333333} .style2 {color: #12377c} .style3 { font-size: smaller; color: #666666; }
有什么建议可能会导致这种情况吗?