iframe.css 447 B

12345678910111213141516171819202122232425
  1. /*可以在这里添加你自己的css*/
  2. .view img{
  3. vertical-align: middle;
  4. }
  5. body{
  6. font-family:'Times New Roman','Microsoft YaHei';
  7. font-size:12px;
  8. box-sizing:border-box;
  9. margin: 0;
  10. padding: 8px !important;
  11. line-height: 1;
  12. }
  13. img{
  14. max-width: 100%;
  15. max-height: 100%;
  16. }
  17. p{
  18. margin: 0;
  19. }
  20. .horizontal-line{
  21. box-sizing: border-box;
  22. height: 30px;
  23. line-height: 30px;
  24. border-bottom: 1px solid #333;
  25. }