头部

作者: _daraDu | 来源:发表于2018-09-12 15:31 被阅读0次

<div class="headBox">
<div class="headReturn" @click="back">返回</div>
<div class="headTitle">通话记录</div>
</div>

.headBox {
height: 45px;
line-height: 45px;
background-color: #3DA3F7;
position: fixed;
top: 0;
left: 0;
width: 100%;
color: #fff;
z-index: 1111;
}

.headReturn {
width: 40px;
text-align: center;
}

.headTitle {
position: absolute;
left: 40%;
top: 0px;
font-size: 18px;
}

相关文章

网友评论

      本文标题:头部

      本文链接:https://www.haomeiwen.com/subject/ignvgftx.html