如何使电子邮件/新闻稿响应?

时间:2015-04-07 12:29:03

标签: html css

我现在使用的是:

@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样式

0 个答案:

没有答案