在一个水平导航条中,我有小的图像,它们被不同的空间隔开。在一个图像和另一个图像之间有一个不同的空白空间。
我想在这个水平导航条中的每个图像之间获得相同的空白空间,而问题是,现在图像被定位为彼此不同的空间。我想得到的结果是这个截图。谢谢你。
我尝试了各种justify-content
,但什么都没有。
你也可以看看Codepen。
.my-container {
display: flex;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
.my-flex {
display: flex;
flex-wrap: nowrap;
}
.disable {
display: block;
overflow: hidden;
text-decoration: none;
text-indent: 110%;
}
li {
list-style-type: none;
}
.atalanta {
background: url('https://i.ibb.co/MfVyXRY/atalanta.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.bologna {
background: url('https://i.ibb.co/sttS1T9/bologna.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.cremonese {
background: url('https://i.ibb.co/W6N0Jwg/cremonese.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.empoli {
background: url('https://i.ibb.co/Yyjycb5/empoli.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.fiorentina {
background: url('https://i.ibb.co/dmMF3Hw/fiorentina.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.verona {
background: url('https://i.ibb.co/cbRzLK3/hellas.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.inter {
background: url('https://i.ibb.co/4wbLqYd/inter.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.juventus {
background: url('https://i.ibb.co/42ChC8w/juve.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.lazio {
background: url('https://i.ibb.co/CPPntPm/lazio.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.lecce {
background: url('https://i.ibb.co/2KLGvzK/lecce.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.milan {
background: url('https://i.ibb.co/gWXyj17/milan.png') no-repeat 50%;
background-size: 35px 35px;
padding-top: 18px;
}
.monza {
background: url('https://i.ibb.co/WxFDdJk/monza.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.napoli {
background: url('https://i.ibb.co/LYVKhx0/napoli.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.roma {
background: url('https://i.ibb.co/gj9Nj4x/roma.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.salernitana {
background: url('https://i.ibb.co/RYMzs5L/salernitana.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.sampdoria {
background: url('https://i.ibb.co/vwGYGc9/sampdoria.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.sassuolo {
background: url('https://i.ibb.co/CHXBS7X/sassuolo.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.spezia {
background: url('https://i.ibb.co/QJ8S2KY/spezia.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.torino {
background: url('https://i.ibb.co/wYKTSGW/torino.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
.udinese {
background: url('https://i.ibb.co/bWFBx1V/udinese.png') no-repeat 0%;
background-size: 35px 35px;
padding-top: 18px;
}
<head>
<!-- Boostrap Files -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- My Css -->
</head>
<body>
<div class="my-container">
<nav class="navbar bg-body-tertiary my-flex">
<div class="container-fluid">
<li>
<a class="atalanta disable" href="roma.html" title="Atalanta" width="35" height="35">
<font style="vertical-align: inherit;">atalanta</font>
</a>
</li>
<li>
<a class="bologna disable" href="roma.html" title="Bologna" width="35" height="35">
<font style="vertical-align: inherit;">bologna</font>
</a>
</li>
<li>
<a class="cremonese disable" href="roma.html" title="Cremonese" width="35" height="35">
<font style="vertical-align: inherit;">cremonese</font>
</a>
</li>
<li>
<a class="empoli disable" href="roma.html" title="Empoli" width="35" height="35">
<font style="vertical-align: inherit;">empoli</font>
</a>
</li>
<li>
<a class="fiorentina disable" href="roma.html" title="Fiorentina" width="35" height="35">
<font style="vertical-align: inherit;">fiorentina</font>
</a>
</li>
<li>
<a class="verona disable" href="roma.html" title="Verona" width="35" height="35">
<font style="vertical-align: inherit;">verona</font>
</a>
</li>
<li>
<a class="inter disable" href="roma.html" title="Inter" width="35" height="35">
<font style="vertical-align: inherit;">inter</font>
</a>
</li>
<li>
<a class="juventus disable" href="roma.html" title="Juventus" width="35" height="35">
<font style="vertical-align: inherit;">juventus</font>
</a>
</li>
<li>
<a class="lazio disable" href="roma.html" title="Lazio" width="35" height="35">
<font style="vertical-align: inherit;">lazio</font>
</a>
</li>
<li>
<a class="lecce disable" href="roma.html" title="Lecce" width="35" height="35">
<font style="vertical-align: inherit;">lecce</font>
</a>
</li>
<li>
<a class="milan disable" href="roma.html" title="Milan" width="35" height="35">
<font style="vertical-align: inherit;">milan</font>
</a>
</li>
<li>
<a class="monza disable" href="roma.html" title="Monza" width="35" height="35">
<font style="vertical-align: inherit;">monza</font>
</a>
</li>
<li>
<a class="napoli disable" title="Napoli" width="35" height="35">
<font style="vertical-align: inherit;">napoli</font>
</a>
</li>
<li>
<a class="roma disable" href="roma.html" title="Roma" width="35" height="35">
<font style="vertical-align: inherit;">roma</font>
</a>
</li>
<li>
<a class="salernitana disable" href="roma.html" title="Salernitana" width="35" height="35">
<font style="vertical-align: inherit;">salernitana</font>
</a>
</li>
<li>
<a class="sampdoria disable" href="roma.html" title="Sampdoria" width="35" height="35">
<font style="vertical-align: inherit;">sampdoria</font>
</a>
</li>
<li>
<a class="sassuolo disable" href="roma.html" title="Sassuolo" width="35" height="35">
<font style="vertical-align: inherit;">sassuolo</font>
</a>
</li>
<li>
<a class="spezia disable" href="roma.html" title="Spezia" width="35" height="35">
<font style="vertical-align: inherit;">spezia</font>
</a>
</li>
<li>
<a class="torino disable" href="roma.html" title="Torino" width="35" height="35">
<font style="vertical-align: inherit;">torino</font>
</a>
</li>
<li>
<a class="udinese disable" href="roma.html" title="Udinese" width="35" height="35">
<font style="vertical-align: inherit;">udinese</font>
</a>
</li>
</div>
</nav>
</div>
</body>
5条答案
按热度按时间nlejzf6q1#
如前所述,将列表项 Package 在列表中,不要使用
font
元素,该元素已被弃用。锚点没有width或height属性。然后,使用布局库提供的工具。你已经写了一堆自定义CSS,它可以做Bootstrap已经提供给你的东西,比如display变体和flexbox。
你如何间隔锚是由你决定的,但一点水平边缘似乎起作用。
然后,如果你发现自己重复代码不止一次,你就做错了。使用子代选择器或公共类,您可以通过一条规则轻松地将大小调整到列表中的所有锚点。
最后,不要将Bootstrap文档CSS加载到您的网站中。它不是CDN,而且你可能也不需要它。
neskvpey2#
在需要的navbar类中使用以下属性:
vohkndzv3#
问题是没有有效的定义宽度,只有
<a ... width="35" height="35">
的无效尝试您应该声明块级
li
s的宽度。这里有一个起点:(This时间,我只花时间回答你的主要问题,而不是纠正你的标记。
fafcakar4#
这其实很简单。
用我下面的代码替换你的.my-flex,然后添加.navbar css和li a css,这将完成你想要的工作
z9gpfhce5#
背景图像的可变宽度是由字体元素内的文本内容引起的。要解决此问题并实现等间距图像,您可以在font元素上应用以下CSS:
通过将
display
属性设置为block
并指定所需的宽度和高度,可以确保font
元素的尺寸一致,这反过来会影响背景图像的大小。根据您的具体要求调整width
和height
的值。