From 523a898d8c4726578f9d6938897bf85fb1dbab41 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 4 Sep 2024 16:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=86=E6=9E=90=E5=BA=94?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/dataAnalysis/dataAnalysis.css | 31 +++++++++++++++++++++++++ js/pages/dataAnalysis/dataAnalysis.js | 0 pages/dataAnalysis/dataAnalysis.html | 33 +++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 css/dataAnalysis/dataAnalysis.css create mode 100644 js/pages/dataAnalysis/dataAnalysis.js create mode 100644 pages/dataAnalysis/dataAnalysis.html diff --git a/css/dataAnalysis/dataAnalysis.css b/css/dataAnalysis/dataAnalysis.css new file mode 100644 index 0000000..5dd6b33 --- /dev/null +++ b/css/dataAnalysis/dataAnalysis.css @@ -0,0 +1,31 @@ +html, +body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + color: #fff; + font-family: 'Alibaba PuHuiTi R'; +} + +#main-box { + width: 100%; + height: 100%; + justify-content: space-evenly; +} + +.layout { + display: flex; + align-items: center; + justify-content: center; +} + +#left-box { + width: 30%; + background: url(../../img/alarmMge/select.png) no-repeat 0 0 / 100% 100%; + height: 100%; + padding-top: 0.85%; + box-sizing: border-box; +} + +#right-box {} \ No newline at end of file diff --git a/js/pages/dataAnalysis/dataAnalysis.js b/js/pages/dataAnalysis/dataAnalysis.js new file mode 100644 index 0000000..e69de29 diff --git a/pages/dataAnalysis/dataAnalysis.html b/pages/dataAnalysis/dataAnalysis.html new file mode 100644 index 0000000..dfec70e --- /dev/null +++ b/pages/dataAnalysis/dataAnalysis.html @@ -0,0 +1,33 @@ + + + +
+ + + + + + + + + + + + + +