Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
a59270d0
Commit
a59270d0
authored
May 08, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 圆角3的button
parent
abd4ce3a
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
46 additions
and
48 deletions
+46
-48
YHTwoOptionAlertView.swift
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
+3
-3
YHAgreementAlertView.swift
...axy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
+3
-3
YHHomeWebViewBottomForSavePicView.swift
...odules/Home(首页)/V/YHHomeWebViewBottomForSavePicView.swift
+1
-1
YHServiceOrderAlertView.swift
.../Classes/Modules/Home(首页)/V/YHServiceOrderAlertView.swift
+1
-1
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+2
-2
YHFileListBottomView.swift
...Service(服务中心)/FileList(文件清单)/V/YHFileListBottomView.swift
+1
-1
YHCertificateEntryBottomView.swift
...MyCertificates(我的证书)/V/YHCertificateEntryBottomView.swift
+2
-2
YHHKPlanDoctumentVC.swift
...rvice(服务中心)/MyDocuments(我的文书)/C/YHHKPlanDoctumentVC.swift
+1
-1
YHMyDocumentsDetailViewController.swift
...Documents(我的文书)/C/YHMyDocumentsDetailViewController.swift
+1
-2
YHCheckEamilAlertView.swift
...ice(服务中心)/MyDocuments(我的文书)/V/YHCheckEamilAlertView.swift
+3
-3
YHDocListBottomView.swift
...rvice(服务中心)/MyDocuments(我的文书)/V/YHDocListBottomView.swift
+1
-1
YHMyDocListHeaderView.swift
...ice(服务中心)/MyDocuments(我的文书)/V/YHMyDocListHeaderView.swift
+1
-1
YHSchemeTableHeadView.swift
...ice(服务中心)/MyScheme(我的方案)/View/YHSchemeTableHeadView.swift
+1
-1
YHSchemeTableViewCell.swift
...ice(服务中心)/MyScheme(我的方案)/View/YHSchemeTableViewCell.swift
+1
-1
YHMySignatureDetailViewController.swift
...Signature(我的签字)/C/YHMySignatureDetailViewController.swift
+1
-1
YHCommonAlertView.swift
...Service(服务中心)/MySignature(我的签字)/V/YHCommonAlertView.swift
+2
-3
YHBasicInfoFillBottomView.swift
...)/BaseInformation(基本资料)/V/YHBasicInfoFillBottomView.swift
+2
-2
YHIdentityCardCell.swift
...(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHIdentityCardCell.swift
+1
-1
YHBottomNextView.swift
...MainApplicantInformation(主申请人信息)/V/YHBottomNextView.swift
+2
-2
YHCardExampleView.swift
...ainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
+1
-1
YHMainInformationCardTableViewCell.swift
...mation(主申请人信息)/V/YHMainInformationCardTableViewCell.swift
+1
-1
YHImageClipperViewController.swift
...WorkExperience(工作经验)/C/YHImageClipperViewController.swift
+1
-1
YHWorkExperienceListViewController.swift
...perience(工作经验)/C/YHWorkExperienceListViewController.swift
+1
-1
YHWorkIntroductionViewController.swift
...Experience(工作经验)/C/YHWorkIntroductionViewController.swift
+1
-1
YHResultBottomView.swift
...s(我的信息流程)/WorkExperience(工作经验)/V/YHResultBottomView.swift
+1
-1
YHWorkExampleMessageTableViewCell.swift
...xperience(工作经验)/V/YHWorkExampleMessageTableViewCell.swift
+1
-1
YHSubmintAllInfoSuccessTipView.swift
...igentService(服务中心)/V/YHSubmintAllInfoSuccessTipView.swift
+2
-2
YHSubmitAllInfoCheckView.swift
...IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
+2
-2
YHCodeSueecssViewController.swift
...ses/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
+1
-1
YHPhoneLoginViewController.swift
...sses/Modules/Login(登录)/C/YHPhoneLoginViewController.swift
+1
-1
YHPrivacyAlertView.swift
...laxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
View file @
a59270d0
...
...
@@ -69,9 +69,9 @@ class YHTwoOptionAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"取消"
.
local
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
(
hex
:
0x3c86f8
)
.
cgColor
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
disagree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -84,7 +84,7 @@ class YHTwoOptionAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"确认"
.
local
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
View file @
a59270d0
...
...
@@ -106,9 +106,9 @@ class YHAgreementAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"取消"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
(
hex
:
0x3c86f8
)
.
cgColor
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
disagree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -129,7 +129,7 @@ class YHAgreementAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"确认"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeWebViewBottomForSavePicView.swift
View file @
a59270d0
...
...
@@ -37,7 +37,7 @@ private extension YHHomeWebViewBottomForSavePicView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"保存到相册"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
0.5
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
save
)
,
for
:
.
touchUpInside
)
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHServiceOrderAlertView.swift
View file @
a59270d0
...
...
@@ -98,7 +98,7 @@ class YHServiceOrderAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"我知道了"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
a59270d0
...
...
@@ -284,7 +284,7 @@ extension YHInformationPerfectListVC {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"我的评分"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
goScoreVC
)
,
for
:
.
touchUpInside
)
...
...
@@ -303,7 +303,7 @@ extension YHInformationPerfectListVC {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"个人信息表"
,
for
:
.
normal
)
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goInfoListVC
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/V/YHFileListBottomView.swift
View file @
a59270d0
...
...
@@ -58,7 +58,7 @@ private extension YHFileListBottomView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"保存清单图"
,
for
:
.
normal
)
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryBottomView.swift
View file @
a59270d0
...
...
@@ -40,7 +40,7 @@ private extension YHCertificateEntryBottomView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"问题答疑"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
save
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -58,7 +58,7 @@ private extension YHCertificateEntryBottomView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"生成清单"
,
for
:
.
normal
)
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHHKPlanDoctumentVC.swift
View file @
a59270d0
...
...
@@ -63,7 +63,7 @@ class YHHKPlanDoctumentVC: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"提交"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
clickSubmitBtn
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHMyDocumentsDetailViewController.swift
View file @
a59270d0
...
...
@@ -228,12 +228,11 @@ class YHMyDocumentsDetailViewController: YHBaseViewController {
bottomButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
// button.backgroundColor = UIColor(hex:0x2274ee)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
16
)
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"确定已签章,提交"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHCheckEamilAlertView.swift
View file @
a59270d0
...
...
@@ -139,9 +139,9 @@ class YHCheckEamilAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"不同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
(
hex
:
0x3c86f8
)
.
cgColor
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
disagree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -160,7 +160,7 @@ class YHCheckEamilAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocListBottomView.swift
View file @
a59270d0
...
...
@@ -30,7 +30,7 @@ class YHDocListBottomView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"下载"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
clickDownloadBtn
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHMyDocListHeaderView.swift
View file @
a59270d0
...
...
@@ -76,7 +76,7 @@ class YHMyDocListHeaderView: UIView {
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
10
)
button
.
addTarget
(
self
,
action
:
#selector(
clickAllBtn
)
,
for
:
.
touchUpInside
)
button
.
layerCornerRadius
=
kCornerRadius
4
button
.
layerCornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
iconInLeft
(
spacing
:
2
)
button
.
isHidden
=
true
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyScheme(我的方案)/View/YHSchemeTableHeadView.swift
View file @
a59270d0
...
...
@@ -170,7 +170,7 @@ class YHSchemeTableHeadView: UIView {
button
.
setTitle
(
"我的评分"
,
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"scheme_button_icon"
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xd48638
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
4
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyScheme(我的方案)/View/YHSchemeTableViewCell.swift
View file @
a59270d0
...
...
@@ -110,7 +110,7 @@ class YHSchemeTableViewCell: UITableViewCell {
button
.
setTitle
(
"资料清单"
,
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"scheme_button_icon"
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xd48638
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
4
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/C/YHMySignatureDetailViewController.swift
View file @
a59270d0
...
...
@@ -193,7 +193,7 @@ class YHMySignatureDetailViewController: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"确定已签章,提交"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHCommonAlertView.swift
View file @
a59270d0
...
...
@@ -126,7 +126,7 @@ class YHCommonAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"不同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
disagree
)
,
for
:
.
touchUpInside
)
...
...
@@ -142,13 +142,12 @@ class YHCommonAlertView: UIView {
agreeButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
// button.backgroundColor = UIColor.brandMainColor
button
.
backgroundColor
=
UIColor
.
brandMainColor
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/BaseInformation(基本资料)/V/YHBasicInfoFillBottomView.swift
View file @
a59270d0
...
...
@@ -40,7 +40,7 @@ private extension YHBasicInfoFillBottomView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"保存"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
save
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -58,7 +58,7 @@ private extension YHBasicInfoFillBottomView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"提交"
,
for
:
.
normal
)
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHIdentityCardCell.swift
View file @
a59270d0
...
...
@@ -143,7 +143,7 @@ class YHIdentityCardCell: UITableViewCell {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"示例模板"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
4
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
addTarget
(
self
,
action
:
#selector(
exampleClick
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHBottomNextView.swift
View file @
a59270d0
...
...
@@ -33,7 +33,7 @@ class YHBottomNextView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"保存"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
save
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -51,7 +51,7 @@ class YHBottomNextView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"下一步"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
View file @
a59270d0
...
...
@@ -165,7 +165,7 @@ class YHCardExampleView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"知道了"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
dismiss
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHMainInformationCardTableViewCell.swift
View file @
a59270d0
...
...
@@ -150,7 +150,7 @@ class YHMainInformationCardTableViewCell: UITableViewCell {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"示例模板"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
4
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
addTarget
(
self
,
action
:
#selector(
exampleClick
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHImageClipperViewController.swift
View file @
a59270d0
...
...
@@ -82,7 +82,7 @@ class YHImageClipperViewController: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"确认"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
sureBtnClick
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkExperienceListViewController.swift
View file @
a59270d0
...
...
@@ -84,7 +84,7 @@ class YHWorkExperienceListViewController: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"提交"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkIntroductionViewController.swift
View file @
a59270d0
...
...
@@ -244,7 +244,7 @@ class YHWorkIntroductionViewController: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"保存"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
6
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHResultBottomView.swift
View file @
a59270d0
...
...
@@ -33,7 +33,7 @@ class YHResultBottomView: UIView {
button
.
setTitle
(
"开始识别"
,
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"image_scan"
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
iconInLeft
(
spacing
:
6
)
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHWorkExampleMessageTableViewCell.swift
View file @
a59270d0
...
...
@@ -80,7 +80,7 @@ class YHWorkExampleMessageTableViewCell: UITableViewCell {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"使用此模板"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
3
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
submit
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHSubmintAllInfoSuccessTipView.swift
View file @
a59270d0
...
...
@@ -150,7 +150,7 @@ class YHSubmintAllInfoSuccessTipView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"取消"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
...
...
@@ -171,7 +171,7 @@ class YHSubmintAllInfoSuccessTipView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"评分详情"
,
for
:
.
normal
)
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
View file @
a59270d0
...
...
@@ -94,7 +94,7 @@ class YHSubmitAllInfoCheckView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"取消"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
clipsToBounds
=
true
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
...
...
@@ -116,7 +116,7 @@ class YHSubmitAllInfoCheckView: UIView {
button
.
setTitle
(
"确认"
,
for
:
.
normal
)
button
.
clipsToBounds
=
true
button
.
setTitleColor
(
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
View file @
a59270d0
...
...
@@ -155,7 +155,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
addTarget
(
self
,
action
:
#selector(
startClicked
)
,
for
:
.
touchUpInside
)
button
.
isHidden
=
true
button
.
layer
.
cornerRadius
=
4
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
(
hex
:
0xebeef4
)
.
cgColor
return
button
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHPhoneLoginViewController.swift
View file @
a59270d0
...
...
@@ -148,7 +148,7 @@ class YHPhoneLoginViewController: YHBaseViewController {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"获取验证码"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
6
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
addTarget
(
self
,
action
:
#selector(
getCode
)
,
for
:
.
touchUpInside
)
button
.
isEnabled
=
false
return
button
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
View file @
a59270d0
...
...
@@ -84,9 +84,9 @@ class YHPrivacyAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"不同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
layer
.
borderWidth
=
1
button
.
layer
.
borderColor
=
UIColor
(
hex
:
0x3c86f8
)
.
cgColor
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
addTarget
(
self
,
action
:
#selector(
disagree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
@@ -105,7 +105,7 @@ class YHPrivacyAlertView: UIView {
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"同意"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius
6
button
.
layer
.
cornerRadius
=
kCornerRadius
3
button
.
addTarget
(
self
,
action
:
#selector(
agree
)
,
for
:
.
touchUpInside
)
return
button
}()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment