iframe.css 152 B

12345678910111213141516
  1. /*可以在这里添加你自己的css*/
  2. * {
  3. max-width: 100% !important;
  4. }
  5. body {
  6. font-size: 14px;
  7. }
  8. p {
  9. margin: 0
  10. }
  11. img {
  12. display: block;
  13. }