✏️ 正在编辑: scrollTop.css
路径:
/var/www/yuppietech.com.br/wp-content/plugins/ocean-extra/assets/css/scrollTop.css
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/*------------------------------------* $SCROLL TOP *------------------------------------*/ #scroll-top { display: none; position: fixed; right: 20px; bottom: 20px; width: 40px; height: 40px; line-height: 40px; background-color: rgba(0, 0, 0, 0.4); color: #fff; font-size: 18px; cursor: pointer; border-radius: 2px; text-align: center; z-index: 10; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } #scroll-top > span { line-height: inherit; vertical-align: top; } #scroll-top:hover { background-color: rgba(0, 0, 0, 0.8); } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* scroll top button */ #scroll-top { right: 10px; bottom: 10px; width: 26px; height: 26px; line-height: 24px; font-size: 14px; } }
💾 保存文件
← 返回文件管理器