style:首页
Showing
4 changed files
with
2 additions
and
1 deletions
| ... | @@ -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,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 { | ... | ... |
-
Please register or sign in to post a comment