wuhongyu 5 سال پیش
والد
کامیت
52cbdbaa37
4فایلهای تغییر یافته به همراه80 افزوده شده و 5 حذف شده
  1. 1 1
      src/layout/direct/directDetail.vue
  2. 56 3
      src/layout/market/context.vue
  3. 22 1
      src/layout/market/zhuanjia.vue
  4. 1 0
      src/views/direct.vue

+ 1 - 1
src/layout/direct/directDetail.vue

@@ -118,7 +118,7 @@ export default {
       }
     }
     p:first-child {
-      font-size: 20px;
+      font-size: 18px;
       font-weight: bold;
       padding: 20px 0;
     }

+ 56 - 3
src/layout/market/context.vue

@@ -29,7 +29,7 @@
           <span>联系电话:{{ detailInfo.contact_tel || '暂无' }}</span>
         </p>
       </el-col>
-      <el-col :span="24" class="oneDown">
+      <el-col :span="24" class="newDown">
         <div>
           <p>应用领域:</p>
           <p>{{ detailInfo.field || '暂无' }}</p>
@@ -169,7 +169,7 @@ p {
   .oneRight {
     padding: 0 15px;
     p {
-      font-size: 16px;
+      font-size: 16px !important;
       padding: 0 0 20px 0;
       span {
         display: inline-block;
@@ -177,7 +177,7 @@ p {
       }
     }
     p:first-child {
-      font-size: 20px;
+      font-size: 18px;
       font-weight: bold;
       padding: 20px 0;
     }
@@ -237,6 +237,59 @@ p {
       float: right;
     }
   }
+
+  .newDown {
+    border-top: 1px dashed #ccc;
+    margin: 30px 0 0 0;
+    padding: 30px 0 0 0;
+    div {
+      padding: 0 0 15px 0;
+      p {
+        font-size: 16px;
+      }
+      p:first-child {
+        color: #333;
+
+        padding: 0 0 10px 0;
+      }
+    }
+    div:nth-child(2) p span:last-child {
+      color: #409eff;
+      padding: 0 10px;
+    }
+    div:nth-child(2) p span:last-child:hover {
+      cursor: pointer;
+    }
+    div:nth-child(3) .moreScope {
+      overflow: hidden;
+      text-overflow: ellipsis;
+      -webkit-line-clamp: 6;
+      word-break: break-all;
+      display: -webkit-box;
+      -webkit-box-orient: vertical;
+    }
+    div:nth-child(3) .moreScope1 {
+      overflow: none;
+    }
+    div:nth-child(3) .el-button {
+      float: right;
+    }
+    div:nth-child(5) .introduction {
+      overflow: hidden;
+      text-overflow: ellipsis;
+      -webkit-line-clamp: 6;
+      word-break: break-all;
+      display: -webkit-box;
+      -webkit-box-orient: vertical;
+    }
+    div:nth-child(5) .introduction1 {
+      overflow: none;
+    }
+    div:last-child .el-button {
+      float: right;
+    }
+  }
+
   .mainDown {
     height: 50px;
     line-height: 50px;

+ 22 - 1
src/layout/market/zhuanjia.vue

@@ -23,7 +23,7 @@
           <span>邮箱:{{ zhuanjiainfo.email || '暂无' }}</span>
         </p>
       </el-col>
-      <el-col :span="24" class="oneRight">
+      <el-col :span="24" class="newRight">
         <div>
           <p>
             <span>职务:{{ zhuanjiainfo.position || '暂无' }}</span
@@ -159,6 +159,27 @@ p {
       font-weight: bold;
     }
   }
+
+  .newRight {
+    padding: 0 15px;
+    p {
+      font-size: 16px;
+      padding: 0 0 20px 0;
+      span {
+        display: inline-block;
+        width: 50%;
+        padding: 5px 0 5px 0;
+      }
+    }
+    p:first-child {
+      font-size: 16px;
+
+      padding: 20px 0;
+    }
+    p:nth-child(2) span:last-child {
+    }
+  }
+
   .oneDown {
     border-top: 1px dashed #ccc;
     margin: 30px 0 0 0;

+ 1 - 0
src/views/direct.vue

@@ -904,6 +904,7 @@ export default {
       }
     }
   }
+
   .two {
     padding: 15px;
     height: 466px;