index.less 989 Bytes
.user-info-page {
  .bg-header {
    height: 12rem;
    width: 100%;
    background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-info {
    display: flex;
    text-align: center;
    .activity {
      flex: 1;
      height: 50rpx;
      line-height: 50rpx;
    }
    .job {
      flex: 1;
      border-right: 1px solid #F5F5F5;
      border-left: 1px solid #F5F5F5;
      height: 100rpx;
      line-height: 50rpx;
    }
    .sign {
      flex: 1;
      height: 50rpx;
      line-height: 50rpx;
    }
  }

  .activity-title {
    background-color: #FFFFFF;
    .box {
      padding: 1rem 1rem 0.5rem 1rem;
    }
  }
  .bg-gradient {
    background: linear-gradient(#B3DDC9, #B3DDC9) no-repeat;
    /*调整下划线的宽度占百分之百  高度是3px */
    background-size: 100% 1vw;
    /* 调整下划线的起始位置 左侧是0 上边是1.15em */
    background-position: 0 1.1rem;
  }
}