Commit bb9c1134 authored by zhangderong's avatar zhangderong

简历详情页优化

parent 2834760c
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
width:70%; width:70%;
height:140px; height:140px;
margin-top:80px; margin-top:80px;
border: 1px solid black; /* border: 1px solid black; */
margin-left:15% margin-left:15%
} }
.logo img { .logo img {
...@@ -153,7 +153,7 @@ export default { ...@@ -153,7 +153,7 @@ export default {
.login_content{ .login_content{
height: 200px; height: 200px;
width: 70%; width: 70%;
border:1px solid black; /* border:1px solid black; */
margin-left:15%; margin-left:15%;
margin-top: 60px margin-top: 60px
} }
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div class="resumeDetail"> <div class="resumeDetail">
<div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'"> <div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/bastmassage.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%9F%BA%E6%9C%AC%E4%BF%A1%E6%81%AF_23_16px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px">
</span> </span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">基本信息</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">基本信息</span>
<span style="float:right;width:50px;height:24px;margin-right:5px"><Button type="primary" size='small' style="width:50px;height:24px" @click="downloadONE(downresume)">下载</Button></span> <span style="float:right;width:50px;height:24px;margin-right:5px"><Button type="primary" size='small' style="width:50px;height:24px" @click="downloadONE(downresume)">下载</Button></span>
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</div> </div>
<div class="workExperience" v-show="roList.length !==0 "> <div class="workExperience" v-show="roList.length !==0 ">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px"> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%B7%A5%E4%BD%9C%E7%BB%8F%E5%8E%86_20_18px.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px">
</span> </span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">工作经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">工作经历</span>
</p> </p>
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
</div> </div>
<div class="projectExperience" v-show="rpList.length !==0 "> <div class="projectExperience" v-show="rpList.length !==0 ">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E9%A1%B9%E7%9B%AE%E7%BB%8F%E5%8E%86_20_20px.png" style="height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">项目经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">项目经历</span>
</p> </p>
<div class="projectExperience-detail" v-for="(item,index) in rpList" :key="index"> <div class="projectExperience-detail" v-for="(item,index) in rpList" :key="index">
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
</div> </div>
<div class="internshipExperience" v-show="riList.length !==0 "> <div class="internshipExperience" v-show="riList.length !==0 ">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%AE%9E%E4%B9%A0%E7%BB%8F%E5%8E%86_21_18px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">实习经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">实习经历</span>
</p> </p>
<div class="internshipExperience-detail" v-for="(item,index) in riList" :key="index"> <div class="internshipExperience-detail" v-for="(item,index) in riList" :key="index">
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
</div> </div>
<div class="educationalExperience" v-show="reList.length !==0"> <div class="educationalExperience" v-show="reList.length !==0">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E6%95%99%E8%82%B2%E7%BB%8F%E5%8E%86_26_20px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">教育经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">教育经历</span>
</p> </p>
<div class="educationalExperience-detail" v-for="(item,index) in reList" :key="index"> <div class="educationalExperience-detail" v-for="(item,index) in reList" :key="index">
...@@ -112,8 +112,8 @@ ...@@ -112,8 +112,8 @@
</div> </div>
<div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'"> <div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'">
<p class="detailTitel"> <p class="detailTitel">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E8%87%AA%E6%88%91%E8%AF%84%E4%BB%B7_18_18px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">自我评价</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">自我评价</span>
</p> </p>
<div class="evaluation-content"> <div class="evaluation-content">
......
...@@ -195,6 +195,7 @@ export default { ...@@ -195,6 +195,7 @@ export default {
}, },
// 阻止弹出键盘 // 阻止弹出键盘
defaultRRRR(){ defaultRRRR(){
this.$Message.error('请填写完整的信息')
document.activeElement.blur() document.activeElement.blur()
} }
}, },
......
...@@ -81,7 +81,8 @@ ...@@ -81,7 +81,8 @@
<div style="margin:0 auto;width:860px"> <div style="margin:0 auto;width:860px">
<div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'"> <div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"><img src="https://o7oe0d6qz.qnssl.com/image/bastmassage.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px"></span> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%9F%BA%E6%9C%AC%E4%BF%A1%E6%81%AF_23_16px.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">基本信息</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">基本信息</span>
<span style="float:right;width:50px;height:24px;margin-right:5px"><Button type="primary" size='small' style="width:50px;height:24px" @click="downloadONE(downloadId)">下载</Button></span> <span style="float:right;width:50px;height:24px;margin-right:5px"><Button type="primary" size='small' style="width:50px;height:24px" @click="downloadONE(downloadId)">下载</Button></span>
</p> </p>
...@@ -105,8 +106,8 @@ ...@@ -105,8 +106,8 @@
</div> </div>
<div class="workExperience" v-show="roList.length !==0 "> <div class="workExperience" v-show="roList.length !==0 ">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%B7%A5%E4%BD%9C%E7%BB%8F%E5%8E%86_20_18px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">工作经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">工作经历</span>
</p> </p>
<div class="workExperience-detail" v-for="(item,index) in roList" :key="index"> <div class="workExperience-detail" v-for="(item,index) in roList" :key="index">
...@@ -128,8 +129,8 @@ ...@@ -128,8 +129,8 @@
</div> </div>
<div class="projectExperience" v-show="rpList.length !==0 "> <div class="projectExperience" v-show="rpList.length !==0 ">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E9%A1%B9%E7%9B%AE%E7%BB%8F%E5%8E%86_20_20px.png" style="height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">项目经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">项目经历</span>
</p> </p>
<div class="projectExperience-detail" v-for="(item,index) in rpList" :key="index"> <div class="projectExperience-detail" v-for="(item,index) in rpList" :key="index">
...@@ -147,8 +148,8 @@ ...@@ -147,8 +148,8 @@
</div> </div>
<div class="internshipExperience" v-show="riList.length !==0 "> <div class="internshipExperience" v-show="riList.length !==0 ">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span >
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%AE%9E%E4%B9%A0%E7%BB%8F%E5%8E%86_21_18px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">实习经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">实习经历</span>
</p> </p>
<div class="internshipExperience-detail" v-for="(item,index) in riList" :key="index"> <div class="internshipExperience-detail" v-for="(item,index) in riList" :key="index">
...@@ -169,8 +170,8 @@ ...@@ -169,8 +170,8 @@
</div> </div>
<div class="educationalExperience" v-show="reList.length !==0"> <div class="educationalExperience" v-show="reList.length !==0">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E6%95%99%E8%82%B2%E7%BB%8F%E5%8E%86_26_20px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">教育经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">教育经历</span>
</p> </p>
<div class="educationalExperience-detail" v-for="(item,index) in reList" :key="index"> <div class="educationalExperience-detail" v-for="(item,index) in reList" :key="index">
...@@ -188,7 +189,7 @@ ...@@ -188,7 +189,7 @@
<div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'"> <div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'">
<p class="bestmessage"> <p class="bestmessage">
<span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E8%87%AA%E6%88%91%E8%AF%84%E4%BB%B7_18_18px.png" style="height:16px;width:23px; vertical-align: middle;margin-top:-4px"></span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">自我评价</span> <span style="margin-left:7px;font-size:16px;color:#0092FF">自我评价</span>
</p> </p>
<div class="evaluation-content"> <div class="evaluation-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment