//HeaderIcon.scss .HeaderIcon { .HeaderIcon-container { height: 100%; width: 100%; max-width: 180px; 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 ; }