|
@@ -92,7 +92,7 @@ class MessageActivityTableCell: UITableViewCell {
|
|
|
timeLabel.backgroundColor = kRGBAColor(r: 0/255.0, g: 0/255.0, b: 0/255.0, a: 0.1)
|
|
|
timeLabel.text = "05-16 20:03"
|
|
|
timeLabel.textColor = kffffffColor
|
|
|
- timeLabel.font = kScaleRegularFont12
|
|
|
+ timeLabel.font = kRegularFont12
|
|
|
timeLabel.textAlignment = .center
|
|
|
timeLabel.cornerRadius = 2
|
|
|
timeLabel.masksToBounds = true
|
|
@@ -116,7 +116,7 @@ class MessageActivityTableCell: UITableViewCell {
|
|
|
let titleLabel = UILabel()
|
|
|
titleLabel.text = "我就是一个用来测一测的Title"
|
|
|
titleLabel.textColor = kffffffColor
|
|
|
- titleLabel.font = kScaleRegularFont15
|
|
|
+ titleLabel.font = kRegularFont15
|
|
|
titleLabel.textAlignment = .left
|
|
|
return titleLabel
|
|
|
}()
|
|
@@ -125,7 +125,7 @@ class MessageActivityTableCell: UITableViewCell {
|
|
|
let subLabel = UILabel()
|
|
|
subLabel.text = "活动时间:2019/5/19~2019/5/20"
|
|
|
subLabel.textColor = kffffffColor
|
|
|
- subLabel.font = kScaleRegularFont12
|
|
|
+ subLabel.font = kRegularFont12
|
|
|
subLabel.textAlignment = .left
|
|
|
return subLabel
|
|
|
}()
|