scss 滚动到顶部样式表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 滚动到顶部样式表相关的知识,希望对你有一定的参考价值。
.scroll-to-top
{
position: fixed;
z-index: 99;
right: 1.5rem;
bottom: 0;
display: block;
width: 7.6rem;
height: 7.6rem;
transition: all 300ms;
opacity: 0;
border-radius: 50%;
background-color: white;
background-image: url(../img/scrollarrow.png);
background-repeat: no-repeat;
background-position: center center;
.scrolled &
{
bottom: 1.5rem;
opacity: 1;
}
}
以上是关于scss 滚动到顶部样式表的主要内容,如果未能解决你的问题,请参考以下文章
在索引路径调用滚动到顶部表视图插入行?
ios13防止下拉滚动到顶部的tableView以消除以模态方式呈现的viewController [重复]
当状态/道具改变时,反应原生动画部分列表跳到顶部
UITableView deleterows 滚动到顶部
当导航条滚动到顶部时固定到顶部
iOS滚动视图禁用自动滚动到顶部