MediaWiki:Common.css:修订间差异

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


@media screen and (max-width: 850px) {
.index-link {
     .index {
    margin:5px;
         display: block;
    height:40px;
    width:98%;
    border-radius: 25px;
 
    background-image: linear-gradient(aqua, #9966FF);
 
 
}
 
 
 
.link-content {
    transition: 1s;
}
 
.link-content:hover {
 
    text-shadow: 4px 4px gray;
}
 
@media screen and (max-width: 900px) {
     .fongjing {
        display: none;
    }
   
    .topic {
         display: none;
     }
     }


     .index .index-link {
 
         margin:15px;
     .index-phone {
        width:20%;
         display: flex;
        border-radius: 25px;
        background-color:aqua
     }
     }
}
}