index.less 515 Bytes
.my-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;
      height: 100rpx;
      line-height: 50rpx;
    }
    .sign {
      flex: 1;
      height: 50rpx;
      line-height: 50rpx;
    }
  }
}