更改

跳到导航 跳到搜索
添加433字节 、 2015年12月7日 (一) 20:48
无编辑摘要
第83行: 第83行:  
   line-height: 1.3;
 
   line-height: 1.3;
 
   color: #999;
 
   color: #999;
 +
}
 +
 +
/* 回到顶部 */(本段代码修改自萌娘百科) */
 +
.backToTop {
 +
    display: none;
 +
    width: 20px;
 +
    padding: 5px 0;
 +
    background-color: #000;
 +
    color: #fff;
 +
    font-size: 12px;
 +
    text-align: center;
 +
    position: fixed;
 +
    _position: absolute;
 +
    right: 0;
 +
    bottom: 100px;
 +
    _bottom: "auto";
 +
    cursor: pointer;
 +
    opacity: .6;
 +
    filter: Alpha(opacity=60);
 
}
 
}

导航菜单