* update report/annualdata view.

This commit is contained in:
Catouse
2019-12-23 08:15:31 +08:00
parent dc96a7879a
commit 9d5eb87b1a
5 changed files with 61 additions and 52 deletions
+43
View File
@@ -0,0 +1,43 @@
#main,
#tasksBugs
{
border: 1px solid rgb(255,0,139, .5);
}
body {height: 100vh; padding: 0;}
#container {position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; background-color: #010417; color: #fff; background-size: cover;}
#container:before {content: ' '; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0.9; background: #010419;}
#main {border: 1px solid rgba(255,255,255,.15); min-width: 1280px; min-height: 800px; position: absolute; z-index: 10; padding: 0;}
#main > section {position: absolute; }
#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;}
#basic {left: 25px; top: 128px; width: 366px; height: 283px;}
#basic > header {margin-top: 7px; line-height: 24px; font-size: 14px; padding: 0 8px;}
#basic > ul {margin: 16px 36px 0 32px; padding: 0;}
#basic > ul > li {line-height: 40px; height: 46px; padding-left: 23px; position: relative; margin-bottom: 10px;}
#basic > ul > li > strong {position: absolute; right: 18px; top: 2px; font-size: 20px;}
#projectsSummary {left: 405px; top: 132px; width: 400px; height: 280px;}
#projectsSummary > header {margin-top: 23px; margin-left: 12px; line-height: 24px; font-size: 14px; padding: 0 8px;}
#projectsSummary > .progress-pie {margin: 18px 0 0 18px;}
#projectsSummary > .progress-pie .progress-info {padding: 70px 0;}
#projectsSummary > .progress-pie .progress-info > strong {font-size: 30px; font-weight: normal;}
#projectsSummary > ul {position: absolute; left: 240px; top: 80px; padding: 0; font-size: 14px;}
#projectsSummary > ul > li {padding-left: 25px; line-height: 20px; position: relative; color: #A0A0A0; margin-bottom: 15px;}
#projectsSummary > ul > li > .dot {position: absolute; width: 16px; height: 16px; left: 0; top: 2px; background: #00A0E9; border-radius: 2px;}
#projectsSummary > ul > li:first-child > .dot {background: #0068B7;}
#projectsSummary > ul > li:last-child > .dot {background: #7ECEF4;}
#projectsSummary > ul > li > div {margin-top: 5px; color: #fff; max-width: 80px;}
#projectsSummary > ul > li > div > span:last-child {float: right;}
#projectsList {left: 825px; top: 129px; width: 421px; height: 284px; padding: 8px 0 8px 8px;}
#projectsTableHeader {position: absolute; top: 8px; left: 8px; right: 10px; background: #0075A9; width: 401px;}
#projectsTableHeader > thead > tr > th {color: #fff; font-weight: normal; line-height: 20px; padding: 2px 4px; border: none}
#projectsList > .table-wrapper {overflow: auto; margin-top: 26px; max-height: 247px;}
#projectsTable {color: #A0A0A0;}
#projectsTable > tbody > tr > td {border-bottom: 1px #0075A9 dashed; line-height: 20px; padding: 5px 4px;}
#projectsList .col-name {width: 170px;}
#projectsList .col-storyCount {width: 80px; text-align: center;}
#projectsList .col-taskCount {width: 80px; text-align: center;}
#projectsList .col-bugCount {text-align: center;}