MediaWiki:Common.css:修订间差异

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


.index-link {
.index-link {
     margin:15px;
     margin:5px;
     width:20%;
    height:40px;
     width:98%;
     border-radius: 25px;
     border-radius: 25px;
/*    background-image: linear-gradient(#e66465, #9198e5); */
 
     background-image: linear-gradient(aqua, #9966FF);
     background-image: linear-gradient(aqua, #9966FF);
/*    background-color:#2AD7EC */
 
 
}
}


.link-content {
.link-content {
第73行: 第80行:


.link-content:hover {
.link-content:hover {
     text-shadow: 3px 3px gray;
 
     text-shadow: 4px 4px gray;
}
}


@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:30px;
     .index-phone {
        margin:15px;
         display: flex;
        height:60px;
        width:200px;
        border-radius: 25px;
        background-color:#2AD7EC
     }
     }
}
}