隐藏弹窗
This commit is contained in:
parent
7c69d76656
commit
192b86dc0e
|
@ -17716,6 +17716,14 @@ span.hexo-douban-pagenum {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
/* 隐藏弹窗 */
|
||||||
|
.needEndHide.hide {
|
||||||
|
bottom: -200px!important;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* 文章目录样式 */
|
/* 文章目录样式 */
|
||||||
a.toc-link {
|
a.toc-link {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
|
Loading…
Reference in New Issue