Bez popisu

iframeUrl.css 591B

12345678910111213141516171819202122232425262728293031323334353637
  1. body{
  2. height: 100vh;
  3. }
  4. html {
  5. font-size: 100px;
  6. background-color: #F2F2F2;
  7. }
  8. nav {
  9. font-size: 0rem;
  10. height: 0.44rem;
  11. width: 100%;
  12. background-color: #5d7dff;
  13. position: relative;
  14. }
  15. nav i {
  16. display: inline-block;
  17. width: 0.16rem;
  18. height: 0.16rem;
  19. line-height: 0.44rem;
  20. background-image: url(../img/back.png);
  21. background-repeat: no-repeat;
  22. background-size: 100% auto;
  23. position: absolute;
  24. top: 0;
  25. bottom: 0;
  26. margin: auto;
  27. margin-left: 0.1rem;
  28. }
  29. .iframe{
  30. width: 100%;
  31. height: calc(100% - 0.64rem);
  32. overflow-x:scroll
  33. }