7b17b25e by 任超

style:首页

1 parent 2a761230
......@@ -300,11 +300,18 @@ div.c_five ul li a img {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 373px;
width: 430px;
text-align: left;
position: relative;
padding-left: 10px;
}
.item-list li img {
width: 30px;
height: 18px;
float: right;
position: relative;
top: 13px;
}
.item-list li .newest {
width: 325px;
}
......@@ -623,6 +630,13 @@ div.c_five ul li a img {
padding-left: 10px;
line-height: 45px;
}
.public-announcement ul:nth-of-type(2) li span {
font-size: 16px;
color: #9B9B9B;
float: right;
position: relative;
top: 15px;
}
.public-announcement ul:nth-of-type(2) li a:hover {
color: #0091FF;
}
......
......@@ -49,7 +49,7 @@ function initData() {
} else {
$('.news-img').attr('src', '/staticImages/default-news.png');
}
$(document).on("mouseover", ".news-module-box .item-list li", function (e) {
$(document).on("mouseover", ".news-module-box ..hotspot-list li", function (e) {
if ($(this).attr('url')) {
$('.news-img').attr('src', $(this).attr('url'));
} else {
......