pc网页版软测宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keysass_portal/src/page/homepage/personability/abilityUserDetail.vue

221 lines
6.3 KiB

<template>
<div class="rencaifuwu">
<div class="topinfo">
<div class="container topbox">
<div class="topboxL">
<div class="topboxLT">
嵌入式软件测试工程师
<span>6-10K</span>
</div>
<div class="topboxLM">
<div class="topboxLMit">
<img src="/assets/ability/userd1.png" alt="" />
北京
</div>
<div class="topboxLMit">
<img src="/assets/ability/userd2.png" alt="" />
1-3
</div>
<div class="topboxLMit">
<img src="/assets/ability/userd3.png" alt="" />
本科
</div>
<div class="topboxLMit">
<img src="/assets/ability/userd4.png" alt="" />
招2人
</div>
<div class="topboxLMit">
<img src="/assets/ability/userd5.png" alt="" />
全职
</div>
</div>
<div class="topboxLB">申请职位</div>
</div>
<div class="topboxR">
<div class="topboxRT">
<div class="topboxRTIT">五险一金</div>
<div class="topboxRTIT">加班补助</div>
<div class="topboxRTIT">餐补</div>
<div class="topboxRTIT">带薪年假</div>
</div>
<div class="topboxRB">北京关键科技股份有限公司</div>
</div>
</div>
</div>
<div class="content container">
<div class="contentTitle">职位描述</div>
<div class="skill">
<div class="skillit">C++test</div>
<div class="skillit">Testbed</div>
<div class="skillit">loadrunner</div>
<div class="skillit">jmeter</div>
<div class="skillit">C++</div>
</div>
<div class="contentCon">
岗位要求 <br />
1.本科及以上学历计算机相关专业毕业 <br />2.对测试工作有兴趣能够接受出差
</div>
<div class="contentCon">
岗位技能 <br />
1.掌握软件测试技能具备用例编写能力 <br />
2.熟练掌握CC++语言有白盒测试经验有单元测试经验者优先非常重要条件 <br />
3.具有嵌入式培训工作经历及相关行业测试经验者优先 <br />
4.熟悉C++testTestbedloadrunnerjmeter等测试工具或具有第三方测评经验者优先录用
</div>
<div class="contentCon">
岗位职责<br />
1.负责嵌入式软件的单元测试集成测试配置项测试和系统测试完成测试计划测试用例编写问题单提交测试报告编写<br />
2.负责通用软件文档审查功能测试性能测试兼容性易用性可靠性信息安全性维护性可移植性测试完成测试文档和测试报告编写<br />
3.完成内部测试和第三方软件测评
</div>
<div class="contentTitle">工作地点</div>
<div class="contentCon">北京市昌平区国电投中央园区</div>
<div class="contentTitle">入职企业</div>
<div class="contentCon">北京关键科技股份有限公司</div>
</div>
</div>
</template>
<script>
import { mapGetters } from 'vuex'
export default {
data() {
return {}
},
mounted() {},
beforeDestroy() {},
computed: {
...mapGetters(['userinform', 'token']),
},
methods: {},
}
</script>
<style scoped>
.rencaifuwu {
background: #f2f3f7;
padding-bottom: 40px;
}
.container {
width: 1200px;
margin: auto;
}
.topinfo {
width: 100%;
height: 230px;
background: #203e65;
margin-bottom: 18px;
}
.content {
background: #ffffff;
border-radius: 8px;
padding: 40px;
box-sizing: border-box;
}
.contentTitle {
font-weight: bold;
font-size: 18px;
color: #1a1a1a;
margin: 20px 0;
}
.contentCon {
font-weight: 500;
font-size: 16px;
color: #595959;
margin-bottom: 20px;
line-height: 30px;
}
.skill {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.skillit {
height: 30px;
background: #f2f3f7;
border-radius: 3px;
padding: 0 15px;
box-sizing: border-box;
line-height: 30px;
margin-right: 11px;
}
.topbox {
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.topboxR {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.topboxRT {
display: flex;
align-items: center;
}
.topboxRTIT {
width: 80px;
height: 30px;
line-height: 30px;
text-align: center;
background: rgba(140, 158, 177, 0.3);
border-radius: 3px;
font-weight: 500;
font-size: 15px;
color: #ffffff;
margin-left: 11px;
}
.topboxRB {
font-weight: 500;
font-size: 15px;
color: #c1cedc;
margin-top: 80px;
}
.topboxLB {
width: 140px;
height: 44px;
line-height: 44px;
text-align: center;
background: #1778f7;
border-radius: 6px;
font-weight: 500;
font-size: 18px;
color: #ffffff;
cursor: pointer;
}
.topboxLT {
font-weight: bold;
font-size: 30px;
color: #ffffff;
display: flex;
align-items: center;
}
.topboxLT span {
font-weight: bold;
font-size: 32px;
color: #fca362;
margin-left: 50px;
}
.topboxLM {
display: flex;
align-items: center;
margin: 25px 0;
}
.topboxLMit {
display: flex;
align-items: center;
font-weight: 500;
font-size: 15px;
color: #ffffff;
margin-right: 25px;
}
.topboxLMit img {
width: 16px;
height: 16px;
margin-right: 5px;
}
</style>