我使用PHPMailer和Codeigniter发送电子邮件。但是在我的网络浏览器中,页面看起来很好,而且当涉及到电子邮件时,它已经破坏了我的一些风格,例如transform
和position: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);
}
它扯掉了我的一些style
代码。我可以将该风格保留给电子邮件吗?