css3

商品详情或者个人中心顶部背景跟随滚动条缩放的动画

.top-bg {
  transform: scale(1);
  filter: blur(0rem);
  transition: all 0.2s ease-in;
}
上次更新: