You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.toptitle {
|
|
|
|
color: #FFF;
|
|
|
|
height: 91px;
|
|
|
|
padding: 0 6% 0 36px;
|
|
|
|
z-index: 2005;
|
|
|
|
background-color: #2b3245;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .leftk {
|
|
|
|
float: left;
|
|
|
|
margin-top: 16px;
|
|
|
|
height:60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .leftk>img {
|
|
|
|
vertical-align: middle;
|
|
|
|
display:inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
height:100%;
|
|
|
|
background-color:#FFF;
|
|
|
|
border-radius:50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .leftk>i {
|
|
|
|
vertical-align: middle;
|
|
|
|
color: #FFF;
|
|
|
|
font-size: 30px;
|
|
|
|
margin: 6px 0 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .rightk {
|
|
|
|
float: right;
|
|
|
|
margin-top: 18px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .erectline {
|
|
|
|
margin: 0 18px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 40px;
|
|
|
|
width: 1px;
|
|
|
|
background-color: #414758;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptitle .avatark{display:inline-block;vertical-align:middle;}
|
|
|
|
.toptitle .avatark>img{width:58px;background-color:#409EFF;border-radius: 50%;}
|