article.css 493 B

12345678910111213141516171819202122232425262728
  1. @media screen and (max-width: 768px) {
  2. .source{
  3. font-size: 0.22rem;
  4. }
  5. .article-right,.article-right>img{
  6. width:29vw !important;
  7. height:21vw !important;
  8. }
  9. .article.no-img .source{
  10. padding-right:2.16rem;
  11. }
  12. .article .live-source{
  13. width: 30%;
  14. }
  15. .live-source > div{
  16. margin-left: 2px;
  17. overflow: hidden;
  18. text-overflow:ellipsis;
  19. white-space: nowrap;
  20. }
  21. .live-source{
  22. margin-right: 0px !important;
  23. }
  24. .live-source>div{
  25. }
  26. }