|
@@ -1196,7 +1196,7 @@
|
|
<div
|
|
<div
|
|
class="proOverNav"
|
|
class="proOverNav"
|
|
v-html="hd.tarDesign ? hd.tarDesign.brief : ''"
|
|
v-html="hd.tarDesign ? hd.tarDesign.brief : ''"
|
|
- style="margin: 10px 0 0 20px"
|
|
|
|
|
|
+ style="margin: 0px 0px 0px 20px;"
|
|
></div>
|
|
></div>
|
|
</div>
|
|
</div>
|
|
<div class="noFile" v-else>
|
|
<div class="noFile" v-else>
|
|
@@ -1267,7 +1267,7 @@
|
|
<div
|
|
<div
|
|
class="proOverNav"
|
|
class="proOverNav"
|
|
v-html="hd.actiDesign ? hd.actiDesign.brief : ''"
|
|
v-html="hd.actiDesign ? hd.actiDesign.brief : ''"
|
|
- style="margin: 10px 0 0 20px"
|
|
|
|
|
|
+ style="margin: 0px 0px 0px 20px;"
|
|
></div>
|
|
></div>
|
|
</div>
|
|
</div>
|
|
<div class="noFile" v-else>
|
|
<div class="noFile" v-else>
|
|
@@ -1337,7 +1337,7 @@
|
|
<div
|
|
<div
|
|
class="proOverNav"
|
|
class="proOverNav"
|
|
v-html="hd.evaDesign ? hd.evaDesign.brief : ''"
|
|
v-html="hd.evaDesign ? hd.evaDesign.brief : ''"
|
|
- style="margin: 10px 0 0 20px"
|
|
|
|
|
|
+ style="margin: 0px 0px 0px 20px;"
|
|
></div>
|
|
></div>
|
|
</div>
|
|
</div>
|
|
<div class="noFile" v-else>
|
|
<div class="noFile" v-else>
|
|
@@ -1358,7 +1358,7 @@
|
|
style="padding: 20px 20px 20px 0px"
|
|
style="padding: 20px 20px 20px 0px"
|
|
>
|
|
>
|
|
<div class="jdTopNav">
|
|
<div class="jdTopNav">
|
|
- <div class="bigNavBg">项目活动过程</div>
|
|
|
|
|
|
+ <div class="bigNavBg" style="width: 155px;">项目活动过程</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
@@ -1544,7 +1544,7 @@
|
|
style="padding: 20px 20px 20px 0px"
|
|
style="padding: 20px 20px 20px 0px"
|
|
>
|
|
>
|
|
<div class="jdTopNav">
|
|
<div class="jdTopNav">
|
|
- <div class="bigNavBg">项目成果交流与评价</div>
|
|
|
|
|
|
+ <div class="bigNavBg" style="width: 212px;">项目成果交流与评价</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
@@ -3217,7 +3217,7 @@ body {
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
}
|
|
}
|
|
-.isNavBox > div > div:nth-child(2):hover {
|
|
|
|
|
|
+.isNavBox > div > div:nth-child(2):hover,.navBox > div > div:nth-child(2):hover {
|
|
color: #5e5e5e;
|
|
color: #5e5e5e;
|
|
}
|
|
}
|
|
/* .isMessageBox {
|
|
/* .isMessageBox {
|
|
@@ -3273,13 +3273,13 @@ body {
|
|
.navBg,
|
|
.navBg,
|
|
.jdNavBg,
|
|
.jdNavBg,
|
|
.bigNavBg {
|
|
.bigNavBg {
|
|
- width: 130px;
|
|
|
|
|
|
+ width: 160px;
|
|
height: 50px;
|
|
height: 50px;
|
|
background-image: url("../../../../assets/icon/anliDetail/navBg.png");
|
|
background-image: url("../../../../assets/icon/anliDetail/navBg.png");
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
color: #fff;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-align: center;
|
|
- line-height: 47px;
|
|
|
|
|
|
+ line-height: 50px;
|
|
margin: 0 0 5px 10px;
|
|
margin: 0 0 5px 10px;
|
|
text-indent: 20px;
|
|
text-indent: 20px;
|
|
}
|
|
}
|
|
@@ -3312,7 +3312,7 @@ body {
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin: 0 auto 10px;
|
|
|
|
|
|
+ margin: 5px auto 10px;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
}
|
|
@@ -3528,6 +3528,7 @@ body {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
width: 97%;
|
|
width: 97%;
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
|
|
+ height: 35px;
|
|
}
|
|
}
|
|
.header-title {
|
|
.header-title {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -3922,6 +3923,6 @@ ol {
|
|
.navLeftBox::-webkit-scrollbar-thumb {
|
|
.navLeftBox::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgb(96, 125, 184);
|
|
-webkit-box-shadow: inset 0 0 6px rgb(96, 125, 184);
|
|
- background-color: #0d285c;
|
|
|
|
|
|
+ background-color: #595a5a;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|