跳转到内容

User:Vanished user 1929210/backtotop.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/**
 * Back to top
 */
#my_top {
    position: fixed;
    z-index: 888;
    bottom: 25px;
    right: 25px;

    display: none;

    width: 60px;
    height: 60px;

    opacity: 0.8;
    border-radius: 7px;
    background-color: #333;
}
#my_top .arrow {
    width: 0;
    height: 0;
    margin: 0 auto;
    padding-top: 11px;

    border-right: 15px solid transparent;
    border-bottom: 15px solid #888;
    border-left: 15px solid transparent;
}
#my_top .stick {
    width: 13px;
    margin: 0 auto;
    padding-bottom: 21px;

    border-bottom: 13px solid #333;
    background-color: #888;
}