Commit 149044b1 authored by Steven杜宇's avatar Steven杜宇

// UI

parent 8f27e41d
...@@ -69,7 +69,7 @@ class YHTravelCertificateUploadCell: UITableViewCell { ...@@ -69,7 +69,7 @@ class YHTravelCertificateUploadCell: UITableViewCell {
lazy var templateButton: UIButton = { lazy var templateButton: UIButton = {
let btn = UIButton() let btn = UIButton()
btn.frame = CGRect(x: 0, y: 0, width: 48, height: 16) btn.frame = CGRect(x: 0, y: 0, width: 48, height: 16)
btn.setTitle("资料模版", for: .normal) btn.setTitle("示例模版", for: .normal)
btn.titleLabel?.font = .PFSC_M(ofSize: 10) btn.titleLabel?.font = .PFSC_M(ofSize: 10)
btn.setTitleColor(.brandMainColor, for: .normal) btn.setTitleColor(.brandMainColor, for: .normal)
btn.layer.cornerRadius = kCornerRadius3 btn.layer.cornerRadius = kCornerRadius3
...@@ -108,8 +108,8 @@ class YHTravelCertificateUploadCell: UITableViewCell { ...@@ -108,8 +108,8 @@ class YHTravelCertificateUploadCell: UITableViewCell {
label.font = UIFont.PFSC_R(ofSize: 12) label.font = UIFont.PFSC_R(ofSize: 12)
label.textColor = UIColor.failColor label.textColor = UIColor.failColor
let a: ASAttributedString = .init("温馨提示:", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.mainTextColor50)) let a: ASAttributedString = .init("温馨提示:", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.brandMainColor))
let b: ASAttributedString = .init("具体根据当地出入境规定办理并提交相关证件,如有疑问,可联系银河客服经理咨询", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.brandMainColor)) let b: ASAttributedString = .init("具体根据当地出入境规定办理并提交相关证件,如有疑问,可联系银河客服经理咨询", .font(UIFont.PFSC_R(ofSize: 12)),.foreground(UIColor.mainTextColor(alpha: 0.5)))
label.attributed.text = a+b label.attributed.text = a+b
return label return label
}() }()
......
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