iframe.css 370 B

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