.modalTitle{ display: flex; font-size: 36px; font-weight: 500; color: #fff; margin-top: 20px; width: '100%'; } .operate_item{ height: 136px; margin-left: 46px; margin-right: 46px; display: flex; flex-direction: row; align-items: center; background-color: #1C1C1C; // border-radius: $boxBorderRadius; padding-left: 40px; padding-right: 40px; margin-top: 16px; } .operate_arrow{ width: 40px; height: 40px; opacity: 0.2; }