Commit 644efd8d authored by zhangderong's avatar zhangderong

修复简历详情页图片透明问题

parent 72c46608
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<div class="resumeDetail"> <div class="resumeDetail">
<div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'"> <div class="personalInformation" v-show="JSON.stringify(resume)!=='{}'">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/bastmassage.png" style="height:16px;width:23px"></span> <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 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>
</p> </p>
...@@ -26,7 +28,9 @@ ...@@ -26,7 +28,9 @@
</div> </div>
<div class="workExperience" v-show="roList.length !==0 "> <div class="workExperience" v-show="roList.length !==0 ">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.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">
...@@ -48,7 +52,8 @@ ...@@ -48,7 +52,8 @@
</div> </div>
<div class="projectExperience" v-show="rpList.length !==0 "> <div class="projectExperience" v-show="rpList.length !==0 ">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.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">
...@@ -66,7 +71,8 @@ ...@@ -66,7 +71,8 @@
</div> </div>
<div class="internshipExperience" v-show="riList.length !==0 "> <div class="internshipExperience" v-show="riList.length !==0 ">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.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">
...@@ -88,7 +94,8 @@ ...@@ -88,7 +94,8 @@
</div> </div>
<div class="educationalExperience" v-show="reList.length !==0"> <div class="educationalExperience" v-show="reList.length !==0">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.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">
...@@ -105,7 +112,8 @@ ...@@ -105,7 +112,8 @@
</div> </div>
<div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'"> <div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'">
<p class="title"> <p class="title">
<span><img src="https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png" style="height:16px;width:23px"></span> <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>
<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">
...@@ -197,7 +205,7 @@ export default { ...@@ -197,7 +205,7 @@ export default {
width:640px; width:640px;
margin-left: 71px; margin-left: 71px;
margin-top: 20px; margin-top: 20px;
line-height: 24px line-height: 24px;
} }
.projectExperience{ .projectExperience{
width: 860px; width: 860px;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<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="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/bastmassage.png" style="height:16px;width:23px"></span> <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 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>
...@@ -92,7 +92,8 @@ ...@@ -92,7 +92,8 @@
</div> </div>
<div class="workExperience" v-show="roList.length !==0 "> <div class="workExperience" v-show="roList.length !==0 ">
<p class="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/gongzuo.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">
...@@ -114,7 +115,8 @@ ...@@ -114,7 +115,8 @@
</div> </div>
<div class="projectExperience" v-show="rpList.length !==0 "> <div class="projectExperience" v-show="rpList.length !==0 ">
<p class="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.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">
...@@ -132,7 +134,8 @@ ...@@ -132,7 +134,8 @@
</div> </div>
<div class="internshipExperience" v-show="riList.length !==0 "> <div class="internshipExperience" v-show="riList.length !==0 ">
<p class="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/xiangmujili.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">
...@@ -142,7 +145,6 @@ ...@@ -142,7 +145,6 @@
<span style="margin-left:18px"><span>{{item.company}}<span></span></span></span> <span style="margin-left:18px"><span>{{item.company}}<span></span></span></span>
<span style="float:right;margin-right:30px"> <span style="float:right;margin-right:30px">
<span>{{item.industry}}</span> <span>{{item.industry}}</span>
<!-- <span>{{item.title}}</span> -->
</span> </span>
</p> </p>
<p style="height:28px;line-height:28px;font-size:14px;"> <p style="height:28px;line-height:28px;font-size:14px;">
...@@ -154,7 +156,8 @@ ...@@ -154,7 +156,8 @@
</div> </div>
<div class="educationalExperience" v-show="reList.length !==0"> <div class="educationalExperience" v-show="reList.length !==0">
<p class="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.png" style="height:16px;width:23px"></span> <span style="background:rgb(0,146,255);height:16px;width:23px;display:inline-block;">
<img src="https://o7oe0d6qz.qnssl.com/image/jiaoyu.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">
...@@ -171,7 +174,8 @@ ...@@ -171,7 +174,8 @@
</div> </div>
<div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'"> <div class="Self-evaluation" v-show="JSON.stringify(resume)!=='{}'">
<p class="title2"> <p class="title2">
<span><img src="https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png" style="height:16px;width:23px"></span> <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>
<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