aerwen_web_nuxt/assets/css/Header/icon.scss
AERWEN\26795 d8d3f2c50f init
2023-10-31 16:55:59 +08:00

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 ;
}