Showing
1 changed file
with
2 additions
and
2 deletions
@@ -347,7 +347,7 @@ function JsonPCallBack(data) { | @@ -347,7 +347,7 @@ function JsonPCallBack(data) { | ||
347 | if (data.data.url !== '') { | 347 | if (data.data.url !== '') { |
348 | topbanner = '<a target="_blank" href="' + data.data.url + '" class="page-top-banner"' + | 348 | topbanner = '<a target="_blank" href="' + data.data.url + '" class="page-top-banner"' + |
349 | 'style="height:36px;border:none;background-image:url(' + window.unescape(data.data.src) + ');' + | 349 | 'style="height:36px;border:none;background-image:url(' + window.unescape(data.data.src) + ');' + |
350 | - 'background-position: center;display:block;background-size:contain"> </a>'; | 350 | + 'background-position: center;display:block;"> </a>'; |
351 | } else { | 351 | } else { |
352 | topbanner = '<div class="noticewrapper">' + | 352 | topbanner = '<div class="noticewrapper">' + |
353 | '<div class="noticecontainer">' + | 353 | '<div class="noticecontainer">' + |
@@ -1489,4 +1489,4 @@ function init() { | @@ -1489,4 +1489,4 @@ function init() { | ||
1489 | actionCover(); //初次登录弹框 | 1489 | actionCover(); //初次登录弹框 |
1490 | actionAddKeyWords(); //增加关键字 | 1490 | actionAddKeyWords(); //增加关键字 |
1491 | } | 1491 | } |
1492 | -init(); | ||
1492 | +init(); |
-
Please register or login to post a comment