|
|
@@ -821,7 +821,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
|
|
|
- <li style="width: 348px !important; float: left; display: block; bottom: 34px;">
|
|
|
+ <li style="width: 348px !important; float: left; display: block;">
|
|
|
<div class="item">
|
|
|
<h3>2024</h3>
|
|
|
<div class="desc">
|
|
|
@@ -832,6 +832,17 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
+ <li style="width: 348px !important; float: left; display: block;">
|
|
|
+ <div class="item">
|
|
|
+ <h3>2025</h3>
|
|
|
+ <div class="desc">
|
|
|
+ <p>
|
|
|
+ 荣获国家科技部科技评估标准化试点单位;荣获长沙市科技局研发全流程数智化技术创新中心;
|
|
|
+ 技术服务升级为6.0:研发效能提升“线上+线下”解决方案
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
|
|
|
<li style="width: 253px; float: left; display: none;">
|
|
|
<div class="item">
|
|
|
@@ -1007,11 +1018,11 @@
|
|
|
})
|
|
|
$("#right").on("click",function() {
|
|
|
num -= 200
|
|
|
- if(num == -6300){
|
|
|
- num = -6547
|
|
|
+ if(num == -6500){
|
|
|
+ num = -6747
|
|
|
$("#changeUl").css({ "transform": "translate3d("+num+"px, 0px, 0px)", "transition-duration": "1000ms" })
|
|
|
}
|
|
|
- if(num <= -6567) {
|
|
|
+ if(num <= -6767) {
|
|
|
num = -200
|
|
|
$("#changeUl").css({ "transform": "translate3d("+num+"px, 0px, 0px)", "transition-duration": "0ms","transition": "0" })
|
|
|
setTimeout(function(){
|