This commit is contained in:
2026-02-04 16:03:39 +08:00
parent 85fb407717
commit 533e23ebfe
4 changed files with 24 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
make.right.equalTo(self.bottomContainer).offset(-24);
make.bottom.equalTo(self.agreementLabel.mas_top).offset(-14);
make.top.equalTo(self.bottomContainer).offset(16);
make.height.mas_equalTo(58);
make.height.mas_equalTo(51);
}];
}
@@ -348,7 +348,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
_payButton = [UIButton buttonWithType:UIButtonTypeCustom];
[_payButton setTitle:KBLocalized(@"Recharge Now") forState:UIControlStateNormal];
_payButton.titleLabel.font = [KBFont medium:15];
_payButton.layer.cornerRadius = 29;
_payButton.layer.cornerRadius = 10;
_payButton.clipsToBounds = YES;
_payButton.backgroundColor = [UIColor colorWithHex:0x222222];
[_payButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];