view3.layer.borderWidth = 1;
[view3.layer setBorderColor:[UIColor colorWithWhite:214/255.0f alpha:1].CGColor];
UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(50, 20, 210, 44)];
[label setText:@"用户登陆"];
[label setFont:[UIFont systemFontOfSize:17.0]];
[label setTextAlignment:NSTextAlignmentCenter];