Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangtianqi
3 years ago
Commit
931f2953c62b150257445e0f61ef722958c900a1
1 parent
b4a602bf
招聘页面bug修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
89 deletions
website/assets/css/style.css
website/src/views/serviceSecond/recruit/index.js
website/assets/css/style.css
View file @
931f295
...
...
@@ -2279,88 +2279,6 @@ blockquote:before {
.owl-item-button
{
color
:
#ffffff
;
}
/*ztq 招聘页面样式 2022-09-21*/
.m-1em
{
margin
:
0
1em
;
}
.min-width-100
{
min-width
:
100px
;
}
.w-70
{
width
:
calc
(
70%
-
10px
)
!important
;
}
.w-30
{
width
:
30%
!important
;
}
.title
{
background-color
:
#F6F7FB
;
padding-left
:
1em
;
color
:
#656767
;
font-weight
:
bold
;
}
.recruit-Con
{
height
:
auto
;
width
:
100%
;
}
.box
{
width
:
100%
;
padding
:
15px
;
margin-bottom
:
10px
;
border
:
1px
solid
#d3d3d4
;
background
:
#fff
;
}
.recruit-box
.header
{
background
:
url("../img/recruit/recruitLeft.png")
no-repeat
100%
;
background-size
:
auto
;
}
.recruit-box
.header
i
{
width
:
.8em
;
height
:
.8em
;
border-radius
:
50%
;
background-color
:
#E5312B
;
display
:
inline-block
;
}
.recruit-box
.header
span
{
padding
:
0
15px
;
text-align
:
center
;
display
:
inline-block
;
background
:
#fff
;
color
:
#343434
;
}
.hot-recruit-box
.header
{
background
:
url("../img/recruit/hot.png")
no-repeat
100%
;
background-size
:
auto
;
position
:
relative
;
}
.hot-recruit-box
.header
::after
{
content
:
''
;
width
:
75%
;
height
:
1px
;
background-color
:
#E5312B
;
/*border-bottom: 1px solid #E5312B;*/
position
:
absolute
;
right
:
0
;
bottom
:
4px
;
}
.hot-recruit-box
.header
i
{
width
:
8px
;
height
:
8px
;
border-radius
:
50%
;
background-color
:
#E5312B
;
display
:
inline-block
;
}
.hot-recruit-box
.header
span
{
width
:
80px
;
text-align
:
center
;
display
:
inline-block
;
background
:
#fff
;
color
:
#343434
;
}
.hot-recruit-box
.hotList
>
a
{
font-size
:
14px
;
color
:
#8C8C8C
;
}
.home-button
{
border-radius
:
20px
;
padding
:
8px
40px
;
...
...
@@ -2444,3 +2362,85 @@ blockquote:before {
background
:
url('../img/index/compatible-bg.png')
;
background-size
:
cover
;
}
/*ztq 招聘页面样式 2022-09-21*/
.m-1em
{
margin
:
0
1em
;
}
.min-width-100
{
min-width
:
100px
;
}
.w-70
{
width
:
calc
(
70%
-
10px
)
!important
;
}
.w-30
{
width
:
30%
!important
;
}
.title
{
background-color
:
#F6F7FB
;
padding-left
:
1em
;
color
:
#656767
;
font-weight
:
bold
;
}
.recruit-Con
{
height
:
auto
;
width
:
100%
;
}
.box
{
width
:
100%
;
padding
:
15px
;
margin-bottom
:
10px
;
border
:
1px
solid
#d3d3d4
;
background
:
#fff
;
}
.recruit-box
.header
{
background
:
url("../img/recruit/recruitLeft.png")
no-repeat
100%
;
background-size
:
auto
;
}
.recruit-box
.header
i
{
width
:
.8em
;
height
:
.8em
;
border-radius
:
50%
;
background-color
:
#E5312B
;
display
:
inline-block
;
}
.recruit-box
.header
span
{
padding
:
0
15px
;
text-align
:
center
;
display
:
inline-block
;
background
:
#fff
;
color
:
#343434
;
}
.hot-recruit-box
.header
{
background
:
url("../img/recruit/hot.png")
no-repeat
100%
;
background-size
:
auto
;
position
:
relative
;
}
.hot-recruit-box
.header
::after
{
content
:
''
;
width
:
75%
;
height
:
1px
;
background-color
:
#E5312B
;
/*border-bottom: 1px solid #E5312B;*/
position
:
absolute
;
right
:
0
;
bottom
:
4px
;
}
.hot-recruit-box
.header
i
{
width
:
8px
;
height
:
8px
;
border-radius
:
50%
;
background-color
:
#E5312B
;
display
:
inline-block
;
}
.hot-recruit-box
.header
span
{
width
:
80px
;
text-align
:
center
;
display
:
inline-block
;
background
:
#fff
;
color
:
#343434
;
}
.hot-recruit-box
.hotList
>
a
{
font-size
:
14px
;
color
:
#8C8C8C
;
}
\ No newline at end of file
...
...
website/src/views/serviceSecond/recruit/index.js
View file @
931f295
...
...
@@ -6,19 +6,24 @@ export default {
mixins
:[
pageInit
],
components
:
{},
props
:
[],
setup
(
props
,
{
attrs
,
slots
,
emit
})
{
const
{
proxy
}
=
Vue
.
getCurrentInstance
();
let
type
=
proxy
.
$route
.
params
.
job
;
let
recruitHot
=
Vue
.
ref
();
recruitHot
=
recruit
().
hot
;
let
recruitLeft
=
Vue
.
ref
();
let
recruitHot
=
Vue
.
ref
();
// 热门招位 数据
recruitHot
.
value
=
recruit
().
hot
;
let
recruitLeft
=
Vue
.
ref
();
// 职位招聘 数据
recruitLeft
=
recruit
()[
type
];
// 监听路由的传值 展示不同职位的数据
Vue
.
watch
(
()
=>
proxy
.
$route
,
(
val
)
=>
{
recruitLeft
.
value
=
recruit
()[
val
.
params
.
job
];
},
{
immediate
:
true
}
)
return
{
recruitLeft
,
recruitHot
recruitHot
,
}
}
...
...
Please
register
or
login
to post a comment