PHPMailer使用" CSS3内容发送电子邮件"

时间:2016-11-01 09:42:31

标签: php css css3 codeigniter email

我使用PHPMailer和Codeigniter发送电子邮件。但是在我的网络浏览器中,页面看起来很好,而且当涉及到电子邮件时,它已经破坏了我的一些风格,例如transformposition:fixed

这是我的一些样式代码:

.arrow-atas {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 70px solid yellow;

    margin-left: -11px;
    z-index: 10;
    margin-top: -46px;
    position: fixed;
    transform: rotate(225deg);
}

当我检查我的电子邮件样式时。这就是我得到的enter image description here

它扯掉了我的一些style代码。我可以将该风格保留给电子邮件吗?

0 个答案:

没有答案