guhongwei 4 years ago
parent
commit
e2cbd01be8
1 changed files with 15 additions and 3 deletions
  1. 15 3
      src/views/market/detail/techDetail.vue

+ 15 - 3
src/views/market/detail/techDetail.vue

@@ -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%;