Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/32.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html <;a>;引导转盘中的glyphicon堆叠在彼此的顶部,如何消除这种行为?_Html_Css_Twitter Bootstrap 3 - Fatal编程技术网

Html <;a>;引导转盘中的glyphicon堆叠在彼此的顶部,如何消除这种行为?

Html <;a>;引导转盘中的glyphicon堆叠在彼此的顶部,如何消除这种行为?,html,css,twitter-bootstrap-3,Html,Css,Twitter Bootstrap 3,我有两个 两个代码中的一个 是的,我的HTML中有样式,不漂亮,诸如此类。这只是一个测试 我想将它们显示为常规箭头:而不是现在显示的箭头。我该怎么做?我尝试删除Chrome中的继承样式,但仍然无法使其正常工作。好的,不用担心。我设法做到了 显然,引导有一个特定于旋转木马控件中每个V形的规则,它有边距: .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%;

我有两个

两个代码中的一个
是的,我的HTML中有样式,不漂亮,诸如此类。这只是一个测试


我想将它们显示为常规箭头:<>而不是现在显示的箭头。我该怎么做?我尝试删除Chrome中的继承样式,但仍然无法使其正常工作。

好的,不用担心。我设法做到了

显然,引导有一个特定于旋转木马控件中每个V形的规则,它有边距:

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
       right: 50%;
       margin-right: -10px;
}

所以我就用以下的话来推翻它:

div.carousel-control > a > span.glyphicon-chevron-left {
    margin-left: -40px;
}

div.carousel-control > a > span.glyphicon-chevron-left {
    margin-left: -40px;