.container { width: 100%; } .addUser { display: block; /* width: 90%; */ margin: 5px auto; } .chat-custom-text { font-size: 12px; color: #999; width: 100%; text-align: center; display: block; } .addUser .uni-list-item__container { flex: none; margin: 0 auto; } .addUser .uni-list-item__content-title { color: #ff8319; } .delBox { display: flex; width: 100%; overflow: hidden; } .item { width: 100%; } .del { display: block; width: 70px; background: red; } .cancel { background: #d6d8da; } .right { margin-right: -70px; } .uni-icons { display: block; width: 100%; text-align: center; line-height: 2.3em; } .left { margin-left: -70px; } .compose { background: #1aad19; } .notes { width: 90%; display: block; margin: 5px auto; color: #ff8319; font-size: 12px; } .is0 .uni-list-chat__content-note{ color: #1aad19; } .is1 .uni-list-chat__content-note{ color: #2979ff; } .is2 .uni-list-chat__content-note{ color: red; }