1、第一次进入作品列表界面 返回顶部按钮不显示

2、第一次点击返回顶部按钮无用
This commit is contained in:
sw 2015-05-07 15:58:41 +08:00
parent 5f6f937fcb
commit 5ea295f8b5
3 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@
// $("#gotoTop").fadeOut(200);
// };
// });
$(function(){goTopEx();});
var Sys = {};
var ua = navigator.userAgent.toLowerCase();

View File

@ -36,7 +36,7 @@
<% end %>
<div class="cl"></div>
<div class="to_top" onclick="goTopEx();" id="goTopBtn">
<div class="to_top" id="goTopBtn" style="display: none;">
返<br/>回<br/>顶<br/>部
</div>
<div class="cl"></div>

View File

@ -175,7 +175,7 @@ a.member_search {width: 43px;height: 22px;background: #15bccf;color: #fff;text-a
/*上传图片处理*/
.upload_img img{max-width: 100%;}
.to_top{width: 19px;height: 74px;position: fixed;top: 50px;right: 1px;color: white;background: #15bccf; line-height: 1.2; padding-top: 10px;padding-left: 5px;font-size: 14px;cursor: pointer}
.to_top{width: 19px;height: 74px;position: fixed;top: 50px;right: 1px;color: white;background: #15bccf; line-height: 1.2; padding-top: 10px;padding-left: 5px;font-size: 14px;cursor: pointer;}