一樣的代碼,為什么我的就是不橫排,只能堅排?
.nav?{
????height:?30px;
????background:#e3e4e5;
????border-bottom:?1px?solid?#ddd;
}
.nav-box?{
????margin:?0px?auto;
????width:?1190px;
????text-align:?right;
}
.nav-box?ul?li?{
????display:?inline-block;
????padding:?0px?10px;
????font-size:?12px;
????height:?30px;
????line-height:?30px;
????position:?relative;
}
2021-01-30
你這肯定html代碼打錯了啊。<div class='nav-box'>
2021-01-30
html發出來看一下