This commit is contained in:
2026-02-04 15:20:53 +08:00
parent faae0297cb
commit 7c7e2477cb
8 changed files with 67 additions and 30 deletions

View File

@@ -334,9 +334,8 @@ static NSString * const kKBSvipBenefitHeaderId = @"kKBSvipBenefitHeaderId";
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath {
CGFloat screenW = KB_SCREEN_WIDTH;
if (indexPath.section == 0) {
//
CGFloat itemW = (screenW - 32 - 20) / 3.0; // 1610*2
return CGSizeMake(itemW, 90);
// 105 * 124
return CGSizeMake(105, 124);
} else {
//
return CGSizeMake(screenW - 32, 56);