MediaWiki:Common.css:修订间差异

星野昴留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的13个中间版本)
第84行: 第84行:
}
}


@media screen and (max-width: 850px) {
@media screen and (max-width: 900px) {
     .index {
     .fongjing {
         display: none;
         display: none;
     }
     }
   
    .topic {
        display: none;
    }


     .index-phone {
     .index-phone {
         display: flex;
         display: flex;
     }
     }
   


    .index-link {
        font-size:10px;
        margin:5px;
        height:50px;
        width:100%;
        border-radius: 25px;
        background-color:#2AD7EC
    }
}
}