iframe.css 375 B

12345678910111213141516171819202122
  1. #visiting{
  2. position:absolute;
  3. top:0;
  4. left:0;
  5. /* top:50%;
  6. left:50%;
  7. transform: translate(-50%,-50%);*/
  8. width:51.9rem;
  9. height:29.2rem;
  10. border-width:0;
  11. margin:0;
  12. }
  13. .test{
  14. position:fixed;
  15. top:50%;
  16. left:50%;
  17. transform: translate(-50%,-50%);
  18. width:51.9rem;
  19. height:29.2rem;
  20. /* background-color: lemonchiffon; */
  21. }