61 lines
1.2 KiB
CSS
Executable File
61 lines
1.2 KiB
CSS
Executable File
.oircoEgapp-head {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: auto;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 1000;
|
|
width: -webkit-fill-available;
|
|
}
|
|
.oircoEgapp-head .headtop {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 1rem;
|
|
height: 3.5rem;
|
|
background: #fff;
|
|
}
|
|
.oircoEgapp-head .headtop .headerlogimg {
|
|
width: 8.75rem;
|
|
height: 2.25rem;
|
|
}
|
|
.oircoEgapp-head .top-menu {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
color: #000;
|
|
display: none;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct {
|
|
font-family: "Montserrat-SemiBold";
|
|
font-weight: bold;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct .it-1 {
|
|
padding: 1rem 3.5% 0.65rem;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
font-size: 1rem;
|
|
position: relative;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct .it-1-more {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding-bottom: 1.5%;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct .it-1-more i {
|
|
font-weight: bold;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct .it-1-2 {
|
|
padding-left: 1rem;
|
|
font-size: 0.9rem;
|
|
line-height: 1.8rem;
|
|
font-weight: 100;
|
|
font-weight: bold;
|
|
display: none;
|
|
}
|
|
.oircoEgapp-head .top-menu .it-ct .it-1-2 a {
|
|
color: #666;
|
|
}
|