更改

添加550字节 、​ 2021年1月25日 (一) 13:52
无编辑摘要
第127行: 第127行:  
     transition: color .13s linear;
 
     transition: color .13s linear;
 
     color: #FCC;
 
     color: #FCC;
 +
}
 +
 +
.backToTop {
 +
    display: none;
 +
    width: 20px;
 +
    padding: 5px 0;
 +
    background-color: #000;
 +
    color: #00078;
 +
    font-size: 12px;
 +
    text-align: center;
 +
    position: fixed;
 +
    _position: absolute;
 +
    right: 0;
 +
    bottom: 100px;
 +
    _bottom: "auto";
 +
    cursor: pointer;
 +
    opacity: .6;
 +
    filter: Alpha(opacity=60);
 +
    z-index: 73;
 +
}
 +
.mw-mmv-lightbox-open .backToTop {
 +
    display: none !important;
 +
}
 +
 +
/* 隐藏编辑页面中的返回顶部按钮 */
 +
.action-edit .backToTop,
 +
.action-submit .backToTop {
 +
  display: none !important;
 
}
 
}
15,687

个编辑