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.
49 lines
820 B
49 lines
820 B
2 years ago
|
.toptitle {
|
||
|
color: #FFF;
|
||
|
height: 91px;
|
||
|
padding: 0 6% 0 36px;
|
||
|
z-index: 1002;
|
||
|
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: 24px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.toptitle .erectline {
|
||
|
margin: 0 18px;
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
height: 40px;
|
||
|
width: 1px;
|
||
|
background-color: #414758;
|
||
|
}
|