| 12345678910111213141516171819202122232425262728 |
- @media screen and (max-width: 768px) {
- .source{
- font-size: 0.22rem;
- }
- .article-right,.article-right>img{
- width:29vw !important;
- height:21vw !important;
- }
- .article.no-img .source{
- padding-right:2.16rem;
- }
- .article .live-source{
- width: 30%;
- }
- .live-source > div{
- margin-left: 2px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .live-source{
- margin-right: 0px !important;
- }
- .live-source>div{
- }
- }
|