Commit 5da9ff54 authored by David黄金龙's avatar David黄金龙

首页 字体 12 变 13

parent 07b6316d
......@@ -28,7 +28,7 @@ class YHHomeKingKongBlockItem: UIView {
let label = UILabel()
label.text = "去香港"
label.textColor = UIColor(hex: 0x94A3B8, alpha: 1.0)
label.font = UIFont.PFSC_M(ofSize: 12)
label.font = UIFont.PFSC_M(ofSize: 13)
label.lineBreakMode = .byTruncatingMiddle
label.textAlignment = .center
return label
......
......@@ -37,7 +37,7 @@ private extension YHHomeSearchView {
let lable = UILabel()
lable.text = "香港身份"
lable.font = UIFont.PFSC_R(ofSize: 12)
lable.font = UIFont.PFSC_R(ofSize: 13)
lable.textColor = UIColor(hex: 0x94A3B8, alpha: 1.0)
addSubview(lable)
lable.snp.makeConstraints { make in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment