@import '../../../../common'; .container { position: relative; display: flex; width: 100%; height: 100%; align-items: center; overflow: hidden; .itemBgTxt { position: absolute; z-index: -1; visibility: hidden; } } .text { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }