_flabelone = [[UILabel alloc]init];
_flabelone.text = @"你在他(她)眼中是怎么的";
_flabelone.textColor = ILuColor(51, 51, 51);
//_flabelone.font = [UIFont systemFontOfSize:32*screenRation];
_flabelone.font =[UIFont fontWithName:@"Source Han Sans Normal" size:32 *screenRation];
[self addSubview:_flabelone];