0
点赞
收藏
分享

微信扫一扫

table+内联样式写邮件模板

杰克逊爱学习 2022-04-29 阅读 61
前端

兼容outlook,需要table加内联样式,,大概如下:

<table border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto;
    width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    border-radius: 8px;
    padding: 20px;">
    <tbody>
            <tr>
                <td>
                    <p style="
                    font-weight: 700;">尊敬的用户:</p>
                    <p style="
                    font-weight: 400;
                    font-size: 14px;
                    margin-top: 14px;">邮件模板</p>
                </td>
            </tr>
</tbody>
</table>
举报

相关推荐

0 条评论