guhongwei пре 5 година
родитељ
комит
c8f16bf023

+ 3 - 0
src/layout/master/index/huodong.vue

@@ -155,6 +155,9 @@ p {
   font-size: 16px;
   color: #000;
 }
+.talksList .title:hover {
+  color: #415285;
+}
 .talksList .date {
   font-size: 18px;
   color: #999;

+ 16 - 1
src/layout/master/index/notice.vue

@@ -16,6 +16,11 @@
                 <P class="textOver"><span class="qiudatas"></span>{{ item.title }}</P>
               </el-col>
             </li>
+            <li class="newsTitle">
+              <el-col :span="24">
+                <P class="textOver"><span class="qiudatas"></span>浙江湖州城市综合推介会暨2019年重点用人单位招聘会在我校举行</P>
+              </el-col>
+            </li>
           </ul>
         </el-col>
       </el-col>
@@ -112,7 +117,17 @@ p {
   background: #fff;
   border: 1px solid #ccc;
   border-radius: 90px;
-  margin: 0 15px 0 5px;
+  margin: 0 15px 0 17px;
+}
+.newsTitle {
+  height: 32px;
+  line-height: 32px;
+  border-left: 3px solid transparent;
+}
+.newsTitle:hover {
+  border-left: 3px solid #415285;
+  background: #fff;
+  cursor: pointer;
 }
 .qiu {
   float: left;

+ 4 - 9
src/layout/master/news/newsright.vue

@@ -21,7 +21,6 @@
                   {{ item.title }}
                 </p>
               </el-col>
-
               <span v-if="type === 'talk'">
                 <el-col :span="24" class="time">
                   {{ item.time }}
@@ -123,14 +122,6 @@ p {
   height: 293px;
   overflow: hidden;
 }
-
-.info {
-  height: 1430px;
-}
-.infotop {
-  height: 1172px;
-  overflow: hidden;
-}
 .image {
   width: 388px;
   padding: 47px 20px 20px 20px;
@@ -143,6 +134,10 @@ p {
   white-space: nowrap;
   padding: 47px 100px 0 0;
 }
+.text .title p:hover {
+  color: #415285;
+  cursor: pointer;
+}
 .text .time {
   font-size: 14px;
   padding: 37px 0;

+ 0 - 2
src/views/master/news/list.vue

@@ -80,12 +80,10 @@ export default {
 }
 .main .newsleft {
   width: 303px;
-  min-height: 1460px;
   margin: 0 14px 0 0;
 }
 .main .newsright {
   width: 883px;
-  min-height: 1460px;
 }
 .foot {
   height: 109px;