Commit ace27014380fec60ec0f77da447635a0756a1850

Authored by “zhangxu@cnlive.com”
1 parent 196f8509

认证--标题字号

metaCode/Classes/Main/HomePage/View/VerticalViews/MainView/CNHomePageBackgroupView.swift
... ... @@ -27,7 +27,7 @@ class CNHomePageBackgroupSubView : UIView
27 27 lazy var titleLabel: UILabel = {
28 28 let titleLabel = UILabel.init(frame: CGRectMake(25, KNavigationHeight - 20, KSreenWidth - 50, 35))
29 29 titleLabel.textColor = .white
30   - titleLabel.font = UIFont.systemFont(ofSize: 20, weight: .semibold)
  30 + titleLabel.font = BoldFont_24 //UIFont.systemFont(ofSize: 24, weight: .semibold)
31 31 titleLabel.adjustsFontSizeToFitWidth=true
32 32 return titleLabel
33 33 }()
... ...