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
39fc3db5
Commit
39fc3db5
authored
Jul 02, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI 修改
parent
49320b4b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
YHMatchUserViewController.swift
...s/Modules/Community(社区)/C/YHMatchUserViewController.swift
+7
-5
YHSelectCountryViewController.swift
...Information(主申请人信息)/C/YHSelectCountryViewController.swift
+0
-1
YHAddressPickView.swift
...rmation(主申请人信息)/V/YHAddressPicker/YHAddressPickView.swift
+2
-2
YHCountryHotView.swift
...ess(我的信息流程)/WorkExperience(工作经验)/V/YHCountryHotView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHMatchUserViewController.swift
View file @
39fc3db5
...
@@ -170,17 +170,19 @@ class YHMatchUserViewController: YHBaseViewController {
...
@@ -170,17 +170,19 @@ class YHMatchUserViewController: YHBaseViewController {
make
.
center
.
equalTo
(
launchLottieView
)
make
.
center
.
equalTo
(
launchLottieView
)
}
}
firstImageView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
equalToSuperview
()
make
.
height
.
equalTo
(
547
)
make
.
bottom
.
equalTo
(
-
k_Height_safeAreaInsetsBottom
())
}
self
.
topLabel
.
snp
.
makeConstraints
{
make
in
self
.
topLabel
.
snp
.
makeConstraints
{
make
in
make
.
centerX
.
equalToSuperview
()
make
.
centerX
.
equalToSuperview
()
make
.
top
.
equalTo
(
50
)
make
.
top
.
equalTo
(
50
)
make
.
height
.
equalTo
(
22
)
make
.
height
.
equalTo
(
22
)
}
}
firstImageView
.
snp
.
makeConstraints
{
make
in
make
.
centerX
.
equalToSuperview
()
make
.
height
.
equalTo
(
547
)
make
.
width
.
equalTo
(
375
)
make
.
top
.
equalTo
(
topLabel
.
snp
.
bottom
)
.
offset
(
30
)
}
self
.
bottomBtn
.
snp
.
makeConstraints
{
make
in
self
.
bottomBtn
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
24
)
make
.
left
.
equalTo
(
24
)
make
.
right
.
equalTo
(
-
24
)
make
.
right
.
equalTo
(
-
24
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/C/YHSelectCountryViewController.swift
View file @
39fc3db5
...
@@ -39,7 +39,6 @@ class YHSelectCountryViewController: YHBaseViewController {
...
@@ -39,7 +39,6 @@ class YHSelectCountryViewController: YHBaseViewController {
searchBar
.
backgroundColor
=
UIColor
.
contentBkgColor
searchBar
.
backgroundColor
=
UIColor
.
contentBkgColor
searchBar
.
keyboardType
=
.
default
searchBar
.
keyboardType
=
.
default
searchBar
.
delegate
=
self
searchBar
.
delegate
=
self
searchBar
.
layer
.
cornerRadius
=
21
searchBar
.
leftView
=
UIView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
16
,
height
:
42
))
searchBar
.
leftView
=
UIView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
16
,
height
:
42
))
searchBar
.
leftViewMode
=
.
always
searchBar
.
leftViewMode
=
.
always
return
searchBar
return
searchBar
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHAddressPicker/YHAddressPickView.swift
View file @
39fc3db5
...
@@ -147,7 +147,7 @@ class YHAddressPickView: UIView {
...
@@ -147,7 +147,7 @@ class YHAddressPickView: UIView {
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
button
.
addTarget
(
self
,
action
:
#selector(
onClickHotCity(sender:)
)
,
for
:
.
touchUpInside
)
button
.
addTarget
(
self
,
action
:
#selector(
onClickHotCity(sender:)
)
,
for
:
.
touchUpInside
)
button
.
layer
.
cornerRadius
=
16
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
backgroundColor
=
UIColor
.
contentBkgColor
button
.
backgroundColor
=
UIColor
.
contentBkgColor
button
.
tag
=
i
button
.
tag
=
i
view
.
addSubview
(
button
)
view
.
addSubview
(
button
)
...
@@ -212,7 +212,7 @@ class YHAddressPickView: UIView {
...
@@ -212,7 +212,7 @@ class YHAddressPickView: UIView {
button
.
setBackgroundColor
(
color
:
UIColor
.
brandMainColor
.
withAlphaComponent
(
0.08
),
forState
:
.
selected
)
button
.
setBackgroundColor
(
color
:
UIColor
.
brandMainColor
.
withAlphaComponent
(
0.08
),
forState
:
.
selected
)
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
layer
.
borderColor
=
UIColor
.
brandMainColor
.
cgColor
button
.
layer
.
borderWidth
=
0
button
.
layer
.
borderWidth
=
0
button
.
layer
.
cornerRadius
=
16
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
addTarget
(
self
,
action
:
#selector(
onClickTitlebutton(sender:)
)
,
for
:
.
touchUpInside
)
button
.
addTarget
(
self
,
action
:
#selector(
onClickTitlebutton(sender:)
)
,
for
:
.
touchUpInside
)
if
i
==
1
{
if
i
==
1
{
button
.
isSelected
=
true
button
.
isSelected
=
true
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHCountryHotView.swift
View file @
39fc3db5
...
@@ -58,7 +58,7 @@ class YHCountryHotView: UIView {
...
@@ -58,7 +58,7 @@ class YHCountryHotView: UIView {
button
.
setBackgroundColor
(
color
:
UIColor
.
contentBkgColor
,
forState
:
.
normal
)
button
.
setBackgroundColor
(
color
:
UIColor
.
contentBkgColor
,
forState
:
.
normal
)
button
.
setBackgroundColor
(
color
:
UIColor
.
tipsColor
.
withAlphaComponent
(
0.08
),
forState
:
.
highlighted
)
button
.
setBackgroundColor
(
color
:
UIColor
.
tipsColor
.
withAlphaComponent
(
0.08
),
forState
:
.
highlighted
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
button
.
layer
.
cornerRadius
=
16
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
tag
=
3000
+
i
button
.
tag
=
3000
+
i
button
.
addTarget
(
self
,
action
:
#selector(
exampleClick(sender:)
)
,
for
:
.
touchUpInside
)
button
.
addTarget
(
self
,
action
:
#selector(
exampleClick(sender:)
)
,
for
:
.
touchUpInside
)
addSubview
(
button
)
addSubview
(
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