gpt4 book ai didi

html - 标题栏的内容没有对齐

转载 作者:太空宇宙 更新时间:2023-11-04 10:12:56 25 4
gpt4 key购买 nike

上面页面中栏的内容没有对齐。

我试图让它们排成一行,但它们没有对齐。

这是 fiddle 的链接:https://jsfiddle.net/xgvqzhmh/

<div class="container">
<div class="header">
<div class="f">

<section class="wrapper">

<section class="material-design-hamburger">
<button class="material-design-hamburger__icon">
<span class="material-design-hamburger__layer"></span>
</button>
</section>

<section class="menu menu--off">
<div>Android's Material Design Hamburger Animation</div>
</section>

</section>
</div>
<div class="type">
<div class="daily">Daily</div>
<div class="dropdown"></div>
</div>
<div class="last"><img src="../Images/ic_action_overflow.png" width="35px" ></div>
</div>

谢谢

最佳答案

应该这样做(https://jsfiddle.net/xgvqzhmh/5/):

.header{
display: table;
width: 100%;
height: 80px;
background-color: #26A69A;
-webkit-filter:drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.4));
}
.hamburger{
margin-left: 50px;
width: 2%;
}
.type{
width: 88%;
}
.daily{
border-bottom: 2px solid #90CAF9;
width: 80px;
}
.last{
width: 3%;
cursor: pointer;
}
.f, .type, .last {
display: table-cell;
}

关于html - 标题栏的内容没有对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37443957/

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