sxScrollToTop

功能描述

依赖的模块

快速使用

  1. //code
  1. .sx-totop {
  2. bottom: -50px;
  3. right: 10px;
  4. z-index: 99;
  5. -webkit-transition: all .3s;
  6. -moz-transition: all .3s;
  7. -ms-transition: all .3s;
  8. }
  9. .sx-totop img {
  10. width: 45px;
  11. cursor: pointer;

特别说明