diff --git a/index-tpl.ejs b/index-tpl.ejs index 704452450..878453e72 100644 --- a/index-tpl.ejs +++ b/index-tpl.ejs @@ -22,10 +22,11 @@ .card.billboard { padding-top: 20px; } .card { width: 100%;padding: 5px; } } + .to-top { right: 25px;bottom: 25px;display: block;cursor: pointer;text-align: center;width: 60px;height: 37px;line-height: 37px;font-size: 13px;color: #757e91;background: #fff;opacity: 0.8;border-radius: 4px;border: 1px solid #eceff2;position: fixed; }
-