单选按钮奇怪的“额外"点在一边 [英] Radio button strange "extra" dot on the side

查看:28
本文介绍了单选按钮奇怪的“额外"点在一边的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

im trying to customize a Google Form, The form it self has 2 radio buttons, but the strange thing is that they have two "dots" on the left side, is it possible to remove them?

/这些点在下面/

代码片段如下所示:

<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>

推荐答案

这是因为你使用了列表.

This is because you using list.

    标签定义了一个无序(项目符号)列表.

    将此添加到您的 css:

    Add this to your css:

    ul{
        list-style-type: none;
    }
    

    小提琴

    这篇关于单选按钮奇怪的“额外"点在一边的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆