|
|
@@ -420,7 +420,7 @@
|
|
|
[_theUseBtn setTitle:NSLocalString(@"mimo_2_gift_list_prpps_use") forState:UIControlStateNormal];
|
|
|
[_theUseBtn setTitle:NSLocalString(@"mimo_2_gift_list_prpps_a_use") forState:UIControlStateSelected];
|
|
|
|
|
|
- NSArray *selectColorArr = @[[MOTools colorWithHexString:@"#1F1F2B" alpha:0.94],[MOTools colorWithHexString:@"#1F1F2B" alpha:0.94]];
|
|
|
+ NSArray *selectColorArr = @[[MOTools colorWithHexString:@"#FFFFFF" alpha:0.06],[MOTools colorWithHexString:@"#FFFFFF" alpha:0.06]];
|
|
|
UIImage *selectImg = [MOTools createGradientRectImageWithBounds:CGRectMake(0, 0, 80.0, 30.0) Colors:selectColorArr GradientType:0];
|
|
|
[_theUseBtn setBackgroundImage:selectImg forState:UIControlStateSelected];
|
|
|
|
|
|
@@ -430,6 +430,9 @@
|
|
|
|
|
|
[_theUseBtn setImage:[UIImage imageNamed:@"v_2_prop_use"] forState:UIControlStateNormal];
|
|
|
[_theUseBtn setImage:[UIImage imageNamed:@"v_2_prop_no_use"] forState:UIControlStateSelected];
|
|
|
+
|
|
|
+ [_theUseBtn setTitleColor:[MOTools colorWithHexString:@"#FFFFFF"] forState:UIControlStateNormal];
|
|
|
+ [_theUseBtn setTitleColor:[MOTools colorWithHexString:@"#878A99"] forState:UIControlStateSelected];
|
|
|
|
|
|
// 调整图文间距和内边距
|
|
|
CGFloat spacing = 5.0; // 减小图文间距
|