html HTML_EMAILS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html HTML_EMAILS相关的知识,希望对你有一定的参考价值。

<style>
  @media all and (max-device-width: 480px) {
      *[class*="mobile-only"] {
          display: block !important;
          max-height: none !important;
      }
      *[class*="no-mobile"] {
          display: none !important;
      }
  }
</style>

<div class="no-mobile">
  <!--// Everything inside is invisible to mobile //-->
</div>
<!--[if !mso]><!-->
<div class="mobile-only" style="font-size: 0; max-height: 0; overflow: hidden; display: none">
      <!--// Everything inside is invisible to desktop //-->
</div>
<!--<![endif]-->
<!--// The Invisible Div //-->

<style>
@media all and (max-device-width: 480px) {
*[class*="mobile-only"] {
            display: block !important;
            max-height: none !important;
      }
}
</style>

<!--[if !mso]><!-->
<div class="mobile-only" style="font-size: 0; max-height: 0; overflow: hidden; display: none">
      <!--// Everything inside is invisible to desktop //-->
</div>
<!--<![endif]-->

以上是关于html HTML_EMAILS的主要内容,如果未能解决你的问题,请参考以下文章

Html.Partial 与 Html.RenderPartial 和 Html.Action 与 Html.RenderAction

html Html模板/ Html Boilerplate |标签HTML

html里怎么引用一个html的头部

html5与传统html区别

html4和html5的区别

HTML元素