Keine Beschreibung

iframeUrl.css 835B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body{
  2. height: 100vh;
  3. }
  4. html {
  5. font-size: 100px;
  6. background-color: #F2F2F2;
  7. }
  8. nav {
  9. height: 0.44rem;
  10. width: 100%;
  11. background-color: #5d7dff;
  12. position: relative;
  13. }
  14. nav i {
  15. display: inline-block;
  16. width: 0.16rem;
  17. height: 0.16rem;
  18. line-height: 0.44rem;
  19. background-image: url(../img/back.png);
  20. background-repeat: no-repeat;
  21. background-size: 100% auto;
  22. position: absolute;
  23. top: 0;
  24. bottom: 0;
  25. margin: auto;
  26. margin-left: 0.1rem;
  27. }
  28. nav span{
  29. position: absolute;
  30. left: 0;
  31. right: 0;
  32. margin: auto;
  33. font-size: 0.17rem;
  34. color: #FFFFFF;
  35. display: inline-block;
  36. width: 2rem;
  37. line-height: 0.44rem;
  38. text-align: center;
  39. }
  40. .iframe{
  41. width: 100%;
  42. height: 100%;
  43. -webkit-overflow-scrolling: touch;
  44. overflow-y: scroll;
  45. }
  46. .iframe iframe{
  47. -webkit-overflow-scrolling: touch;
  48. }