iframe.css 233 B

12345678910111213141516171819202122
  1. /*可以在这里添加你自己的css*/
  2. * {
  3. max-width: 100% !important;
  4. }
  5. body {
  6. font-size: 14px;
  7. }
  8. a {
  9. color: #3284e6;
  10. word-break: break-all;
  11. text-decoration: none;
  12. }
  13. p {
  14. margin: 0
  15. }
  16. img {
  17. display: block;
  18. }