|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
<html lang="zh" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro" xmlns:th="http://www.thymeleaf.org">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>发泡和发泡线数据展示平台</title>
|
|
|
|
|
<link rel="stylesheet" href="../../../css/common/ondutyplan.css">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/foamBox/style.css">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/common/swiper-bundle.min.css">
|
|
|
|
|
<link href="../../../css/common/ondutyplan.css" rel="stylesheet">
|
|
|
|
|
<link href="../../../css/foamBox/style.css" rel="stylesheet">
|
|
|
|
|
<link href="../../../css/common/swiper-bundle.min.css" rel="stylesheet">
|
|
|
|
|
<script src="../../../js/common/swiper-bundle.min.js"></script>
|
|
|
|
|
<script src="../../../js/common/jquery.min.js"></script>
|
|
|
|
|
<script src="../../../js/common/echarts.min.js"></script>
|
|
|
|
@ -64,6 +64,18 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
const ids = [[${positionId}]];
|
|
|
|
|
if (ids === 2 || ids === 3) {
|
|
|
|
|
console.log($('body'))
|
|
|
|
|
$('body').css(
|
|
|
|
|
{
|
|
|
|
|
backgroundColor: 'aquamarine',
|
|
|
|
|
background: 'url(../../img/foamBox/foamBoxbackground2.jpg)',
|
|
|
|
|
backgroundPosition: 'center center',
|
|
|
|
|
backgroundRepeat: 'no-repeat',
|
|
|
|
|
backgroundAttachment: 'fixed',
|
|
|
|
|
backgroundSize: '100% 100%',
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// let info = `
|
|
|
|
|
// <td style="border:0px solid red;text-align:center;"><img src="${true ? '../../img/foamBox/deviceopen.png' :'../../img/foamBox/deviceopen.png'}" style="width: 30px;height: 30px;"/></td>
|
|
|
|
|