Commit b590b2a2458881e2d244149e7f689ae38e9d0c3e

Authored by yanglingyu
1 parent c197dc42

no message

CNLiveCServiceModule/Classes/View/CNLiveChineServiceCell.m
... ... @@ -67,7 +67,7 @@
67 67 {
68 68 if (!_titleLabel) {
69 69 _titleLabel = [[UILabel alloc] init];
70   - _titleLabel.font = UIFontCNMake(11);
  70 + _titleLabel.font = UIFontCNMake(13);
71 71 _titleLabel.textColor = CNLiveColorWithHexString(@"#4A4A4A");
72 72 _titleLabel.textAlignment = NSTextAlignmentLeft;
73 73 }
... ...
CNLiveCServiceModule/Classes/View/CNLiveVideoRecommendCell.m
... ... @@ -193,6 +193,7 @@
193 193 _lookNum = [UIButton buttonWithType:UIButtonTypeCustom];
194 194 [_lookNum setImage:[UIImage loadCServiceBundle:@"listen"] forState:UIControlStateNormal];
195 195 [_lookNum setTitleColor:CNLiveColorWithHexString(@"#9F9F9F") forState:UIControlStateNormal];
  196 + _lookNum.enabled = NO;
196 197 _lookNum.titleLabel.font = UIFontCNMake(11);
197 198 }
198 199 return _lookNum;
... ...