[当我还是questioning on Stackoverflow时,如何使用mjml.io解决我的问题,经过一些研究后,我发现还有ZURB Foundation emails应该可以在Outlook 2003上完美运行(如其网站上所述)。因此,我尝试创建与对此MJML.io Tryout page相同的行为。我的问题是:我只在CSS中看到show-for-large
和hide-for large
。但是我看不到会出现show-for-small
和hide-for-small
....
<container class="show-for-large">
<row>
<columns >
<img src="http://c64os.com/resources/c64c-system.jpg">
</columns>
</row>
</container>
<container class="hide-for-large">
<row>
<columns>
<img src="https://www.ecom-ex.com/fileadmin/user_upload/images/products/one-pager/gallery/ex-handy_10_dz1dz2/ex-handy_10_dz1_teaser_1.png">
</columns>
</row>
</container>
$global-breakpoint
($global-width + $global-gutter
)(请参阅https://github.com/foundation/foundation-emails/blob/2474651b1de029aea9f5830e95842753bf0242e3/scss/settings/_settings.scss#L40)。[show-for-large
与hide-for-small
相同,hide-for-large
与show-for-small
相同(关于逻辑)。
如果需要这些类,则需要添加/创建自己的帮助器类,因为我们仅提供使用$global-breakpoint
的类。
请参见https://github.com/foundation/foundation-emails/blob/develop/scss/components/_visibility.scss