Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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