application-msg-list.css 601 B

12345678910111213141516171819202122232425262728293031323334
  1. body,html {
  2. width: initial;
  3. height: initial;
  4. }
  5. .c-74bf00 {
  6. color: #74BF00;
  7. }
  8. .c-ff6a56 {
  9. color: #ff6A56;
  10. }
  11. .c-avatar-m {
  12. width: 50px;
  13. height: 50px;
  14. border-radius: 50px;
  15. }
  16. .mll1 {
  17. margin-left: -1px;
  18. }
  19. #listWrap .c-list {
  20. border-radius: 5px;
  21. }
  22. .c-list-title, .c-list-key, .c-list-info {
  23. display: -webkit-box;
  24. display: box;
  25. -webkit-box-orient: vertical;
  26. box-orient: vertical;
  27. -webkit-box-pack: center;
  28. box-pack: center;
  29. }
  30. .c-list-key.c-hide { display: none; }
  31. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }