我现在使用的是:
@media only screen and (max-width: 480px) {
table[class=devicewidth] {width: 280px!important;text-align:center!important;}
div[class="outer"]
{
width:280px !important;
display: inline-block !important;
}
div[class="inner"]
{
width: 260px !important;
margin-left: 10px !important;
}
但它没有反映gmail中的CSS样式