olympus-r-17plugins
Version:
A plugin of Olympus for 17zuoye.
44 lines (42 loc) • 862 B
HTML
<style>
.topbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
overflow: hidden;
text-align: center;
z-index: 10;
}
.topbar .bg {
position: absolute;
width: 100%;
height: 100%;
}
.topbar .btn_back {
position: absolute;
float: left;
width: 40px;
height: 40px;
margin-right: -60px;
background-image: url(./assets/icon_back.png);
background-size: cover;
margin-top: 18px;
}
.topbar .title {
position: absolute;
width: 100%;
height: 100%;
line-height: 100%;
color: #fff;
text-align: center;
font-size: 25px;
font-family: Arial;
}
</style>
<div class="topbar">
<div id="itm_bg" class="bg"></div>
<p id="txt_name" class="title">Title</p>
<div id="btn_back" class="btn_back"></div>
</div>