index.less
519 Bytes
.my-page {
.bg-header {
height: 12rem;
width: 100%;
background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.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;
}
}
}