.log-item { display: flex; align-items: center; justify-content: space-between; padding: 1.5385vw 2.5641vw; border-bottom: 0.2564vw solid #f3f3f3; font-size: 3.5897vw; .avatar { width: 9.2308vw; height: 9.2308vw; border-radius: 50%; margin-right: 1.5385vw; } .item-col-right { display: flex; justify-content: space-between; flex: 1; .time { color: #676767; margin-top: 1.0256vw; } .row-btns { display: flex; flex-direction: column; justify-content: center; align-items: center; } .tg { border: 0.2564vw solid; padding: 0vw 1.5385vw; // background: #0054e9; color: #0054e9; border-radius: 1.0256vw; } .jj { color: #c5000f; margin-top: 1.0256vw; } .other { color: #676767; } } }