.apply-body{ display: flex; padding: 12px; align-items: center; } .avatar{ width: 44px; height: 44px; border-radius: 50%; flex: none; } .detail{ margin-left: 12px; flex: auto; } .school{ color: dimgray; font-size: 14px; } .opertions{ flex: none; } .opertion{ transform: scale(0.8); } .thin-border-bottom { position: relative } .thin-border-bottom::after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid #EAEAEA; color: #e5e5e5; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5); z-index: 2 } .apply-body.thin-border-bottom::after{ left: 64px; }