From 11aa0ff208d74a89e89ab8b3b2b3d8673947cd13 Mon Sep 17 00:00:00 2001
From: jongbowen <970029315@qq.com>
Date: Mon, 15 May 2023 15:27:48 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../echarts/echarts.component.html | 14 +++-
.../echarts/echarts.component.scss | 84 +++++++++++++++++++
2 files changed, 97 insertions(+), 1 deletion(-)
diff --git a/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.html b/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.html
index 1ed10f1..ca104ab 100644
--- a/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.html
+++ b/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.html
@@ -1 +1,13 @@
-
echarts works!
+
+
+
+
+
+
+ 考试频次 |
+ 考试人数
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.scss b/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.scss
index e69de29..06e38d9 100644
--- a/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.scss
+++ b/src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.scss
@@ -0,0 +1,84 @@
+.conter{
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+ background: #F2F5F6;
+ display: flex;
+ overflow-y: auto;
+ .left{
+ width: 100%;
+ height: 60%;
+ margin: 20px 20px 10px 50px;
+ background-color: #FFFFFF;
+ border-radius: 16px ;
+ .top{
+ width: 100%;
+ box-sizing: border-box;
+ cursor:pointer;
+ // height: 40px;
+ font-size: 18px;
+ line-height: 40px;
+ padding: 0 20px 20px 0;
+ font-weight: 600;
+ color: rgb(161, 161,161);
+ text-align: right;
+ }
+ .select{
+ color: rgb(38,38,38);
+ }
+ #zhidui{
+ width: 100%;
+ height: 50%;
+ position: absolute;
+ top: 120px;
+ //left: 40%;
+ //top: 45%;
+ //transform: translate(-50%,-60%);
+ }
+ }
+ .right{
+ width: 228px;
+ height: 60%;
+ margin: 20px 20px 10px 10px;
+ background-color: #07CDCF;
+ border-radius: 16px ;
+ display: flex;
+ flex-direction: column;
+ .rightone{
+ //margin-top: 80px;
+ margin-left: 24px;
+ color:#FFFFFF;
+ display: flex;
+ flex-direction: column;
+ position: absolute;
+ top: 110px;
+ }
+ .righttwo{
+ margin-top: 100px;
+ margin-left: 24px;
+ button{
+ width: 180px;
+ height: 44px;
+ color: #FFFFFF;
+ background: rgba(255,255,255,0.6);
+ opacity: 1;
+ border-radius: 8px;
+ border: none;
+ font-size: 18px;
+ outline: none;
+ cursor: pointer;
+ }
+ .clickButton{
+ background-color: #FFFFFF;
+ color: #07CDCF;
+ }
+ }
+ .rightthree{
+ width: 100%;
+ margin-top: 110px;
+ img{
+ float: right;
+ }
+ }
+ }
+}
\ No newline at end of file