.menu-with-top-button { /* padding: 15px; */ } .menu-with-top-button .top { width: 268px; height: 56px; font-size: 18px; /* color: #FFAF22; */ background: #FFFBEF; color: #FFAF22; display: flex; align-items: center; border-top: 1px solid #fde9ab; border-bottom: 1px solid #fde9ab; } .menu-with-top-button .top .top-lift { display: flex; align-items: center; font-size: 18px; } .menu-with-top-button .top .top-lift img { width: 19px; height: 19px; margin-left: 30px; margin-right: 14px; } .menu-with-top-button .top .top-right { display: flex; align-items: center; font-size: 14px; cursor: pointer; width: 53px; /* background-color: red; */ margin-left: 96px; } .menu-with-top-button .top .top-right img { /* margin-left: 96px; */ margin-right: 10px; width: 14px; height: 13px; } .menu-with-top-button ul { padding-top: 12px; padding-bottom: 12px; } .menu-with-top-button ul li { height: 50px; margin-left: 66px; font-weight: 400; font-size: 16px; color: #313131; line-height: 50px; cursor: pointer; } .menu-with-top-button ul li.active { width: 223px; height: 50px; background: #FF9F08; border-radius: 25px; color: white; text-indent: 26px; } .topIcon{ color: white; margin-left: 101px; } /* .menu-with-top-button .top-button { width: 268px; height: 56px; background: #FFFBEF; font-size: 18px; color: #FFAF22; } .menu-with-top-button ul li:last-child { margin-bottom: 0; } .menu-with-top-button ul li .menu-icon { width: 30px; height: 30px; } .menu-with-top-button ul li .menu-name { padding-left: 5px; } */