guhongwei 4 年之前
父節點
當前提交
76493eb74e
共有 4 個文件被更改,包括 17 次插入12 次删除
  1. 二進制
      src/assets/live/222.png
  2. 5 5
      src/views/hall/direct.vue
  3. 1 1
      src/views/hallList/index.vue
  4. 11 6
      src/views/market/index.vue

二進制
src/assets/live/222.png


+ 5 - 5
src/views/hall/direct.vue

@@ -846,12 +846,12 @@ export default {
     height: 470px;
     overflow: hidden;
     .left {
-      float: left;
       height: 470px;
       overflow: hidden;
       border: 5px solid #000;
       background: #fff;
       border-radius: 5px;
+      margin: 0 15px 0 0;
       .lefttop {
         padding: 0 10px;
         height: 60px;
@@ -909,12 +909,12 @@ export default {
       }
     }
     .right {
-      height: 470px;
-      border-top-left-radius: 5px;
-      border-bottom-left-radius: 5px;
+      width: 48%;
+      height: 468px;
       overflow: hidden;
       background: #f0ffff5f;
-      border-bottom: 1px solid #f1f1f1;
+      box-shadow: 0 0 5px #409eff;
+      border-radius: 5px;
       .rightFirst {
         color: #fff;
         height: 430px;

+ 1 - 1
src/views/hallList/index.vue

@@ -7,7 +7,7 @@
             <el-tab-pane label="科技成果在线">
               <product></product>
             </el-tab-pane>
-            <el-tab-pane label="人才在线">
+            <el-tab-pane label="人才对接在线">
               <personal></personal>
             </el-tab-pane>
             <el-tab-pane label="专家培训在线">

+ 11 - 6
src/views/market/index.vue

@@ -713,14 +713,16 @@ export default {
   margin: 0 auto;
 }
 .top {
-  margin: 15px 0;
-  height: 530px;
+  padding: 15px 0;
+  height: 560px;
   overflow: hidden;
+  background-image: linear-gradient(#ffffff, #a3d5f6);
   .left {
-    background: #f5f5f5;
+    background: #ffffff;
     padding: 15px;
     border-radius: 20px;
-    margin: 0 15px 0 0;
+    margin: 0 24px 0 0;
+    box-shadow: 0 0 5px #409eff;
     .leftTop {
       height: 50px;
       .txt {
@@ -837,9 +839,10 @@ export default {
   }
   .right {
     width: 48%;
-    background: #f5f5f5;
+    background: #ffffff;
     border-radius: 20px;
     padding: 15px;
+    box-shadow: 0 0 5px #409eff;
     .rightTop {
       height: 50px;
       .txt {
@@ -881,6 +884,7 @@ export default {
         border-bottom: 1px dashed #ccc;
         .name {
           font-size: 18px;
+          font-weight: bold;
         }
         .date {
           text-align: center;
@@ -915,7 +919,7 @@ export default {
   .left {
     border-radius: 20px;
     padding: 15px;
-    margin: 0 15px 0 0;
+    margin: 0 24px 0 0;
     background: #e9ecf2;
     box-shadow: 0 0 5px #409eff;
     overflow: hidden;
@@ -1054,6 +1058,7 @@ export default {
           .name {
             font-size: 18px;
             padding: 7px 0 0 0;
+            // font-weight: bold;
           }
           .school {
             font-size: 16px;