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
8be31236
Commit
8be31236
authored
Feb 22, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮添加 渐变
parent
ce0bd010
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
YHBottomNextView.swift
...MainApplicantInformation(主申请人信息)/V/YHBottomNextView.swift
+5
-1
YHCardExampleView.swift
...ainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
+1
-1
YHCodeSueecssViewController.swift
...ses/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
+2
-2
YHPhoneLoginViewController.swift
...sses/Modules/Login(登录)/C/YHPhoneLoginViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHBottomNextView.swift
View file @
8be31236
...
@@ -47,12 +47,12 @@ class YHBottomNextView: UIView {
...
@@ -47,12 +47,12 @@ class YHBottomNextView: UIView {
nextButton
=
{
nextButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
backgroundColor
=
UIColor
(
hex
:
0x4d9ff8
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"下一步"
,
for
:
.
normal
)
button
.
setTitle
(
"下一步"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
(
hex
:
0xffffff
),
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius6
button
.
layer
.
cornerRadius
=
kCornerRadius6
button
.
clipsToBounds
=
true
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
button
.
addTarget
(
self
,
action
:
#selector(
goNext
)
,
for
:
.
touchUpInside
)
return
button
return
button
}()
}()
...
@@ -63,6 +63,10 @@ class YHBottomNextView: UIView {
...
@@ -63,6 +63,10 @@ class YHBottomNextView: UIView {
make
.
height
.
equalTo
(
44
)
make
.
height
.
equalTo
(
44
)
make
.
width
.
equalTo
(
247
)
make
.
width
.
equalTo
(
247
)
}
}
nextButton
.
layoutIfNeeded
()
nextButton
.
backgroundGradient
()
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
View file @
8be31236
...
@@ -112,7 +112,7 @@ class YHCardExampleView: UIView {
...
@@ -112,7 +112,7 @@ class YHCardExampleView: UIView {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
text
=
"*须使用二代身份证"
label
.
text
=
"*须使用二代身份证"
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
label
.
textColor
=
UIColor
.
placeHolderColor
label
.
textAlignment
=
.
left
label
.
textAlignment
=
.
left
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
return
label
return
label
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHCodeSueecssViewController.swift
View file @
8be31236
...
@@ -79,7 +79,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
...
@@ -79,7 +79,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
text
=
"已发送至
\(
phoneNumber
??
""
)
"
label
.
text
=
"已发送至
\(
phoneNumber
??
""
)
"
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
label
.
textColor
=
UIColor
.
placeHolderColor
return
label
return
label
}()
}()
view
.
addSubview
(
loginSubTitleLabel
)
view
.
addSubview
(
loginSubTitleLabel
)
...
@@ -115,7 +115,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
...
@@ -115,7 +115,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
let
button
=
UILabel
()
let
button
=
UILabel
()
button
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
12
)
button
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
12
)
button
.
text
=
"重新发送(58s)"
button
.
text
=
"重新发送(58s)"
button
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
button
.
textColor
=
UIColor
.
placeHolderColor
button
.
textAlignment
=
.
center
button
.
textAlignment
=
.
center
button
.
isHidden
=
false
button
.
isHidden
=
false
button
.
layer
.
cornerRadius
=
4
button
.
layer
.
cornerRadius
=
4
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHPhoneLoginViewController.swift
View file @
8be31236
...
@@ -97,7 +97,7 @@ class YHPhoneLoginViewController: YHBaseViewController {
...
@@ -97,7 +97,7 @@ class YHPhoneLoginViewController: YHBaseViewController {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
text
=
"手机号首次登录自动注册"
label
.
text
=
"手机号首次登录自动注册"
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
label
.
textColor
=
UIColor
(
hex
:
0xc0c0c0
)
label
.
textColor
=
UIColor
.
placeHolderColor
return
label
return
label
}()
}()
view
.
addSubview
(
loginSubTitleLabel
)
view
.
addSubview
(
loginSubTitleLabel
)
...
...
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