This commit is contained in:
2025-12-03 16:54:23 +08:00
parent 681fced59d
commit 93556ddb9c
5 changed files with 5 additions and 5 deletions

View File

@@ -453,7 +453,7 @@
[_submitButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_submitButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_submitButton.titleLabel.font = [KBFont medium:16]; _submitButton.titleLabel.font = [KBFont medium:16];
_submitButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; _submitButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_submitButton.layer.cornerRadius = 28.0; _submitButton.layer.cornerRadius = 11.0;
_submitButton.layer.masksToBounds = YES; _submitButton.layer.masksToBounds = YES;
[_submitButton addTarget:self [_submitButton addTarget:self
action:@selector(onTapSubmit) action:@selector(onTapSubmit)

View File

@@ -243,7 +243,7 @@
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_nextButton.titleLabel.font = [KBFont medium:16]; _nextButton.titleLabel.font = [KBFont medium:16];
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; _nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_nextButton.layer.cornerRadius = 28.0; _nextButton.layer.cornerRadius = 11.0;
_nextButton.layer.masksToBounds = YES; _nextButton.layer.masksToBounds = YES;
[_nextButton addTarget:self action:@selector(onTapNext) [_nextButton addTarget:self action:@selector(onTapNext)
forControlEvents:UIControlEventTouchUpInside]; forControlEvents:UIControlEventTouchUpInside];

View File

@@ -142,7 +142,7 @@
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_nextButton.titleLabel.font = [KBFont medium:16]; _nextButton.titleLabel.font = [KBFont medium:16];
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; _nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_nextButton.layer.cornerRadius = 28.0; _nextButton.layer.cornerRadius = 11.0;
_nextButton.layer.masksToBounds = YES; _nextButton.layer.masksToBounds = YES;
[_nextButton addTarget:self action:@selector(onTapNext) [_nextButton addTarget:self action:@selector(onTapNext)
forControlEvents:UIControlEventTouchUpInside]; forControlEvents:UIControlEventTouchUpInside];

View File

@@ -147,7 +147,7 @@
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_nextButton.titleLabel.font = [KBFont medium:16]; _nextButton.titleLabel.font = [KBFont medium:16];
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; _nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_nextButton.layer.cornerRadius = 28.0; _nextButton.layer.cornerRadius = 11.0;
_nextButton.layer.masksToBounds = YES; _nextButton.layer.masksToBounds = YES;
[_nextButton addTarget:self action:@selector(onTapNext) [_nextButton addTarget:self action:@selector(onTapNext)
forControlEvents:UIControlEventTouchUpInside]; forControlEvents:UIControlEventTouchUpInside];

View File

@@ -164,7 +164,7 @@
[_confirmButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_confirmButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_confirmButton.titleLabel.font = [KBFont medium:16]; _confirmButton.titleLabel.font = [KBFont medium:16];
_confirmButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; _confirmButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_confirmButton.layer.cornerRadius = 28.0; _confirmButton.layer.cornerRadius = 11.0;
_confirmButton.layer.masksToBounds = YES; _confirmButton.layer.masksToBounds = YES;
[_confirmButton addTarget:self action:@selector(onTapConfirm) [_confirmButton addTarget:self action:@selector(onTapConfirm)
forControlEvents:UIControlEventTouchUpInside]; forControlEvents:UIControlEventTouchUpInside];