• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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
  • yohobuywap-node
  • public
  • scss
  • common
  • _suspend-home.css
  • some-css-modified
    1c160568
    by 郭成尧
    2017-03-21 12:04:33 +0800  
    Browse Files
_suspend-home.css 385 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.suspend-home {
    position: fixed;
    right: 30px;
    bottom: 140px;
    z-index: 10;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 88px;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .iconfont {
        color: #fff;
        font-size: 36px;
    }
}