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.
60 lines
1020 B
60 lines
1020 B
|
|
.header {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99999;
|
|
height: bq(66);
|
|
padding-top: bq(23);
|
|
margin: 0 auto;
|
|
background-color: transparent;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.logo {
|
|
display: inline-block;
|
|
width: bq(209);
|
|
height: 0;
|
|
padding-top: bq(43);
|
|
overflow: hidden;
|
|
background-image: url('/image/logo.png');
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.hr {
|
|
// font-size: 0;
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0 bq(18);
|
|
height: bq(43);
|
|
|
|
&::after {
|
|
content: "";
|
|
height: 70%;
|
|
}
|
|
}
|
|
|
|
.desc {
|
|
font-size: bq(12);
|
|
line-height: bq(18);
|
|
height: 80%;
|
|
display: inline-block;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar {
|
|
color: #fff;
|
|
padding-top: 0;
|
|
margin-left: auto;
|
|
.navbar__item {
|
|
float: left;
|
|
cursor: grab;
|
|
margin: 0 bq(15);
|
|
text-align: center;
|
|
font-size: bq(16);
|
|
line-height: bq(43);
|
|
// width: 4em;
|
|
}
|
|
}
|
|
}
|
|
|