|
@@ -23,7 +23,8 @@
|
|
|
<el-col :span="24" class="a-field">领域:{{ detailInfo.field }}</el-col>
|
|
|
<el-col :span="24" class="a-contacts">联系人:{{ detailInfo.contacts }}</el-col>
|
|
|
</el-col> -->
|
|
|
- {{ detailInfo.degreeurgency || '暂无' }}
|
|
|
+ <p>紧急程度</p>
|
|
|
+ <p>{{ detailInfo.degreeurgency || '暂无' }}</p>
|
|
|
</el-col>
|
|
|
<el-col :span="17" class="right">
|
|
|
<el-col :span="24" class="name textOver">
|
|
@@ -278,9 +279,20 @@ export default {
|
|
|
}
|
|
|
.achieveImage {
|
|
|
height: 305px;
|
|
|
- line-height: 305px;
|
|
|
text-align: center;
|
|
|
- font-size: 90px;
|
|
|
+ padding: 60px 0;
|
|
|
+ p:nth-child(1) {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+ p:nth-child(2) {
|
|
|
+ font-size: 70px;
|
|
|
+ padding: 15px 0;
|
|
|
+ }
|
|
|
+ // padding: 50px 0;
|
|
|
+ // height: 305px;
|
|
|
+ // line-height: 305px;
|
|
|
+ // text-align: center;
|
|
|
+ // font-size: 90px;
|
|
|
// position: relative;
|
|
|
// .el-image {
|
|
|
// width: 100%;
|