xiuno_plugin/z_top/list/1/style.css

4 lines
343 B
CSS
Raw Normal View History

2018-11-15 17:33:22 +08:00
#backTop { opacity: 0.9;filter: alpha(opacity=90);position: fixed; _position:absolute; z-index:9999; bottom:0; right:0; display:none; height: 303px;width: 166px;background: url("img.png"); cursor:pointer}
#backTop a { display:block; overflow:hidden}
#backTop:hover {opacity: 1;filter: alpha(opacity=100)}
#scrolltop {display:none!important}