Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
eb33475f
Commit
eb33475f
authored
Oct 15, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重要公告样式调整
parent
e09540b9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
14 deletions
+34
-14
src/app/common/life-common.service.ts
+11
-0
src/app/my/announcement-detail/announcement-detail.component.html
+5
-4
src/app/my/important-announcement/important-announcement.component.scss
+1
-1
src/app/my/member-list/member-list.component.html
+4
-4
src/app/my/member-list/member-list.component.scss
+3
-1
src/app/my/member-list/member-list.component.ts
+1
-0
src/app/my/team-sales-score/team-sales-score.component.html
+4
-4
src/app/my/team-sales-score/team-sales-score.component.scss
+2
-0
src/assets/ueditor/themes/iframe.css
+3
-0
No files found.
src/app/common/life-common.service.ts
View file @
eb33475f
...
...
@@ -562,4 +562,15 @@ export class LifeCommonService {
}
return
date
;
}
getName
(
str
){
if
(
str
==
'S2'
){
return
'S2体系'
}
else
if
(
str
==
'S1'
){
return
'S1分部'
}
else
if
(
str
==
'S3'
){
return
'S3纵队'
}
else
{
return
''
}
}
}
src/app/my/announcement-detail/announcement-detail.component.html
View file @
eb33475f
<div
class=
"wrapper"
>
<div
class=
"headWrapper"
>
<div
class=
"title"
>
<div
class=
"title"
style=
"color: #333;"
>
{{titleDeatil}}
</div>
<div
class=
"announcement_at_top"
>
<!-- 上海银盾保险经纪有限公司 -->
{{announcementLists?.announcementAt}}
发布日期:
{{announcementLists?.announcementAt}}
</div>
</div>
<div
class=
"announcementItem"
>
<div
class=
"announcement_title"
>
<!-- <span class="announcement_type">【{{announcementLists?.announcementTypeName}}】</span> -->
<
span
[
innerHtml
]="
announcementLists
?.
title
|
safeHtml
"
></span
>
<
!-- <span [innerHtml]="announcementLists?.title |safeHtml"></span> --
>
</div>
<div
[
innerHtml
]="
announcementLists
?.
content
|
safeHtml
"
class=
"announcement_content"
></div>
<div
[
innerHtml
]="
announcementLists
?.
content
|
safeHtml
"
class=
"announcement_content
rich_media_content
"
></div>
<!-- <div class="announcement_at">上海银盾保险经纪有限公司 {{announcementLists?.announcementAt}}</div> -->
</div>
</div>
\ No newline at end of file
src/app/my/important-announcement/important-announcement.component.scss
View file @
eb33475f
...
...
@@ -48,9 +48,9 @@
text-align
:
center
;
line-height
:
50px
;
font-size
:
40px
;
color
:
#0c5c90
;
}
.title
{
margin-bottom
:
8px
;
font-size
:
16px
;
// font-weight: bold;
overflow
:
hidden
;
...
...
src/app/my/member-list/member-list.component.html
View file @
eb33475f
...
...
@@ -10,7 +10,7 @@
<div
style=
"font-size: 18px;margin: 5px auto;text-align: center;"
>
战队成员
</div>
<div
class=
"content_wrapper memberList"
>
<ul
style=
"border: none;background: #e7eef5;border-radius: 5px;"
>
<li
>
姓名
</li>
<li
style=
"padding-left: 5px;"
>
姓名/团队
</li>
<li>
级别
</li>
<li
class=
"sex"
>
性别
</li>
<li>
手机号
</li>
...
...
@@ -25,9 +25,9 @@
<span
style=
"color:#333;font-size: 14px;font-weight: normal;"
>
{{i+1}}
</span>
<i
style=
"margin-left: 10px;font-style: normal;"
>
{{teamMemberItem.system}}
</i>
</li>
<li
style=
"font-weight: bold;"
[
ngStyle
]="{'
color
'
:teamMemberItem
.
systemType =
=
'
S2
'?'#
f7484a
'
:
'#
22609c
'}"
>
{{
teamMemberItem.systemType
}}
</li>
<li
class=
"sex"
>
/
</li>
<li>
/
</li>
<li
style=
"font-weight: bold;"
[
ngStyle
]="{'
color
'
:teamMemberItem
.
systemType =
=
'
S2
'?'#
f7484a
'
:
'#
22609c
'}"
>
{{
lifeCommonService.getName(teamMemberItem.systemType)
}}
</li>
<li
class=
"sex"
>
-
</li>
<li>
-
</li>
<li><i
class=
"iconfont icon-ar-r"
style=
"color: #a4a4a4;font-size: 12px;"
></i></li>
</ul>
<ul
*
ngFor=
"let teamMemberItem of teamMemberList;index as i;"
[
routerLink
]="['/
member_detail
',
teamMemberItem
.
practitionerId
]"
>
...
...
src/app/my/member-list/member-list.component.scss
View file @
eb33475f
...
...
@@ -64,7 +64,7 @@
li
{
float
:
left
;
width
:
18%
;
text-align
:
center
;
text-align
:
left
;
margin
:
0
1%
;
position
:
relative
;
overflow
:
hidden
;
...
...
@@ -126,9 +126,11 @@
border-radius
:
0
;
li
{
width
:
25%
;
text-align
:
left
;
}
li
:nth-child
(
1
)
{
width
:
20%
;
padding-left
:
10px
;
}
li
:nth-child
(
4
)
{
width
:
28%
;
...
...
src/app/my/member-list/member-list.component.ts
View file @
eb33475f
...
...
@@ -39,4 +39,5 @@ export class MemberListComponent implements OnInit {
goToList
(
itemInfo
)
{
window
.
location
.
href
=
`https://
${
window
.
location
.
host
}
/ydLife/member_list/
${
itemInfo
.
systemType
}
?sid=
${
itemInfo
.
sid
}
`
}
}
src/app/my/team-sales-score/team-sales-score.component.html
View file @
eb33475f
...
...
@@ -85,7 +85,7 @@
<div
style=
"font-size: 18px;margin: 5px auto;text-align: center;"
>
战队成员
</div>
<div
class=
"content_wrapper memberList"
>
<ul
style=
"border: none;background: #e7eef5;border-radius: 5px;"
>
<li>
姓名/团队
</li>
<li
style=
"padding-left: 5px;"
>
姓名/团队
</li>
<li>
级别
</li>
<li
class=
"sex"
>
性别
</li>
<li>
手机号
</li>
...
...
@@ -100,9 +100,9 @@
<span
style=
"color:#333;font-size: 14px;font-weight: normal;"
>
{{i+1}}
</span>
<i
style=
"margin-left: 10px;font-style: normal;"
>
{{teamMemberItem.system}}
</i>
</li>
<li
style=
"font-weight: bold;"
[
ngStyle
]="{'
color
'
:teamMemberItem
.
systemType =
=
'
S2
'?'#
f7484a
'
:
'#
22609c
'}"
>
{{
teamMemberItem.systemType
}}
</li>
<li
class=
"sex"
>
/
</li>
<li>
/
</li>
<li
style=
"font-weight: bold;"
[
ngStyle
]="{'
color
'
:teamMemberItem
.
systemType =
=
'
S2
'?'#
f7484a
'
:
'#
22609c
'}"
>
{{
lifeCommonService.getName(teamMemberItem.systemType)
}}
</li>
<li
class=
"sex"
>
-
</li>
<li>
-
</li>
<li><i
class=
"iconfont icon-ar-r"
style=
"color: #a4a4a4;font-size: 12px;"
></i></li>
</ul>
<ul
*
ngFor=
"let teamMemberItem of teamMemberList;index as i;"
[
routerLink
]="['/
member_detail
',
teamMemberItem
.
practitionerId
]"
>
...
...
src/app/my/team-sales-score/team-sales-score.component.scss
View file @
eb33475f
...
...
@@ -154,9 +154,11 @@
border-radius
:
0
;
li
{
width
:
25%
;
text-align
:
left
;
}
li
:nth-child
(
1
)
{
width
:
20%
;
padding-left
:
10px
;
}
li
:nth-child
(
4
)
{
width
:
28%
;
...
...
src/assets/ueditor/themes/iframe.css
View file @
eb33475f
...
...
@@ -4,4 +4,6 @@
}
.rich_media_content
.list-paddingleft-1
,
.rich_media_content
.list-paddingleft-2
,
.rich_media_content
.list-paddingleft-3
{
padding-left
:
2.2em
;
color
:
#333
;
font-size
:
16px
;
}
\ No newline at end of file
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