修改数据请求

master
夜笙歌 4 years ago
parent 8c5fd8b336
commit fe615c3782

@ -55,23 +55,23 @@ body {
width: 14.8%;
height: 17%;
top: 8.6%;
left: 80.7%;
left: 82.7%;
}
.infoTwo{
background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/info.png);
background-size: 100% 100%;
position: absolute;
width: 35.6%;
height: 6.2%;
top: 6.6%;
left: 30.7%;
height: 6%;
top: 3.6%;
left: 50%;
transform: translateX(-50%);
}
.infoThree{
background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/info.png);
background-size: 100% 100%;
position: absolute;
width: 17.6%;
height: 15.2%;
top: 5.2%;
height: 15.2%;;
top: 8.6%;
left: 0.7%;
}

@ -256,8 +256,8 @@ const tableAnimation = (el) => {
});
}, 2000);
}
const flip = (el) => {
const flip = (el,time = 2000) => {
$(el + '>.table>.tbody').animate({
scrollTop: $(el + '>.table>.tbody').scrollTop() + $(el + '>.table>.tbody').outerHeight(true)
},30000)
},time)
}

@ -174,8 +174,8 @@
width: 15%;
height: 5.6%;
position: absolute;
top: 10.5%;
left: 9.6%;
top: 10.2%;
left: 10.4%;
letter-spacing: 1px;
font-size: 12%;
}
@ -314,10 +314,10 @@
</div>
<!--<div id="info-1">朱峰</div>-->
<div class="display-blocks" id="info-2">
<span style="margin-right: 9%;"></span>
<span style="margin-right: 9%;"></span>
<span style="margin-right: 9%;"></span>
<div class="info-2" id="info-2">
<span style="margin-right: 13%;"></span>
<span style="margin-right: 13%;"></span>
<span style="margin-right: 13%;"></span>
<span style="margin-right: 9%;"></span>
</div>
<!--<div id="info-3"></div>-->

Loading…
Cancel
Save