b1c666f5 by 任超

style:首页

1 parent 7b17b25e
...@@ -573,6 +573,7 @@ div.c_five ul li a img { ...@@ -573,6 +573,7 @@ div.c_five ul li a img {
573 width: 440px; 573 width: 440px;
574 float: left; 574 float: left;
575 margin-right: 55px; 575 margin-right: 55px;
576 margin-top: -2px;
576 } 577 }
577 .public-announcement ul:nth-of-type(1) { 578 .public-announcement ul:nth-of-type(1) {
578 padding-bottom: 10px; 579 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() { ...@@ -49,7 +49,7 @@ function initData() {
49 } else { 49 } else {
50 $('.news-img').attr('src', '/staticImages/default-news.png'); 50 $('.news-img').attr('src', '/staticImages/default-news.png');
51 } 51 }
52 $(document).on("mouseover", ".news-module-box ..hotspot-list li", function (e) { 52 $(document).on("mouseover", ".news-module-box .hotspot-list li", function (e) {
53 if ($(this).attr('url')) { 53 if ($(this).attr('url')) {
54 $('.news-img').attr('src', $(this).attr('url')); 54 $('.news-img').attr('src', $(this).attr('url'));
55 } else { 55 } else {
......