| | |
| | | UILabel *lianxi = [[UILabel alloc]initWithFrame:CGRectMake(15, 13, 80, 30)]; |
| | | lianxi.text = @"联系我们"; |
| | | lianxi.font = [UIFont systemFontOfSize:18]; |
| | | lianxi.textColor=[UIColor blackColor]; |
| | | [women addSubview:lianxi]; |
| | | |
| | | UIImageView *image = [[UIImageView alloc]init]; |
| | |
| | | |
| | | UILabel *kefu = [[UILabel alloc]initWithFrame:CGRectMake(80, 62, 70, 30)]; |
| | | kefu.text = @"QQ客服"; |
| | | kefu.textColor=[UIColor blackColor]; |
| | | kefu.font = [UIFont systemFontOfSize:16]; |
| | | [women addSubview:kefu]; |
| | | |
| | |
| | | UILabel *changjian = [[UILabel alloc]initWithFrame:CGRectMake(15, 13, 80, 30)]; |
| | | changjian.text = @"常见问题"; |
| | | changjian.font = [UIFont systemFontOfSize:18]; |
| | | changjian.textColor=[UIColor blackColor]; |
| | | [wenti addSubview:changjian]; |
| | | |
| | | UILabel *L4 = [[UILabel alloc]initWithFrame:CGRectMake(0, 49, KScreenW, 1)]; |