style.scss 496 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "../../style/common";
  2. .image_screen{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. :host{
  7. overflow: hidden;
  8. }
  9. .image_model{
  10. background-color: #666666;
  11. overflow: hidden;
  12. }
  13. .image_model-image{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .header-title-model{
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. }
  23. .header-left{
  24. z-index: 10;
  25. }
  26. .image-fixed{
  27. top: 0;
  28. bottom: 0;
  29. left: 0;
  30. right: 0;
  31. z-index: 10;
  32. position: absolute;
  33. background-color: transparent;
  34. }