MediaWiki:Gadget-Backtotop.css
跳到导航
跳到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
.backToTop{ display:none; width:60px; height:50px; line-height:50px; padding:5px 0; background-color:rgb(255,255,255); color:rgb(102,102,102); font-size:12px; text-align:center; position:fixed; _position:absolute; right:50px; bottom:100px; _bottom:"auto"; cursor:pointer; border-radius:100px; filter:Alpha(opacity=60); box-shadow:0px 1px 8px 1.5px rgba(0,0,0,0.35),0px 20px 70px 8px rgba(0,0,0,0.25); z-index:999; opacity:0.9 } #rocket{ margin:9px 0 }