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

@@ -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
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

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];