Chrome for Android:<ul> list-style not working

时间:2018-02-23 14:43:29

标签: android css google-chrome

我在chrome for chrome中遇到问题。 “普通”浏览器将svg显示为子弹点,但在Chrome for Android中没有任何内容可见(使用我的手机查看)。

li.hzlist {list-style: url(../../images/herz.svg) outside none!important;display: list-item;margin-left: 2em!important;-webkit-margin-left:2em!important;}
<ul>
<li class="hzlist">test</li>
<li class="hzlist">test 2</li>
</ul>

如果我插入CSS inline,一切正常。但是使用外部CSS它无法正常工作。

关注问题网址:svg bullet Points not working in Chrome for Android 列表位于文档的末尾。 有人有想法解决这个问题吗?

0 个答案:

没有答案