feat(cover): add onlyCover option, close #382

This commit is contained in:
qingwei.li 2018-02-10 14:35:35 +08:00 committed by cinwell.li
commit b265fdd68a
3 changed files with 20 additions and 5 deletions

View file

@ -217,12 +217,16 @@ li input[type='checkbox'] {
/* main */
main {
display: block;
display: none;
position: relative;
size: 100vw 100%;
z-index: 0;
}
main.ready {
display: block;
}
.anchor {
display: inline-block;
text-decoration: none;