• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · 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
  • static
  • sass
  • _loading.scss
  • guang loading
    e806b801
    by xuqi
    2015-11-01 16:47:55 +0800  
    Browse Files
_loading.scss 474 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
.loading-mask {
    position: fixed;
    background: rgba(0,0,0,.1);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    
    .loading {
        position: absolute;
        width: 100rem / $pxConvertRem;
        height: 40rem / $pxConvertRem;
        background: image-url('loading.gif') no-repeat;
        background-size: 100% 100%;
        top: 50%;
        left: 50%;
        margin-left: -50rem / $pxConvertRem;
        margin-top: -20rem / $pxConvertRem;
    }
}