parent
5f6f937fcb
commit
5ea295f8b5
|
@ -70,6 +70,7 @@
|
|||
// $("#gotoTop").fadeOut(200);
|
||||
// };
|
||||
// });
|
||||
$(function(){goTopEx();});
|
||||
|
||||
var Sys = {};
|
||||
var ua = navigator.userAgent.toLowerCase();
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue