.container {
  border-radius: 0px;
  background-color: #fff;
  //padding: 20px 40px;
  //padding: 20px;
  padding: 24px; ///8的倍数
  .header {
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    .headerTitle {
      font-size: 18px;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      color: #30354d;
      font-weight: 400;
      display: inline-block;
    }
    .headerDesc {
      font-size: 14px;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      color: #7e849c;
      display: inline-block;
      margin-top: 4px;
      margin-left: 8px;
    }
    .headerExtra {
      float: right;
      text-align: right;
      margin-left: auto;
      flex: 1 1;
      .edit {
        height: 30px;
        padding: 6px 12px;
        border-radius: 30px;
        border: 1px solid #212121;
        background-color: #fff;
        color: #212121;
        margin-right: 10px;
        &:last-child {
          margin-right: 0px;
        }
      }
    }
  }
}
