12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .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: 50px;
- background: red;
- }
- .right {
- margin-right: -100px;
- }
- .uni-icons {
- display: block;
- width: 100%;
- text-align: center;
- line-height: 2.3em;
- }
- .left {
- margin-left: -100px;
- }
- .compose {
- background: #1aad19;
- }
|