index.less 409 Bytes
.common-layout-content{
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.common-layout-content-static{
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-tab-icon{
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}

.am-activity-indicator.am-activity-indicator-toast{
  background: rgba(35,35,35, 0.5);
}
.footer{
  position: fixed;
  width: 100%;
  bottom: 0;
}
.footer-static{
 display: none;
}