农经大屏
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

28 wiersze
417 B

  1. .map {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. }
  8. .imgBox{
  9. position: absolute;
  10. left: 0;
  11. top: 0;
  12. z-index: 999999;
  13. width: 100vw;
  14. height: 100%;
  15. .box_bg{
  16. background-color: rgba(0,0,0,0.5);
  17. width: 100%;
  18. height: 100%;
  19. }
  20. img{
  21. height: 60vh;
  22. position: absolute;
  23. top: 50%;
  24. left: 50%;
  25. transform: translate(-50%,-50%);
  26. }
  27. }