|
|
@ -10,8 +10,28 @@
|
|
|
|
<link rel="stylesheet" th:href="@{/css/lot-ui/bootstrap-table.css}"/>
|
|
|
|
<link rel="stylesheet" th:href="@{/css/lot-ui/bootstrap-table.css}"/>
|
|
|
|
<link rel="stylesheet" th:href="@{/css/lot-ui/Iot-sensorSummaryStyle.css}"/>
|
|
|
|
<link rel="stylesheet" th:href="@{/css/lot-ui/Iot-sensorSummaryStyle.css}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
<!--<style type="text/css">
|
|
|
|
</style>
|
|
|
|
div::-webkit-scrollbar {
|
|
|
|
|
|
|
|
/*滚动条整体样式*/
|
|
|
|
|
|
|
|
width: 5px;
|
|
|
|
|
|
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
|
|
|
|
height: 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div::-webkit-scrollbar-thumb {
|
|
|
|
|
|
|
|
/*滚动条里面小方块*/
|
|
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
background: #004EA1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div::-webkit-scrollbar-track {
|
|
|
|
|
|
|
|
/*滚动条里面轨道*/
|
|
|
|
|
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
background: #EDEDED;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>-->
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<!--传感器类型-->
|
|
|
|
<!--传感器类型-->
|
|
|
|