You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
495 B

  1. .kePublic h1{font-size:60px; text-align:center}
  2. #totop{position:fixed;bottom:40px;right:40px;z-index:999;width:71px; cursor:pointer; display:none;}
  3. *html #totop{position:absolute;cursor:pointer;right:10px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
  4. #totop a{display:block;outline:none;width:60px;height:112px;padding-top:48px;background:url(../images/up.png) no-repeat;}
  5. #totop a.cur{text-decoration:none;color:#3a9}