|
@@ -125,9 +125,11 @@ class BFMuicInfoCell: UITableViewCell {
|
|
|
if selected{
|
|
|
titleL.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
|
|
|
showFunctionBtn()
|
|
|
+ titleL.font = UIFont.systemFont(ofSize: 16, weight: .medium)
|
|
|
}else {
|
|
|
titleL.textColor = UIColor.white
|
|
|
hiddenFunctionBtn()
|
|
|
+ titleL.font = UIFont.systemFont(ofSize: 16, weight: .regular)
|
|
|
}
|
|
|
}
|
|
|
|