@import "../jrMobile.less";

.erl-load-view{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/loading3.gif") no-repeat center;
  background-color: @c-bk-w;
  opacity: 0.8;
  background-size: 2.5rem;
}