.wrapper {
  padding-top: 20rpx;
}

.app_page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40rpx;

  .portrait {
    width: 165rpx;
    height: 165rpx;
    border-radius: 50%;
    overflow: hidden;

    image {
      display: block;
      width: 100%;
    }
  }

  .user-name {
    margin-top: 16rpx;
    line-height: 60rpx;
    font-size: 36rpx;
    color: rgba(51, 51, 51, 1);
  }
}

.dashborad-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 14rpx;

  view {
    width: 50%;
    line-height: 40rpx;
    font-size: 24rpx;
    color: rgba(153, 153, 153, 1);

    &:nth-of-type(1) {
      padding-right: 47rpx;
      text-align: right;
    }

    &:nth-of-type(2) {
      padding-left: 47rpx;
    }
  }
}

.main {
  padding: 42rpx 0 134rpx;
}

.list {
  width: 690rpx;
  margin: 20rpx auto 0;
}

.top {
  display: flex;
  align-items: center;
  padding-left: 12rpx;
}

.portrait {
  width: 88rpx;
  height: 88rpx;
  border-radius: 50%;
  overflow: hidden;

  image {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.blogger-name-wrap {
  width: 450rpx;
  padding: 0 16rpx;

  view {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .user-name {
    line-height: 36rpx;
    font-size: 30rpx;
    font-weight: 500;
    color: rgba(29, 29, 31, 1);
  }

  .business-name {
    margin-top: 2rpx;
    line-height: 32rpx;
    font-size: 24rpx;
    color: rgba(0, 0, 0, 0.4);
  }
}

.btn-del {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 140rpx;
  height: 56rpx;

  image {
    width: 32rpx;
    height: 32rpx;
  }
}

.news {
  margin-top: 20rpx;

  .text {
    line-height: 44rpx;
    font-size: 28rpx;
    color: rgba(102, 102, 102, 1);
    word-break: break-all;
    word-wrap: break-word;
  }

  .photo-wrap {
    display: flex;
    flex-flow: row wrap;
  }

  .box {
    width: 222rpx;
    height: 218rpx;
    margin-top: 24rpx;
    margin-left: 12rpx;
    border-radius: 8rpx;
    overflow: hidden;

    &:nth-of-type(1),
    &:nth-of-type(2),
    &:nth-of-type(3) {
      margin-top: 20rpx;
    }

    &:nth-of-type(3n + 1) {
      margin-left: 0;
    }
  }

  image {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.message-list {
  margin-bottom: 74rpx;

  .list {
    display: flex;
    margin-top: 20rpx;
  }

  .message {
    width: 100%;
    line-height: 44rpx;
    font-size: 28rpx;
    color: rgba(153, 153, 153, 1);
    word-break: break-all;
    word-wrap: break-word;
  }

  .btn-reply {
    width: 76rpx;
    line-height: 44rpx;
    font-size: 24rpx;
    color: rgba(153, 153, 153, 1);
    text-align: center;
  }
}