fix: onlyCover

This commit is contained in:
qingwei.li 2018-02-11 21:21:16 +08:00 committed by cinwell.li
commit 033be4f2d7
3 changed files with 13 additions and 6 deletions

View file

@ -223,6 +223,10 @@ main {
z-index: 0;
}
main.hidden {
display: none;
}
.anchor {
display: inline-block;
text-decoration: none;