@charset "utf-8";

#message {
  padding: 15px;


  .all {
    .assets {
      width: 25px;
      height: 25px;
      margin-right: 8px;
    }
  }

  .list {
    height: 100%;

    .am-list-body {
      // padding: 15px;
    }

    .am-list-body::before {
      background: none;
    }

    .am-list-body::after {
      background: none;
    }
  }

  .list {
    .item {
      display: flex;
      padding: 20px 15px;
      border-bottom: 1px solid #eee;

      .am-badge-dot {
        transform: translate(5px, -2px);
      }

      .detail {
        flex: 1;

        .title {
          color: #000000;
          font-size: 16px;
          margin-bottom: 5px;
        }

        .desc {
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
        }

        a {
          font-size: 10px;
        }
      }

      .date-time {
        color: #999999;
        font-size: 12px;
        text-align: right;
        margin-top: 10px;

        .date {}

        .time {}
      }
    }
  }
}