diff --git a/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/Contents.json b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/Contents.json new file mode 100644 index 0000000..33bba14 --- /dev/null +++ b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "chat_del_icon@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "chat_del_icon@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@2x.png b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@2x.png new file mode 100644 index 0000000..865bf22 Binary files /dev/null and b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@2x.png differ diff --git a/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@3x.png b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@3x.png new file mode 100644 index 0000000..cd8f3ac Binary files /dev/null and b/keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@3x.png differ diff --git a/keyBoard/Class/Pay/VC/KBPayMainVC.m b/keyBoard/Class/Pay/VC/KBPayMainVC.m index ff70ad7..a7e696b 100644 --- a/keyBoard/Class/Pay/VC/KBPayMainVC.m +++ b/keyBoard/Class/Pay/VC/KBPayMainVC.m @@ -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];