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 @@ + + + +
+ + + + + + + + + + + + + +