|
|
@ -1,7 +1,15 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="rencaifuwu"> |
|
|
|
<div class="rencaifuwu"> |
|
|
|
<img style="width: 100%; height: 450px; object-fit: cover" src="/assets/ability/userBanner.png" alt="" /> |
|
|
|
<div class="topbane"> |
|
|
|
<div class="content container"> |
|
|
|
<img style="width: 100%; height: 100%; object-fit: cover" src="/assets/ability/userBanner.png" alt="" /> |
|
|
|
|
|
|
|
<div class="container ruzhu"> |
|
|
|
|
|
|
|
<div class="ruzhuBox"> |
|
|
|
|
|
|
|
<div class="ruzhuBoxtext">关键云员工,助力<span>软件测试人才</span></div> |
|
|
|
|
|
|
|
<div class="ruzhuBoxbtn" @click="goRuzhu">立即入驻</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
<div class="titlePeo" style="margin-top: 60px; margin-bottom: 50px"> |
|
|
|
<div class="titlePeo" style="margin-top: 60px; margin-bottom: 50px"> |
|
|
|
<div class="titletopt"> |
|
|
|
<div class="titletopt"> |
|
|
|
<img src="/assets/homepage/rihhj.png" alt="" /> |
|
|
|
<img src="/assets/homepage/rihhj.png" alt="" /> |
|
|
@ -73,6 +81,9 @@ export default { |
|
|
|
dodetail() { |
|
|
|
dodetail() { |
|
|
|
this.$router.push('/ability/detail') |
|
|
|
this.$router.push('/ability/detail') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
goRuzhu() { |
|
|
|
|
|
|
|
this.$router.push('/ability/apply') |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
@ -82,6 +93,49 @@ export default { |
|
|
|
width: 1200px; |
|
|
|
width: 1200px; |
|
|
|
margin: auto; |
|
|
|
margin: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.topbane { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 450px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ruzhu { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 100px; |
|
|
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
transform: translateX(-50%); |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: flex-end; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ruzhuBox { |
|
|
|
|
|
|
|
width: 532px; |
|
|
|
|
|
|
|
height: 241px; |
|
|
|
|
|
|
|
background: url('/assets/ability/applybanner2.png') no-repeat 100%; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ruzhuBoxtext { |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
font-size: 30px; |
|
|
|
|
|
|
|
color: #000000; |
|
|
|
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ruzhuBoxtext span { |
|
|
|
|
|
|
|
color: #d4393c; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.ruzhuBoxbtn { |
|
|
|
|
|
|
|
width: 150px; |
|
|
|
|
|
|
|
height: 40px; |
|
|
|
|
|
|
|
background: linear-gradient(90deg, #6b3af8, #2080fe); |
|
|
|
|
|
|
|
border-radius: 4px; |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
color: #f4f5f7; |
|
|
|
|
|
|
|
line-height: 40px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.titlePeo p { |
|
|
|
.titlePeo p { |
|
|
|
font-weight: bold !important; |
|
|
|
font-weight: bold !important; |
|
|
|