diff --git a/static/css/common.css b/static/css/common.css index 3e558b3..373c74c 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -533,6 +533,38 @@ a{color: #07a9fe;text-decoration: none;} } .chatArea .el-textarea__inner{ border: none; +} +.tongji{ + display: flex; +} +.tongji .tongjiItem{ + background: #fff; + margin: 10px; + border-radius: 5px; + width: 100%; +} +.tongji .tongjiHeader{ + font-size: 14px; + font-weight: bold; + padding: 10px 15px; + border-bottom: 1px solid #e8eaec; + color:#17233d; +} +.tongji .tongjiBody{ + font-size: 30px; + margin: 0px 10px; + padding: 10px 0px; + border-bottom: 1px solid #e8eaec; + color: #515a6e; +} +.tongji .tongjiFooter{ + font-size: 14px; + margin: 10px 10px; + color: #515a6e; +} +.tongji .tongjiFooter span{ + color: red; + padding: 0 3px; } /* 定义滚动条的宽度、高度和背景色 */ ::-webkit-scrollbar { diff --git a/static/templates/pannel.html b/static/templates/pannel.html index 48771e4..8cb8ac2 100644 --- a/static/templates/pannel.html +++ b/static/templates/pannel.html @@ -1,6 +1,52 @@ {{template "header" }}