.mineData {
  width: 100%;
  overflow: scroll;
  background: linear-gradient(-150deg, #d4d4d4 0%, #d4d4d415 25%, #fff 100%);
  padding: 10px 12px 0;
  box-sizing: border-box;

  .topBoard {
    display: flex;
    justify-content: space-between;

    .icon {
      font-size: 20px !important;
      font-weight: 400 !important;
    }
  }

  .userSetting {
    padding: 27px 0;
    display: flex;
    justify-content: space-between;

    .lPart {
      display: flex;
      justify-content: center;
      flex-direction: column;

      .name {
        font-size: 20px;
        color: #333;
        font-weight: 600;
      }

      .link {
        font-size: 12px;
        color: #999;
      }
    }

    .avatar {
      width: 60px;
      height: 60px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      border-radius: 50%;
      overflow: hidden;
    }
  }
}
