Commit d02f0eaf authored by Steven杜宇's avatar Steven杜宇

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 17272a1e 129da39e
......@@ -40,7 +40,7 @@ class YHSignAppendStepView: UIView {
}
func setView() {
backgroundColor = UIColor(hex: 0x0000, alpha: 0.5)
backgroundColor = UIColor(hex: 0x000000, alpha: 0.5)
centerView = {
let view = UIView()
view.backgroundColor = .white
......@@ -108,9 +108,9 @@ class YHSignAppendStepView: UIView {
tipsLabel = {
let label = UILabel()
label.font = UIFont.PFSC_M(ofSize: 12)
label.font = UIFont.PFSC_R(ofSize: 12)
label.textColor = UIColor.brandMainColor
label.textAlignment = .center
label.textAlignment = .left
label.text = "注意:手机号与姓名必须匹配,否则无法完成签署"
return label
}()
......@@ -126,7 +126,6 @@ class YHSignAppendStepView: UIView {
let label = UILabel()
label.font = UIFont.PFSC_M(ofSize: 14)
label.textColor = UIColor.mainTextColor
label.textAlignment = .center
label.text = "姓名"
return label
}()
......@@ -142,7 +141,6 @@ class YHSignAppendStepView: UIView {
let label = UILabel()
label.font = UIFont.PFSC_M(ofSize: 14)
label.textColor = UIColor.mainTextColor
label.textAlignment = .center
label.text = "手机号"
return label
}()
......@@ -230,7 +228,7 @@ class YHSignAppendStepView: UIView {
centerView.addSubview(sureButton)
sureButton.snp.makeConstraints { make in
make.right.equalTo(-16)
make.height.equalTo(44)
make.height.equalTo(48)
make.left.equalTo(16)
make.bottom.equalTo(-46)
}
......
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