iframe.css 400 B

12345678910111213141516171819202122
  1. /*可以在这里添加你自己的css*/
  2. img {
  3. max-width: 100%; /*图片自适应宽度*/
  4. width:200px;
  5. }
  6. body {
  7. overflow-y: scroll !important;
  8. }
  9. .view {
  10. word-break: break-all;
  11. }
  12. .vote_area {
  13. display: block;
  14. }
  15. .vote_iframe {
  16. background-color: transparent;
  17. border: 0 none;
  18. height: 100%;
  19. }
  20. #edui1_imagescale {
  21. display: none !important;
  22. } /*去除点击图片后出现的拉伸边框*/