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