
.scope-loading{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  z-index: 5000;
  & &-figure {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -12.5px;
    margin-right: -12.5px;
    width: 25px;
    height: 25px;
  }
  & &-icon{
    font-size:25px;
  }
}


.scope-loading-static{
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  z-index: 5000;
  margin-left: 5px;
  
  & &-figure {
    position: static;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    height: 15px;
  }
  
  & &-icon {
    font-size:15px;
  }

}





