【问题标题】:<hr> not showing up on mobile e-mail clients<hr> 未显示在移动电子邮件客户端上
【发布时间】:2017-03-17 11:03:14
【问题描述】:

我遇到了&lt;hr&gt;在移动电子邮件客户端上仅显示为黑点的问题。这是我在 CSS 中使用的内容:

 hr {
  color: #333333;
  background-color: #333333;
  height: 1px;
  border: none;
  display: block;
  width: 100% !important;
  }

我在这个网站上看到了一些不同的建议,例如: <hr> tag invisible in ios & android devices browsers

<hr> not displaying at all on IOS Safari and regular android browser.

但似乎没有一个解决方案对我有用。

非常感谢任何帮助。

谢谢

【问题讨论】:

  • 您使用什么电子邮件客户端?你能给我们看看电子邮件吗?有时您可以将其更改为底部边框。

标签: ios css email responsive-design


【解决方案1】:

我相信如果您删除这些行,您的问题可以解决

color: #333333;
background-color: #333333;
height: 1px;
border: none;

并添加以下行

border-bottom: 1px solid #333333;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-11-18
    • 1970-01-01
    • 1970-01-01
    • 2018-07-04
    • 2015-09-02
    • 2014-02-15
    • 2022-01-02
    相关资源
    最近更新 更多