Commit f5cc51aa authored by youjie's avatar youjie

no message

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