Commit 5681b5f52da650d7b58fad3f058adfc4f53b0a5f
1 parent
a51892a3
提交0.0.21_网址颜色更改
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveServiceCenterModule.podspec
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/View/CNLiveBServiceCertificationCell.m
| ... | ... | @@ -152,7 +152,7 @@ |
| 152 | 152 | text.color = RGBOF(0x7b7b7b); |
| 153 | 153 | __weak typeof(self) weakSelf = self; |
| 154 | 154 | |
| 155 | - [text setTextHighlightRange:range color:[UIColor colorWithRed:0.093 green:0.492 blue:1.000 alpha:1.000] backgroundColor:[UIColor whiteColor] userInfo:nil tapAction:^(UIView * _Nonnull containerView, NSAttributedString * _Nonnull text, NSRange range, CGRect rect) { | |
| 155 | + [text setTextHighlightRange:range color:RGBOF(0xF0AD24) backgroundColor:[UIColor whiteColor] userInfo:nil tapAction:^(UIView * _Nonnull containerView, NSAttributedString * _Nonnull text, NSRange range, CGRect rect) { | |
| 156 | 156 | |
| 157 | 157 | //点击文本的操作 |
| 158 | 158 | NSLog(@"输出内容"); | ... | ... |