农经大屏
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

28 lignes
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. }