gpt4 book ai didi

html - 在显示表格单元格中使用边距

转载 作者:太空狗 更新时间:2023-10-29 15:08:29 26 4
gpt4 key购买 nike

<分区>

我尝试在 li 中添加 margin-left/margin-right,但它们之间没有空格。我应该添加什么以在列表之间留出空间?

CSS:

.btn-top {
float: right;
height: 40px;
margin-right: 10px;
margin-top: 10px;
}
.btn-top ul {
height: 100%;
padding: 0;
}
.btn-top ul li {
list-style-type: none;
display: table-cell;
width: 100px;
height: 30px;
vertical-align: middle;
text-align: center;
border-style: solid;
border-color: #333;
border-width: 2px;
border-radius: 10px;
}

HTML:

<div class="btn-top"><ul>
<li><a href="#"><span class="btn" =>btn1</span></a></li>
<li style="width:150px"><a href="#"><span class="btn">btn2</span></a></li>
</ul>

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com