gpt4 book ai didi

html - Foundation 5 居中对齐顶栏

转载 作者:行者123 更新时间:2023-11-28 07:49:29 25 4
gpt4 key购买 nike

top-bar problem

我似乎无法将顶部栏与其余内容对齐。当我从导航中取出该部分并在其周围放置 large-12 行时,我用了一会儿,但后来它没有固定,当我添加固定时它左对齐但它仍然是我需要的尺寸。我试过 margin: 0 auto;那也没有用。所以现在我被难住了。

/* TOP BAR */
.top-bar {
background-color: #cc0b12;
position: fixed;
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 200;
}
.top-bar-section .has-form {
background-color: #cc0b12;
}
.headerbar {
width: 100%;
margin: 0 auto;
}
.redbar {
z-index: 300;
margin: 0 auto;
}
input[type="text"] {
margin-top: 6px;
height: 31px;
font-family: Lato;
float: left;
margin-left: -28px;
}
.magglass {
height: 15px;
margin-left: -23px;
margin-top: 13px;
}
.top-bar input {
position: static;
margin-top: 7px;
}
.help {
margin-top: -40px;
float: right;
font-family: 'PT Sans', sans-serif;
margin-right: -23px;
}
.help a {
color: white;
text-decoration: none;
float: right;
padding-right: 15px;
font-weight: bold;
margin-top: 5px;
font-size: .9em;
}
.cart {
float: right;
width: 22px;
padding-top: 6px;
margin-right: 5px;
}
/* /TOP BAR */

<div class="headerbar">
<div class="row hide-for-small fixed redbar">
<div class="large-12">
<section class="top-bar-section">

<!-- search bar -->
<div class="has-form">
<div class="row collapse">
<div class="large-3 small-4 columns">
<input type="text" placeholder="Search...">
<a href="#"><img src="img/magglass.png" class="magglass"/></a>
</div>
</div>
</div>
<!-- /search bar -->

<div class="right">
<div class="help">
<!-- set backwards for right float -->
<a href="#">CART (0)</a><img src="img/cart.png" class="cart"/>
<a href="#">LOG IN</a><img src="img/login.png" class="cart"/>
<a href="#">HELP CENTER</a><img src="img/HelpCenter.png" class="cart"/>
</div><!-- /help -->
</div><!-- /right -->

</section>
</div>
</div>
</div>

最佳答案

.large-12 {
background-color: #cc0b12;
}
.top-bar-section {
width: 80%;
margin: 0 auto;
}

希望对您有所帮助。

关于html - Foundation 5 居中对齐顶栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30511243/

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