瀏覽代碼

视频播放调整,加入纵横展开招聘详情后可收起

Chente 9 年之前
父節點
當前提交
de127f286d
共有 3 個文件被更改,包括 767 次插入14 次删除
  1. 15 7
      css/global.css
  2. 746 4
      js/smartcost.js
  3. 6 3
      js/smartcost_socus.js

+ 15 - 7
css/global.css

@@ -241,6 +241,9 @@ li.search .topSerach input[type=submit]:active{
 .newsBg .pageTitle h1{
   background:url(titleBg-blue.png) repeat
 }
+.wrapFooter {
+  background:#f8f8f8;
+}
 .contentBottom {
   background:#4d4d4d;
   width:1060px;
@@ -614,7 +617,7 @@ li.search .topSerach input[type=submit]:active{
   *margin:0 25px 30px 12px;
   position: relative;
   width:218px;
-  height:140px;
+  height:165px;
   overflow: hidden;
 }
 .videoItem span.tips{
@@ -626,7 +629,7 @@ li.search .topSerach input[type=submit]:active{
   padding:15px 0;
   font-size:18px
 }
-.videoItem li h3,.videoItem li .videoCon{
+.videoItem li .videoCon{
   position: absolute;
   bottom:7px;
   width:100%;
@@ -636,17 +639,19 @@ li.search .topSerach input[type=submit]:active{
   font-size:12px
 }
 .videoItem li h3{
-  text-shadow:0 1px 1px #000;
-  border-top:1px solid #fff;
-  padding:5px 0 0 0
+  padding:5px 0 0 0;
+  text-align: center
 }
 .videoItem li .videoCon{
   background:url(titleBg-black.png) repeat;
   z-index:9;
-  height:90px;
-  top:110px;
+  height:80px;
+  bottom:165px;
   padding:60px 0 0 0
 }
+.videoItem li .videoCon a:hover{
+  text-decoration: none
+}
 .videoItem li .videoCon span{
   color:#fff;
   font-size:16px;
@@ -2902,6 +2907,9 @@ border:none
     height: 16px;
     float:right;
 }
+.join-line i.on {
+    background: transparent url("scIcons.png") no-repeat -123px -221px;
+}
 .join-line h3:hover{
   cursor:pointer;
   color:#B2005E;

文件差異過大導致無法顯示
+ 746 - 4
js/smartcost.js


文件差異過大導致無法顯示
+ 6 - 3
js/smartcost_socus.js