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
27dae040
Commit
27dae040
authored
Jan 27, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化
parent
d5c42d67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
src/app/my/application-process/bank-card/bank-card.component.html
+1
-1
src/app/my/application-process/employee-salary/employee-salary.component.html
+5
-3
src/app/my/application-process/employee-salary/employee-salary.component.scss
+3
-2
No files found.
src/app/my/application-process/bank-card/bank-card.component.html
View file @
27dae040
...
...
@@ -6,7 +6,7 @@
<div
class=
"content"
>
<div
class=
"contentDetail employ"
>
<div
class=
"contentItem"
>
<input
class=
"form-control"
name=
""
id=
""
placeholder=
"开户行"
[(
ngModel
)]="
bankAccountOpening
"
<input
class=
"form-control"
name=
""
id=
""
placeholder=
"开户行
具体到支行
"
[(
ngModel
)]="
bankAccountOpening
"
(
blur
)="
bs
()"
[
disabled
]="
approvalIdentity
||
approveStatus
!=
null
"
/>
</div>
<div
class=
"contentItem"
>
...
...
src/app/my/application-process/employee-salary/employee-salary.component.html
View file @
27dae040
...
...
@@ -8,10 +8,12 @@
<img
src=
"assets/images/camera.png"
alt=
""
style=
"width: 29px;height: 29px;margin-bottom: 20px;"
/>
<div>
点击添加
</div>
</div>
<img
alt=
"
个人照片
"
src=
"{{vxUrl}}"
*
ngIf=
"vxUrl"
(
click
)="
selectPic
()"
>
<img
alt=
"
薪资单
"
src=
"{{vxUrl}}"
*
ngIf=
"vxUrl"
(
click
)="
selectPic
()"
>
<ul
class=
"tips"
>
<li>
如果报聘职阶为A3(业务总监),在最近三年内,至少一年同业所得达18万;
</li>
<li>
如果报聘职阶为S1(业务高级总监)在最近三年内,至少一年同业所得达48万。
</li>
<li>
如果报聘职阶为A3(业务总监),在最近三年内,至少一年同业收入达18万;
</li>
<li>
如果报聘职阶为S1B(营销高级总监)在最近三年内,至少一年同业收入达48万;
</li>
<li>
如果报聘职阶为S1A(业务高级总监)在最近三年内,至少一年同业收入达60万;
</li>
<li>
如果报聘职阶为S2(业务合伙人)在最近三年内,至少一年同业收入达100万;
</li>
</ul>
</div>
<footer
class=
"fixed"
(
click
)="
next
()"
*
ngIf=
"!approvalIdentity"
>
...
...
src/app/my/application-process/employee-salary/employee-salary.component.scss
View file @
27dae040
...
...
@@ -28,7 +28,7 @@
padding
:
10px
5px
;
position
:
relative
;
.photo_wrapper
{
width
:
315px
;
width
:
95%
;
min-height
:
222px
;
margin
:
20px
auto
0
auto
;
text-align
:
center
;
...
...
@@ -43,11 +43,12 @@
color
:
#333
;
}
.tips
{
width
:
95%
;
text-align
:
left
;
font-size
:
15px
;
margin
:
20px
auto
;
list-style
:
decimal
;
padding-left
:
2
5
px
;
padding-left
:
2
0
px
;
margin-top
:
40px
;
li
{
margin
:
5px
auto
;
...
...
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