* [task#134889,doing,0.5h].

This commit is contained in:
songchenxuan
2024-12-18 16:37:54 +08:00
committed by 周鑫
parent c98eb23e4d
commit d53ca7626e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ body {height: 100vh; padding: 0;}
#header {margin-bottom: 45px;}
#header > h1 {width: 500px; margin: 40px auto 0; height: 58px; font-weight: normal; text-align: center; font-size: 20px; display: block; line-height: 58px; position: relative; left: -30px;}
.report-tip {position: relative; padding-top: 1px; width: 800px;}
#toolbar {position: absolute; right: 33px; top: 80px; text-align: center; width: 1280px;}
#toolbar #year {width: 70px; display: inline-block; margin-right: 5px; padding-top: 5px; border-color: #1a77a5; background-color: transparent; color: #fff;}
#toolbar #year option {background: #141414;}
+1
View File
@@ -216,4 +216,5 @@ $(function()
$('section').mouseover(function(){$(this).addClass('active')});
$('section').mouseout(function(){$(this).removeClass('active')});
$('[data-toggle="popover"]').popover();
});