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
67a28a83
Commit
67a28a83
authored
Nov 21, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 方案UI 走查
parent
38a0b8be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHComprehensiveEvaluationCell.swift
...)/MyNewScheme(我的方案)/V/YHComprehensiveEvaluationCell.swift
+3
-3
YHIHKIdentityPlanCell.swift
.../QMAS(优才)/MyNewScheme(我的方案)/V/YHIHKIdentityPlanCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/MyNewScheme(我的方案)/V/YHComprehensiveEvaluationCell.swift
View file @
67a28a83
...
...
@@ -65,21 +65,21 @@ class YHComprehensiveEvaluationCell: UITableViewCell {
lazy
var
passText
:
ASAttributedString
=
{
let
aa
:
ASAttributedString
=
.
init
(
"经初步评估,"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
bb
:
ASAttributedString
=
.
init
(
"您符合【优秀人才入境计划-综合计分制】甄选条件"
,
.
font
(
UIFont
.
PFSC_
R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
bb
:
ASAttributedString
=
.
init
(
"您符合【优秀人才入境计划-综合计分制】甄选条件"
,
.
font
(
UIFont
.
PFSC_
B
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
cc
:
ASAttributedString
=
.
init
(
",您在以下方面具备明显优势,为您感到开心!接下来辛苦您根据指引配合准备申请材料"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
return
aa
+
bb
+
cc
}()
lazy
var
partPassText
:
ASAttributedString
=
{
let
aa
:
ASAttributedString
=
.
init
(
"经初步评估,"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
bb
:
ASAttributedString
=
.
init
(
"您目前已符合【优秀人才入境计划 - 综合计分制】的部分重要甄选条件"
,
.
font
(
UIFont
.
PFSC_
R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
bb
:
ASAttributedString
=
.
init
(
"您目前已符合【优秀人才入境计划 - 综合计分制】的部分重要甄选条件"
,
.
font
(
UIFont
.
PFSC_
B
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
cc
:
ASAttributedString
=
.
init
(
",在如下方面具备优势,足以证明您的优秀之处!考虑到优才计划的的多维度要求,以及您目前已经具备的良好基础,如果您能进一步去孵化其他条件,后续的申请将会更具竞争力"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
return
aa
+
bb
+
cc
}()
lazy
var
neverPassText
:
ASAttributedString
=
{
let
aa
:
ASAttributedString
=
.
init
(
"经初步评估,"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
let
bb
:
ASAttributedString
=
.
init
(
"您目前不符合【优秀人才入境计划-综合计分制】甄选条件"
,
.
font
(
UIFont
.
PFSC_
R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
bb
:
ASAttributedString
=
.
init
(
"您目前不符合【优秀人才入境计划-综合计分制】甄选条件"
,
.
font
(
UIFont
.
PFSC_
B
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
init
(
hex
:
0xD48638
)))
let
cc
:
ASAttributedString
=
.
init
(
",考虑到优才计划的的多维度要求,我们建议您进一步孵化以下条件,后续的申请将会更具竞争力"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
14
)),
.
foreground
(
UIColor
.
mainTextColor
))
return
aa
+
bb
+
cc
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/MyNewScheme(我的方案)/V/YHIHKIdentityPlanCell.swift
View file @
67a28a83
...
...
@@ -65,7 +65,7 @@ class YHIHKIdentityPlanCell: UITableViewCell {
make
.
left
.
equalTo
(
17
)
make
.
right
.
equalTo
(
-
17
)
make
.
top
.
equalToSuperview
()
make
.
height
.
equalTo
(
bgImgView
.
snp
.
width
)
.
multipliedBy
(
93.0
/
(
KScreenWidth
-
34.0
)
)
make
.
height
.
equalTo
(
95
)
make
.
bottom
.
equalTo
(
-
33
)
}
...
...
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