【发布时间】:2023-03-05 02:36:02
【问题描述】:
这是我的代码,我在 wordpress 网站中使用它。 "list-style: none" 不起作用,它为每个 li 标签显示 1,2..。
<ul class="bxslider" style="width: auto; position: relative; -webkit-transition: 0s; transition: 0s; -webkit-transform: translate3d(0, -471px, 0);">
<li style="float: none; list-style: none; width: 683px; margin-bottom: 3px;" class="bx-clone">
<blockquote>We are getting calls every now and then. You have done a great job. Our business is growing. I want to place an order for a new web site with you.<br /><br />
<p style="text-align:right;margin-right:20px;">- Andrewan</p>
</blockquote>
</li>
</ul>
【问题讨论】:
-
你能粘贴剩下的html/css吗???
-
你能粘贴bxslider的css吗???
-
添加 list-style:none 到 ul
-
检查我的答案,我使用了 list-style-type: none;
-
我修改了你的代码,但我没有看到任何编号。 jsfiddle.net/RHG8K 自己看。它一定是别的东西。