html - 单选按钮奇怪的 "extra"点在一边

标签 html css

我正在尝试自定义一个 Google 表单,该表单本身有 2 个单选按钮,但奇怪的是它们的左侧有两个“点”,是否可以删除它们?

/这些点在下面/ enter image description here

代码片段如下所示:

<ul class="ss-choices" role="radiogroup" style="text-align:center" aria-label="Kan du tänkta dig att hålla en unconference session?  "><li class="ss-choice-item"><label><span class="ss-choice-item-control goog-inline-block" style="text-align:center"><input type="radio" name="entry.1554315178" value="Ja, jag g&ouml;r det g&auml;rna" id="group_1554315178_1" role="radio" class="ss-q-radio" aria-label="Ja, jag g&ouml;r det g&auml;rna" required="" aria-required="true"></span>
<span class="ss-choice-label" style="text-align:center">Ja, jag gör det gärna</span>
</label></li> <li class="ss-choice-item"><label><span class="ss-choice-item-control goog-inline-block" style="text-align:center"><input type="radio" name="entry.1554315178" value="Nej, inte den h&auml;r g&aring;ngen" id="group_1554315178_2" role="radio" class="ss-q-radio" aria-label="Nej, inte den h&auml;r g&aring;ngen" required="" aria-required="true"></span>
<span class="ss-choice-label">Nej, inte den här gången</span>
</label></li></ul>

最佳答案

这是因为你使用了列表。

The <ul> tag defines an unordered (bulleted) list.

将此添加到您的 CSS:

ul{
    list-style-type: none;
}

fiddle

关于html - 单选按钮奇怪的 "extra"点在一边,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24436765/

相关文章:

html - 使用 MathJax\[\] 数学, float 元素随下一段而不是当前段落一起 float

html - 父DIV高度:0px but child element still shows

css - Bootstrap Hamburger 菜单在 iPad mini 上不显示链接

html - 跨度中的 CSS 固定宽度

javascript - 无法调整水平滚动 div 中的表列的大小

html - 是否无法在 Bootstrap 5 中更改 <body> 的字体系列?

html - 在表格单元格上强制断字

html - 如何在垂直导航栏旁边移动表格(或其他内容)

html - 使用 Bootstrap 在中心制作响应式图像

html - 表单对齐表现怪异