【发布时间】:2019-10-22 11:07:06
【问题描述】:
我已经阅读了多个具有相同问题的主题,并尝试按照所有说明进行操作,但我似乎无法从以下 <ul> <li> 片段中删除项目符号。
<div id="mobile-contact-bar-outer">
<ul>
<li><a data-rel="external" href="tel:+18885551212"><span class="fa-stack fa-3x"><i class="fa-fw fas fa-phone"></i>
<span class="screen-reader-text">Phone Number for calling</span></span></a></li>
<li><a data-rel="external" href="mailto:name@email.com"><span class="fa-stack fa-3x"><i class="fa-fw far fa-envelope"></i><span class="screen-reader-text">Email Address</span></span></a></li>
</ul>
</div>
我都添加了:
div#mobile-contact-bar-outer {
list-style-type: none!important;
}
div#mobile-contact-bar {
list-style-type: none!important;
}
两者都没有任何效果。我错过了什么?现场没有缓存。
【问题讨论】: