MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
(未显示同一用户的22个中间版本) | |||
第57行: | 第57行: | ||
.index { | .index { | ||
display: flex; | display: flex; | ||
} | |||
.index-phone { | |||
display: none; | |||
} | } | ||
.index-link { | .index-link { | ||
margin: | margin:5px; | ||
height:40px; | height:40px; | ||
width: | width:98%; | ||
border-radius: 25px; | border-radius: 25px; | ||
第81行: | 第84行: | ||
} | } | ||
@media screen and (max-width: | @media screen and (max-width: 900px) { | ||
. | .fongjing { | ||
display: | display: none; | ||
} | |||
.topic { | |||
display: none; | |||
} | } | ||
.index- | |||
.index-phone { | |||
display: flex; | |||
} | } | ||
} | } |