index.less 227 B

123456789101112131415
  1. .toast_con{
  2. width: 100%;
  3. height: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. z-index: 9999;
  8. .toast_body{
  9. position: absolute;
  10. top: 50%;
  11. left: 50%;
  12. width: 100%;
  13. transform: translate(-50%,-50%);
  14. }
  15. }