index.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "utf-8";
  2. #message {
  3. padding: 15px;
  4. .all {
  5. .assets {
  6. width: 25px;
  7. height: 25px;
  8. margin-right: 8px;
  9. }
  10. }
  11. .list {
  12. height: 100%;
  13. .am-list-body {
  14. // padding: 15px;
  15. }
  16. .am-list-body::before {
  17. background: none;
  18. }
  19. .am-list-body::after {
  20. background: none;
  21. }
  22. }
  23. .list {
  24. .item {
  25. display: flex;
  26. padding: 20px 15px;
  27. border-bottom: 1px solid #eee;
  28. .am-badge-dot {
  29. transform: translate(5px, -2px);
  30. }
  31. .detail {
  32. flex: 1;
  33. .title {
  34. color: #000000;
  35. font-size: 16px;
  36. margin-bottom: 5px;
  37. }
  38. .desc {
  39. color: #999999;
  40. white-space: nowrap;
  41. text-overflow: ellipsis;
  42. overflow: hidden;
  43. }
  44. a {
  45. font-size: 10px;
  46. }
  47. }
  48. .date-time {
  49. color: #999999;
  50. font-size: 12px;
  51. text-align: right;
  52. margin-top: 10px;
  53. .date {}
  54. .time {}
  55. }
  56. }
  57. }
  58. }