index.less 352 B

12345678910111213141516171819
  1. .mask {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. background: #000;
  8. opacity: .4;
  9. filter:alpha(opacity=40);
  10. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40);";
  11. z-index: 9998;
  12. }
  13. .load{
  14. position: absolute;
  15. top: 50%;
  16. left:50%;
  17. margin-top: -64px;
  18. margin-left: -64px;
  19. }