• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • public
  • scss
  • common
  • _back-top.css
  • fixed: 回到顶部高度
    1b075a83
    by 李奇
    2017-08-15 16:56:04 +0800  
    Browse Files
_back-top.css 270 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.back-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 160px;
    height: 74px;
    width: 74px;
    padding-top: 4px;
    font-size: 40px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    border: 1px #b3b3b3 solid;
}