b1c666f5 by 任超

style:首页

1 parent 7b17b25e
......@@ -573,6 +573,7 @@ div.c_five ul li a img {
width: 440px;
float: left;
margin-right: 55px;
margin-top: -2px;
}
.public-announcement ul:nth-of-type(1) {
padding-bottom: 10px;
......

49.5 KB | W: | H:

10.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

68.5 KB | W: | H:

10.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -49,7 +49,7 @@ function initData() {
} else {
$('.news-img').attr('src', '/staticImages/default-news.png');
}
$(document).on("mouseover", ".news-module-box ..hotspot-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 {
......