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