@media screen and (min-width: 1200px){ .siderContent{ height:240px; img{ margin-top: 40px; } } .main{ margin-left: 330px } } @media screen and (max-width: 1200px){ .siderContent{ height:180px; img{ transform: scale(0.8); margin-top: 26px; } } .main{ margin-left: 260px } } nz-layout { nz-sider { position: fixed; left: 0; z-index: 100; // overflow: auto; height: 100vh; background: #313449 url('../assets/images/UUIMenuBar.png') no-repeat; background-size: 100%; .siderContent{ width: 100%; text-align: center; img{ transition: .5s; } } ul { background: transparent; width: 100%; li { margin: 0; font-size: 16px; color: #ffffff!important; background: transparent; a{ color: #ffffff; } span { font-size: 16px; } i { width: 16px; height: 16px; margin-right: 12px; img{ width: 20px; } } .icon-services { background: url(../assets/images/icon.png) no-repeat 0px -16px; } ul { background: transparent!important; li{ font-size: 12px; color: #ffffff!important; background: transparent!important; } li:hover,li a:hover{ color: #ffffff!important; } li.activeMenuList,li.activeMenuList a{ color: #0DA9E2!important; } } } li:hover,li a:hover{ color: #ffffff!important; } li.activeMenuBar{ color: #ffffff!important; background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%); } hr { margin: 0 auto; background-color: #39434f; height: 1px; border: none; width: 80%; } } } .main{ height:100vh; position:relative; } }