From 728b126b447d322d73c6677f8b8e7ba8ef1c445a Mon Sep 17 00:00:00 2001
From: chuguofei <1633295391@qq.com>
Date: Mon, 10 Jul 2023 13:25:54 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=8B=E6=9C=BA=E8=AE=BE=E5=A4=87?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=8E=A7=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/webapp/WEB-INF/wechat/iot/device.jsp | 1058 +++++++++--------
1 file changed, 585 insertions(+), 473 deletions(-)
diff --git a/src/main/webapp/WEB-INF/wechat/iot/device.jsp b/src/main/webapp/WEB-INF/wechat/iot/device.jsp
index d384e31..aa6c0cf 100644
--- a/src/main/webapp/WEB-INF/wechat/iot/device.jsp
+++ b/src/main/webapp/WEB-INF/wechat/iot/device.jsp
@@ -1,498 +1,610 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-<%@ page import="com.lp.cfg.ProConfig"%>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+ pageEncoding="UTF-8" %>
+<%@ page import="com.lp.cfg.ProConfig" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
- <%=ProConfig.PROJECT_NAME %>
- <%@ include file="/WEB-INF/wechat/iot/common/resource_lib.jsp"%>
-
-
-
+ .sensor-container img {
+ vertical-align: middle;
+ margin: 0 0 0 10px;
+ width: 35px;
+ }
+
+ .layui-layer-input {
+ border: 1px solid #d9d9d9 !important;
+ outline: none !important;
+
+ }
+
+ .edit-param {
+ float: right;
+ margin-right: 10px;
+ width: 24px !important;
+ padding: 5px 10px;
+ }
+
+ .sensor-container .sensor-name {
+ margin-left: 15px;
+ font-size: 14px;
+ }
+
+ .sensor-container .sensor-value {
+ float: right;
+ font-size: 24px;
+ margin-right: 10px;
+ color: #008fcd;
+ }
+
+ .sensor-container .sensor-type {
+ float: right;
+ font-size: 20px;
+ margin-right: 13px;
+ }
+
+ .sensor-container img.sensor-control {
+ float: right;
+ padding-right: 13px;;
+ }
+
+ .weui-media-box {
+ padding: 7px;
+ }
+
+ .tempdata {
+ font-size: 12px;
+ color: #666;
+ text-align: center;
+ padding: 10px;
+ }
+
+ .weui-panel.weui-panel_access.active .weui-panel__bd {
+ display: none;
+ }
+
+ .weui-panel.weui-panel_access.active .weui-panel__hd {
+ /* background: #f1f1f1; */
+ }
+
+
+
-
-
-
-
-
-
-
- <%@ include file="/WEB-INF/wechat/iot/common/pager.jsp"%>
-
-
-
- {0}
- 参数设置
- {1}
-
-
- {3}
-
-
-
-
-
-
+
+
+<%@ include file="/WEB-INF/wechat/iot/common/pager.jsp" %>
+
+
+
+ {0}
+ 参数设置
+ {1}
+
+
+ {3}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file