Commit ace27014380fec60ec0f77da447635a0756a1850
1 parent
196f8509
认证--标题字号
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HomePage/View/VerticalViews/MainView/CNHomePageBackgroupView.swift
| @@ -27,7 +27,7 @@ class CNHomePageBackgroupSubView : UIView | @@ -27,7 +27,7 @@ class CNHomePageBackgroupSubView : UIView | ||
| 27 | lazy var titleLabel: UILabel = { | 27 | lazy var titleLabel: UILabel = { |
| 28 | let titleLabel = UILabel.init(frame: CGRectMake(25, KNavigationHeight - 20, KSreenWidth - 50, 35)) | 28 | let titleLabel = UILabel.init(frame: CGRectMake(25, KNavigationHeight - 20, KSreenWidth - 50, 35)) |
| 29 | titleLabel.textColor = .white | 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 | titleLabel.adjustsFontSizeToFitWidth=true | 31 | titleLabel.adjustsFontSizeToFitWidth=true |
| 32 | return titleLabel | 32 | return titleLabel |
| 33 | }() | 33 | }() |