scale.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*弹框样式*/
  2. .imgzoom_pack {
  3. width: 100%;
  4. height: 100%;
  5. position: fixed;
  6. left: 0;
  7. top: 0;
  8. background: rgba(0, 0, 0, .7);
  9. display: none;
  10. z-index: 99;
  11. }
  12. .imgzoom_pack .imgzoom_img {
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. overflow: hidden;
  19. background: black;
  20. }
  21. .imgzoom_pack .imgzoom_img img {
  22. width: 100%;
  23. position: absolute;
  24. top: 50%;
  25. }
  26. .informBlock {
  27. margin: 0 11% 22px;
  28. width: 78%;
  29. text-align: center;
  30. }
  31. .informBlock img {
  32. margin-bottom: 5px;
  33. max-height: 250px;
  34. max-width: 100%;
  35. border-radius: 2%;
  36. }
  37. .imgzoom_x{
  38. position: absolute;
  39. top: 5px;
  40. right: 5px;
  41. font-size: 16px;
  42. color: #fff;
  43. z-index: 100;
  44. }