|
@@ -100,10 +100,27 @@
|
|
|
</div>
|
|
|
|
|
|
<div
|
|
|
- class="messageBox"
|
|
|
- v-if="anliBox[0]"
|
|
|
- :class="{ isMessageBox: isNavTop >= 300 }"
|
|
|
+ class="isNoMessage"
|
|
|
+ v-if="
|
|
|
+ (anliBox[0].overview.driQuestion.brief == '' ||
|
|
|
+ anliBox[0].overview.driQuestion.imgBox.length == 0) &&
|
|
|
+ (anliBox[0].overview.tarDesign.brief == '' ||
|
|
|
+ anliBox[0].overview.tarDesign.imgBox.length == 0) &&
|
|
|
+ (anliBox[0].overview.actiDesign.brief == '' ||
|
|
|
+ anliBox[0].overview.actiDesign.imgBox.length == 0) &&
|
|
|
+ anliBox[0].process.stageBox[0].staTitle == '' &&
|
|
|
+ anliBox[0].process.stageBox[0].actBox[0].actName == '' &&
|
|
|
+ anliBox[0].process.stageBox[0].brief == '' &&
|
|
|
+ anliBox[0].process.stageBox[0].data.length == 0 &&
|
|
|
+ (anliBox[0].proexc.brief == '' ||
|
|
|
+ anliBox[0].proexc.imgBox.length == 0) &&
|
|
|
+ (anliBox[0].results.brief == '' ||
|
|
|
+ anliBox[0].results.imgBox.length == 0)
|
|
|
+ "
|
|
|
>
|
|
|
+ <img src="../../../../assets/icon/race/isNoMessage.png" alt />
|
|
|
+ </div>
|
|
|
+ <div class="messageBox" v-else :class="{ isMessageBox: isNavTop >= 300 }">
|
|
|
<div
|
|
|
class="proOverCss"
|
|
|
id="first"
|
|
@@ -220,8 +237,35 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<div
|
|
|
- class="proOverCss"
|
|
|
+ class="jdTopBox"
|
|
|
id="second"
|
|
|
+ v-if="
|
|
|
+ (anliBox[0].overview.driQuestion.brief != '' ||
|
|
|
+ anliBox[0].overview.driQuestion.imgBox.length > 0) &&
|
|
|
+ anliBox[0].overview.driQuestion.data.length &&
|
|
|
+ (anliBox[0].overview.tarDesign.brief != '' ||
|
|
|
+ anliBox[0].overview.tarDesign.imgBox.length > 0) &&
|
|
|
+ anliBox[0].overview.tarDesign.data.length &&
|
|
|
+ (anliBox[0].overview.actiDesign.brief != '' ||
|
|
|
+ anliBox[0].overview.actiDesign.imgBox.length > 0)
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div class="jdTopNav" style="font-size: 18px">
|
|
|
+ <div class="jdLeftNav">
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>项目概况</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="proOverCss"
|
|
|
v-if="
|
|
|
(anliBox[0].overview.driQuestion.brief != '' ||
|
|
|
anliBox[0].overview.driQuestion.imgBox.length > 0) &&
|
|
@@ -572,13 +616,34 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div
|
|
|
+ class="jdTopBox"
|
|
|
+ v-if="
|
|
|
+ anliBox[0].process.stageBox[0].staTitle != '' &&
|
|
|
+ anliBox[0].process.stageBox[0].actBox[0].actName != ''
|
|
|
+ "
|
|
|
+ id="third"
|
|
|
+ >
|
|
|
+ <div class="jdTopNav" style="font-size: 18px">
|
|
|
+ <div class="jdLeftNav">
|
|
|
+ <div class="jdImg">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/icon/anliDetail/jdTitle.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="jdLeftTitle">
|
|
|
+ <div>项目安排</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div
|
|
|
v-for="(jd, jdIndex) in anliBox[0].process.stageBox"
|
|
|
:key="jdIndex"
|
|
|
- style="margin-top: 30px"
|
|
|
- id="third"
|
|
|
+ style="margin-top: 20px"
|
|
|
>
|
|
|
- <div class="jdTopBox">
|
|
|
+ <div class="jdTopBox" v-if="jd.staTitle != ''">
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -602,7 +667,11 @@
|
|
|
:key="hdIndex"
|
|
|
style="margin-top: 20px"
|
|
|
>
|
|
|
- <div class="jdTopBox" style="padding: 10px">
|
|
|
+ <div
|
|
|
+ class="jdTopBox"
|
|
|
+ style="padding: 10px"
|
|
|
+ v-if="hd.actName != ''"
|
|
|
+ >
|
|
|
<div class="jdTopNav">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -1071,7 +1140,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="jdTopBox" id="fouth">
|
|
|
+ <div
|
|
|
+ class="jdTopBox"
|
|
|
+ id="fouth"
|
|
|
+ v-if="
|
|
|
+ anliBox[0].process.stageBox[0].brief != '' &&
|
|
|
+ anliBox[0].process.stageBox[0].data.length > 0
|
|
|
+ "
|
|
|
+ >
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -1178,7 +1254,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="jdTopBox" id="fivth">
|
|
|
+ <div
|
|
|
+ class="jdTopBox"
|
|
|
+ id="fivth"
|
|
|
+ v-if="
|
|
|
+ (anliBox[0].proexc.brief != '' ||
|
|
|
+ anliBox[0].proexc.imgBox.length > 0) &&
|
|
|
+ anliBox[0].proexc.data.length
|
|
|
+ "
|
|
|
+ >
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -1299,7 +1383,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="jdTopBox" id="sixth">
|
|
|
+ <div
|
|
|
+ class="jdTopBox"
|
|
|
+ id="sixth"
|
|
|
+ v-if="
|
|
|
+ (anliBox[0].results.brief != '' ||
|
|
|
+ anliBox[0].results.imgBox.length > 0) &&
|
|
|
+ anliBox[0].results.data.length
|
|
|
+ "
|
|
|
+ >
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|
|
|
<div class="jdLeftNav">
|
|
|
<div class="jdImg">
|
|
@@ -1423,6 +1515,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
<!-- <div class="fixBottom">
|
|
|
<div class="returnAnLi" style="width: 100px" @click="goToX()">
|
|
|
前往评分
|
|
@@ -1795,7 +1888,12 @@ export default {
|
|
|
jump(t) {
|
|
|
var a = document.getElementById(t);
|
|
|
var b = this.$refs["cenBox"];
|
|
|
- b.scrollTop = a.offsetTop;
|
|
|
+ if(this.isNavTop >= 300){
|
|
|
+ b.scrollTop = a.offsetTop - 50;
|
|
|
+ }else{
|
|
|
+ b.scrollTop = a.offsetTop + 50;
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
allScrollTop(ev) {
|
|
|
console.log(ev.target.scrollTop);
|
|
@@ -1946,7 +2044,7 @@ body {
|
|
|
position: fixed;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
- top: 7%;
|
|
|
+ top: 5%;
|
|
|
box-shadow: 2px 2px 11px 1px #bdbdbd;
|
|
|
width: 100%;
|
|
|
z-index: 999;
|
|
@@ -2368,4 +2466,13 @@ body {
|
|
|
.Autor {
|
|
|
margin: 0 5px;
|
|
|
}
|
|
|
+.isNoMessage {
|
|
|
+ width: 20%;
|
|
|
+ margin: 5% auto 0;
|
|
|
+}
|
|
|
+
|
|
|
+.isNoMessage > img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
</style>
|