@import '../../../../assets/variable.less';
.portrait-info-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 396px;
  text-align: center;
  &-img-wrap {
    width: 348px;
    height: 132px;
    margin: 0 auto;
    > img {
      width: 100%;
      height: 100%;
    }
  }
  .add-btn {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin: 0 auto;
    padding: 0 @padding-md;
    background-color: @primary-color;
    border-radius: @border-radius-small;
    cursor: pointer;
    > i {
      margin-right: @margin-xs;
      color: #ffffff;
      line-height: 22px;
    }
    > span {
      color: #ffffff;
    }
  }
}
