31 lines
500 B
SCSS
31 lines
500 B
SCSS
//HeaderIcon.scss
|
|
.HeaderIcon {
|
|
.HeaderIcon-container {
|
|
height: 100%;
|
|
width: 100%;
|
|
max-width: 250px;
|
|
margin-top: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: 1px;
|
|
|
|
.HeaderIcon-box {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
|
|
img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
// margin-top: 9px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 手机端
|
|
.phone_top_logo{
|
|
display: none ;
|
|
} |