From 42c96e3fbbbb73922b74354e00eaf94ac43ba524 Mon Sep 17 00:00:00 2001 From: taoshihan <630892807@qq.com> Date: Tue, 22 Aug 2023 11:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 32 +++++++++++++++++++++++++ static/templates/pannel.html | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) 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" }}