.drawerDiv { // width: 380px; // height: 340px; position: relative; padding: 0 24px; background-color: #fff; border-radius: 10px; .title { display: flex; align-items: center; height: 120px; font-size: 22px; } .setOut { position: absolute; top: 42px; right: 36px; } .groupTitle { margin: 0 0 13px 10px; color: #c4c4c4; font-size: 16px; } .menuList { padding-bottom: 60px; .menuItem { display: flex; flex-direction: column; align-items: center; justify-content: center; box-sizing: border-box; height: 120px; color: #656872; font-size: 14px; border: 1px solid #eceff4; border-radius: 20px; cursor: pointer; .name { padding-top: 14px; } } } }