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
7fdc1304
Commit
7fdc1304
authored
Aug 15, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
6f9d8b60
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
5 deletions
+40
-5
YHPrincipleApprovedAlertView.swift
.../PrincipleBatch(原则批)/V/YHPrincipleApprovedAlertView.swift
+16
-3
YHPrinciplePhotoListCell.swift
...vice/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
+1
-1
Contents.json
.../客服段/原则批/custom_service_icon_right.imageset/Contents.json
+1
-1
Group 33334425.png
...原则批/custom_service_icon_right.imageset/Group 33334425.png
+0
-0
Group 33334425@3x.png
.../custom_service_icon_right.imageset/Group 33334425@3x.png
+0
-0
Contents.json
...enter/客服段/原则批/priciple_approved_bg.imageset/Contents.json
+22
-0
Mask group@2x.png
...r/客服段/原则批/priciple_approved_bg.imageset/Mask group@2x.png
+0
-0
Mask group@3x.png
...r/客服段/原则批/priciple_approved_bg.imageset/Mask group@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrincipleApprovedAlertView.swift
View file @
7fdc1304
...
...
@@ -26,6 +26,12 @@ class YHPrincipleApprovedAlertView: UIView {
return
view
}()
lazy
var
gradientColorImgView
:
UIImageView
=
{
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"priciple_approved_bg"
)
return
view
}()
lazy
var
closeBtn
:
UIButton
=
{
let
btn
=
UIButton
()
btn
.
setImage
(
UIImage
(
named
:
"update_close"
),
for
:
.
normal
)
...
...
@@ -108,13 +114,14 @@ class YHPrincipleApprovedAlertView: UIView {
self
.
addSubview
(
blackMaskView
)
self
.
addSubview
(
whiteContentView
)
self
.
addSubview
(
closeBtn
)
whiteContentView
.
addSubview
(
gradientColorImgView
)
whiteContentView
.
addSubview
(
titleLabel
)
whiteContentView
.
addSubview
(
detailLabel
)
whiteContentView
.
addSubview
(
bgImgView
)
whiteContentView
.
addSubview
(
lookBtn
)
self
.
addSubview
(
closeBtn
)
blackMaskView
.
snp
.
makeConstraints
{
make
in
make
.
edges
.
equalToSuperview
()
}
...
...
@@ -125,6 +132,12 @@ class YHPrincipleApprovedAlertView: UIView {
make
.
centerY
.
equalToSuperview
()
}
gradientColorImgView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
left
.
right
.
equalToSuperview
()
make
.
height
.
equalTo
(
gradientColorImgView
.
snp
.
width
)
}
titleLabel
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
24
)
make
.
top
.
equalTo
(
32
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
View file @
7fdc1304
...
...
@@ -62,7 +62,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
lazy
var
timeLabel
:
UILabel
=
{
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_
M
(
ofSize
:
13
)
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
13
)
label
.
textColor
=
UIColor
(
hex
:
0x121A26
,
alpha
:
0.3
)
label
.
numberOfLines
=
0
return
label
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/custom_service_icon_right.imageset/Contents.json
View file @
7fdc1304
...
...
@@ -10,7 +10,7 @@
"scale"
:
"2x"
},
{
"filename"
:
"Group 33334425.png"
,
"filename"
:
"Group 33334425
@3x
.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/custom_service_icon_right.imageset/Group 33334425.png
deleted
100644 → 0
View file @
6f9d8b60
449 Bytes
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/custom_service_icon_right.imageset/Group 33334425@3x.png
0 → 100644
View file @
7fdc1304
997 Bytes
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/priciple_approved_bg.imageset/Contents.json
0 → 100644
View file @
7fdc1304
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"Mask group@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"Mask group@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/priciple_approved_bg.imageset/Mask group@2x.png
0 → 100644
View file @
7fdc1304
142 KB
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/原则批/priciple_approved_bg.imageset/Mask group@3x.png
0 → 100644
View file @
7fdc1304
279 KB
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