From b9ffd276b4fa8ca1918f486e70d7e4d0d04d9d9f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 10 Aug 2022 08:47:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhny-dsjdp
---
src/styles/index.css | 137 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 137 insertions(+), 0 deletions(-)
diff --git a/src/styles/index.css b/src/styles/index.css
index 6c7234d..cd0a317 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -27,6 +27,39 @@
visibility: hidden;
}
+.el-icon-my-nc-menu {
+ background: url("/img/icon/nc-menu.png") center no-repeat;
+ /* background-size: cover;*/
+}
+
+.el-icon-my-nc-menu:before {
+ content: "替";
+ font-size: 24px;
+ visibility: hidden;
+}
+
+.el-icon-my-jksb-menu {
+ background: url("/img/icon/jksb-menu.png") center no-repeat;
+ /* background-size: cover;*/
+}
+
+.el-icon-my-jksb-menu:before {
+ content: "替";
+ font-size: 24px;
+ visibility: hidden;
+}
+
+.el-icon-my-jcsb-menu {
+ background: url("/img/icon/jcsb-menu.png") center no-repeat;
+ /* background-size: cover;*/
+}
+
+.el-icon-my-jcsb-menu:before {
+ content: "替";
+ font-size: 24px;
+ visibility: hidden;
+}
+
.dialog-fixed {
margin: 0 !important;
position: fixed;
@@ -764,6 +797,110 @@
width: 120px;
}
+.public-equirment-station-details {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ width: 648px;
+ height: 401px;
+ background-color: transparent;
+ z-index: 99;
+ font-size: 16px;
+ box-shadow: inset 0px 3px 20px 1px #5BC3D1;
+ opacity: 1;
+ border: 1px solid #69E2ED;
+ background: rgba(20, 66, 104, 0.8);
+ border-radius: 10px;
+ margin: 0;
+ padding: 0;
+}
+
+.public-equirment-station-details .header {
+ position: relative;
+ width: 270px;
+ height: 24px;
+ font-size: 18px;
+ font-family: Microsoft YaHei-Bold, Microsoft YaHei;
+ font-weight: bold;
+ color: #58BFCD;
+ line-height: 20px;
+ margin: 20px auto;
+}
+
+.public-equirment-station-details .header .close {
+ position: absolute;
+ top: -20px;
+ right: -260px;
+ cursor: pointer;
+}
+
+.public-equirment-station-details .content {
+ overflow: scroll;
+ height: 330px;
+}
+
+.public-equirment-station-details .content .itemTitle {
+ box-sizing: border-box;
+ width: 607px;
+ height: 70px;
+ background: #0D1E34;
+ border-radius: 0px 0px 0px 0px;
+ opacity: 1;
+ margin-left: 17px;
+ margin-bottom: 10px;
+ padding: 15px 20px;
+ border: 1px solid transparent;
+}
+
+.public-equirment-station-details .content .itemTitle img {
+ float: left;
+}
+
+.public-equirment-station-details .content .itemTitle .type {
+ float: left;
+ margin-left: 20px;
+}
+
+.public-equirment-station-details .content .itemTitle .type h1 {
+ font-size: 16px;
+ color: #58BFCD;
+ margin-bottom: 4px;
+}
+
+.public-equirment-station-details .content .itemTitle .type span {
+ font-size: 13px;
+ color: #FFFFFF;
+ opacity: 0.5;
+}
+
+.public-equirment-station-details .content .itemTitle .data {
+ float: left;
+ margin-left: 208px;
+ width: 80px;
+ height: 34px;
+ font-size: 34px;
+ font-family: DS-Digital-Italic, DS-Digital;
+ font-weight: normal;
+ color: #58BFCD;
+ line-height: 32px;
+}
+
+.public-equirment-station-details .content .itemTitle .openMenuIcon {
+ margin-left: 95px;
+ margin-top: 4px;
+ cursor: pointer;
+}
+
+.public-equirment-station-details .content .EchartsBox_div {
+ width: 607px;
+ height: 210px;
+ background: #0D1E34;
+ margin-left: 17px;
+ margin-top: -11px;
+ margin-bottom: 10px;
+}
+
.public-nape-plot-details {
position: fixed;
top: 50%;
--
Gitblit v1.9.3