|
@@ -222,7 +222,7 @@
|
|
|
anliBox[0].info.data.length)
|
|
|
"
|
|
|
>
|
|
|
- <div class="whiteBg whiteLeft" style="min-height: 200px">
|
|
|
+ <div class="whiteBg whiteLeft">
|
|
|
<div class="navBgTop">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -248,6 +248,7 @@
|
|
|
anliBox[0].info.imgBox.length > 0
|
|
|
"
|
|
|
class="imgAndNav"
|
|
|
+ style="padding: 0 0 20px 0;"
|
|
|
>
|
|
|
<!-- <div
|
|
|
class="leftBox"
|
|
@@ -278,105 +279,131 @@
|
|
|
style="padding: 10px"
|
|
|
id="poDetail"
|
|
|
></div>
|
|
|
- <div
|
|
|
+ </div>
|
|
|
+ <div class="noFile" v-else>
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="whiteBg whiteLeft" style="min-height: 200px;margin-top: 5px;">
|
|
|
+ <div
|
|
|
+ class="jdLeftNav"
|
|
|
+ style="margin: 0 0px 0px 15px; color: rgb(112, 112, 120)"
|
|
|
+ >
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>项目方案与活动案例</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- <div
|
|
|
style="margin: 33px 0px 0px 15px; color: rgb(112, 112, 120)"
|
|
|
>
|
|
|
项目方案与活动案例:
|
|
|
- </div>
|
|
|
- <div class="fileBox" style="width: 97.5%; margin: 10px auto">
|
|
|
+ </div> -->
|
|
|
+ <div class="fileBox" style="width: 97.5%; margin: 10px auto">
|
|
|
+ <div
|
|
|
+ class="fileList"
|
|
|
+ :class="{
|
|
|
+ isVfileList: pptImgUrl2.infoData.showType == 3,
|
|
|
+ }"
|
|
|
+ v-if="
|
|
|
+ anliBox &&
|
|
|
+ anliBox[0].info &&
|
|
|
+ anliBox[0].info.data &&
|
|
|
+ anliBox[0].info.data.length
|
|
|
+ "
|
|
|
+ style="max-height: 150px; height: auto"
|
|
|
+ >
|
|
|
<div
|
|
|
- class="fileList"
|
|
|
- :class="{
|
|
|
- isVfileList: pptImgUrl2.infoData.showType == 3,
|
|
|
- }"
|
|
|
- v-if="
|
|
|
- anliBox &&
|
|
|
- anliBox[0].info &&
|
|
|
- anliBox[0].info.data &&
|
|
|
- anliBox[0].info.data.length
|
|
|
- "
|
|
|
- style="max-height: 150px; height: auto"
|
|
|
+ class="file"
|
|
|
+ v-for="(f, fIndex) in anliBox[0].info.data"
|
|
|
+ :key="fIndex"
|
|
|
>
|
|
|
- <div
|
|
|
- class="file"
|
|
|
- v-for="(f, fIndex) in anliBox[0].info.data"
|
|
|
- :key="fIndex"
|
|
|
- >
|
|
|
- <div class="fileCss">
|
|
|
- <div>
|
|
|
- {{ fIndex + 1 }}.{{
|
|
|
- f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
|
|
|
- }}
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <el-tooltip
|
|
|
- effect="light"
|
|
|
- :content="f.name"
|
|
|
- placement="top"
|
|
|
+ <div class="fileCss">
|
|
|
+ <div>
|
|
|
+ {{ fIndex + 1 }}.{{
|
|
|
+ f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
|
|
|
+ }}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <el-tooltip
|
|
|
+ effect="light"
|
|
|
+ :content="f.name"
|
|
|
+ placement="top"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ :class="{
|
|
|
+ openTaskActive:
|
|
|
+ pptImgUrl1.fileType.infoType ==
|
|
|
+ pptImgUrl1.infoData[fIndex].id,
|
|
|
+ }"
|
|
|
+ @click="lookFile2(f.url, f.type, 0, '', fIndex)"
|
|
|
>
|
|
|
- <div
|
|
|
- :class="{
|
|
|
- openTaskActive:
|
|
|
- pptImgUrl1.fileType.infoType ==
|
|
|
- pptImgUrl1.infoData[fIndex].id,
|
|
|
- }"
|
|
|
- @click="lookFile2(f.url, f.type, 0, '', fIndex)"
|
|
|
- >
|
|
|
- {{ f.name }}
|
|
|
- </div>
|
|
|
- </el-tooltip>
|
|
|
- <!-- <div class="downFile" @click="downloadFile(f.url)">
|
|
|
+ {{ f.name }}
|
|
|
+ </div>
|
|
|
+ </el-tooltip>
|
|
|
+ <!-- <div class="downFile" @click="downloadFile(f.url)">
|
|
|
<img
|
|
|
src="../../../../assets/icon/anliDetail/down.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
</div> -->
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="noFile" v-else>
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- class="fileLook"
|
|
|
- style="width: 96%"
|
|
|
- v-if="
|
|
|
- pptImgUrl2.infoData != undefined &&
|
|
|
- Object.keys(pptImgUrl2.infoData).length
|
|
|
- "
|
|
|
- >
|
|
|
- <div class="whiteRight">
|
|
|
- <div class="fileTopAll">
|
|
|
- <div class="fileTop">
|
|
|
- <div class="fileListImg">
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/onePic.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div>{{ pptImgUrl1.infoData[nameIndex].name }}</div>
|
|
|
+ <div class="noFile" v-else>
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="margin: 5px 0 5px 25px; color: rgb(112, 112, 120)">
|
|
|
+ 预览模式:
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="fileLook"
|
|
|
+ style="width: 96%"
|
|
|
+ v-if="
|
|
|
+ pptImgUrl2.infoData != undefined &&
|
|
|
+ Object.keys(pptImgUrl2.infoData).length
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div class="whiteRight">
|
|
|
+ <div class="fileTopAll">
|
|
|
+ <div class="fileTop">
|
|
|
+ <div class="fileListImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/onePic.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
</div>
|
|
|
- <el-button @click="lookFile1(pptImgUrl2.infoData.url)"
|
|
|
- >全屏查看</el-button
|
|
|
- >
|
|
|
+ <div>{{ pptImgUrl1.infoData[nameIndex].name }}</div>
|
|
|
</div>
|
|
|
- <div class="upCss">
|
|
|
- <div
|
|
|
- class="look_file"
|
|
|
- style="width: 100%; margin: 10px 5px"
|
|
|
- >
|
|
|
- <pdf
|
|
|
- v-if="pptImgUrl2.infoData.showType == 1"
|
|
|
- :pdfUrl="pptImgUrl2.infoData.url"
|
|
|
- style="width: 100%; height: 800px; overflow: auto"
|
|
|
- :class="{ fullStyle: full }"
|
|
|
- ></pdf>
|
|
|
- <!-- <vword
|
|
|
+ <el-button @click="lookFile1(pptImgUrl2.infoData.url)"
|
|
|
+ >全屏查看</el-button
|
|
|
+ >
|
|
|
+ </div>
|
|
|
+ <div class="upCss">
|
|
|
+ <div
|
|
|
+ class="look_file"
|
|
|
+ style="width: 100%; margin: 10px 5px"
|
|
|
+ >
|
|
|
+ <pdf
|
|
|
+ v-if="pptImgUrl2.infoData.showType == 1"
|
|
|
+ :pdfUrl="pptImgUrl2.infoData.url"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
+ :class="{ fullStyle: full }"
|
|
|
+ ></pdf>
|
|
|
+ <!-- <vword
|
|
|
v-else-if="pptImgUrl2.infoData.showType == 2"
|
|
|
:pdfUrl="pptImgUrl2.infoData.url"
|
|
|
frameborder="0"
|
|
@@ -404,17 +431,10 @@
|
|
|
>
|
|
|
<img :src="pptImgUrl2.infoData.url" alt="" />
|
|
|
</div> -->
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="noFile" v-else>
|
|
|
- <img
|
|
|
- src="../../../../assets/icon/anliDetail/noFile.jpg"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -649,7 +669,7 @@
|
|
|
anliBox[0].overview.tarDesign.imgBox.length > 0 ||
|
|
|
anliBox[0].overview.tarDesign.data.length
|
|
|
"
|
|
|
- style="margin-top: 5px;"
|
|
|
+ style="margin-top: 5px"
|
|
|
>
|
|
|
<div class="whiteBg whiteLeft">
|
|
|
<div class="navBgTop">
|
|
@@ -853,7 +873,7 @@
|
|
|
anliBox[0].overview.actiDesign.imgBox.length > 0 ||
|
|
|
anliBox[0].overview.actiDesign.data.length
|
|
|
"
|
|
|
- style="margin-top: 5px;"
|
|
|
+ style="margin-top: 5px"
|
|
|
>
|
|
|
<div class="whiteBg whiteLeft">
|
|
|
<div class="navBgTop">
|
|
@@ -2236,7 +2256,7 @@ export default {
|
|
|
playerO: {},
|
|
|
isNavTop: 0,
|
|
|
isShow: 0,
|
|
|
- nameIndex:0,
|
|
|
+ nameIndex: 0,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -3379,11 +3399,11 @@ body {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: flex-start;
|
|
|
background: #fff;
|
|
|
width: 60%;
|
|
|
margin: 0 auto;
|
|
|
- height: 70px;
|
|
|
+ height: 50px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
.isNavBox {
|
|
@@ -3396,6 +3416,7 @@ body {
|
|
|
width: 100%;
|
|
|
border-radius: 0 !important;
|
|
|
z-index: 999;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.isNavBox > div > div:nth-child(2):hover,
|
|
|
.navBox > div > div:nth-child(2):hover {
|
|
@@ -3419,12 +3440,10 @@ body {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
- margin: 0 30px;
|
|
|
+ margin: 0 20px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-.navTop > div:nth-child(2) {
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
+
|
|
|
.navImg {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
@@ -3436,7 +3455,7 @@ body {
|
|
|
}
|
|
|
.messageBox {
|
|
|
width: 60%;
|
|
|
- margin: 1% auto;
|
|
|
+ margin: 15px auto;
|
|
|
}
|
|
|
.whiteBg {
|
|
|
width: 100%;
|