Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • components
  • gotoTop
  • gotoTop.less
  • “优选”页面添加回到顶部按钮~
    dfd011cc
    王强 authored
    2020-05-12 16:09:41 +0800  
    Browse Code »
gotoTop.less 234 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@charset "UTF-8";

.goto-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 100;
    width: 80px;
    height: 80px;
    .goto-top-img {
        display: block;
        width: 80px;
        height: 80px;
    }
}