MediaWiki:Common.css:修订间差异

星野昴留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的16个中间版本)
第57行: 第57行:
.index {
.index {
     display: flex;
     display: flex;
}
.index-phone {
    display: none;
}
}


第81行: 第84行:
}
}


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


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