@@ -1123,6 +1123,50 @@ export default {
}
}
+.icon5 {
+ position: absolute;
+ width: 2vw;
+ height: 2vw;
+ background-image: url("~@/assets/images/icon5.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ transform: translate(-50%, -50%);
+
+ &:hover {
+ .deviceInfo, .deviceInfo1, .deviceInfo2 {
+ display: block;
+ }
+ }
+
+}
+.icon5_1 {
+ position: absolute;
+ width: 2vw;
+ height: 2vw;
+ background-image: url("~@/assets/images/icon5.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ transform: translate(-50%, -50%);
+
+ &:hover {
+ .deviceInfo, .deviceInfo1, .deviceInfo2 {
+ display: block;
+ }
+ }
+
+ .deviceInfo {
+
+ .table2 {
+
+ .info1 {
+ width: 50%;
+ }
+
+ }
+ }
+
+}
+
.id {
position: absolute;
color: #fff;