Commit f5cc51aa authored by youjie's avatar youjie

no message

parent 27a096fa
......@@ -24,7 +24,6 @@
top: 0;
width: 100%;
height: 50px;
padding-top: 16px;
line-height: 34px;
text-align: center;
background-color: rgba(2, 2, 2, 0.3);
......@@ -37,6 +36,7 @@
display: inline-block;
width: 32px;
height: 32px;
margin-top: 8px;
border-radius: 50%;
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.5);
......
......@@ -4,11 +4,12 @@
}
._info_img ul li {
width: 50px;
height: 50px;
width: 52px;
height: 52px;
float: left;
position: relative;
cursor: pointer
cursor: pointer;
margin-right: 5px;border:1px dashed #d1d1d1;border-radius: 6px;
}
._info_img ul li:hover ._see_img {
......@@ -17,7 +18,7 @@
._info_img ul li img {
width: 52px;
height: 58px;
height: 52px;
}
._see_img {
......@@ -37,6 +38,7 @@
display: inline-block;
width: 32px;
height: 32px;
margin-top: 8px;
border-radius: 50%;
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.5);
......@@ -137,7 +139,7 @@
<p class="pImg" v-else>
<div class="_info_img" v-if="detailList.businessCardPhotos&&detailList.businessCardPhotos.length>0">
<ul class="clearfix">
<li v-for="(img,imgI) in detailList.businessCardPhotos" style="margin-right: 5px;position: relative;">
<li v-for="(img,imgI) in detailList.businessCardPhotos">
<img v-if="!img" src="../../assets/img/Travelslider.png" alt="">
<el-image
v-if="img&&verificationFile(img,3)"
......@@ -149,7 +151,7 @@
<span class="_wenjian_P iconfont"
:class="img.substring(img.lastIndexOf('.')+1,img.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"></span>
</div>
<div v-if="img&&verificationFile(img,1)" class="_see_img" @click="verificationFile(img,3)?'':showUpLoadFile2(img)">
<div v-if="img&&verificationFile(img,1)" class="_see_img" @click="showUpLoadFile2(img)">
<i class="iconfont icon-sousuo"></i>
</div>
</li>
......
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