@@ -218,14 +218,13 @@
left: 5px;
width: 80px;
height: 30px;
- // line-height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #000;
opacity: 0.7;
font-size: 16px;
- color:#d9dde7;
+ color:#fff;
// font-size: 14px;
}
img{
@@ -17,7 +17,7 @@
12人
</div>
- <el-button class="backBtn" type="primary" @click="$router.back">返回</el-button>
+ <el-button class="backBtn" type="primary" @click="$router.back()">返回</el-button>
<!-- 头部展示区结束 -->
<!--导航栏区域开始-->
@@ -199,16 +199,19 @@
border-radius: 5px;
.projectBlockPosition{ //完成状态
- position: absolute;
- width: 100px;
- height: 40px;
- line-height: 40px;
- background: #000;
- opacity: 0.7;
- left: 0px;
- top: 0px;
- color:#fff;
- font-size: 14px;
+ border-radius: 30px;
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ width: 80px;
+ height: 30px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background: #000;
+ opacity: 0.7;
+ font-size: 16px;
width: 100%;height: 150px;