diff --git a/custom/public/rotation3D/rotation3D.css b/custom/public/rotation3D/rotation3D.css index 032096b48..9590cb45f 100755 --- a/custom/public/rotation3D/rotation3D.css +++ b/custom/public/rotation3D/rotation3D.css @@ -40,6 +40,7 @@ margin-top: 60px; color: #101010; } +/* .itemList .rotation3D__item:nth-child(1) .cont p::after{ content: "鹏城云脑一号"; } @@ -73,7 +74,7 @@ .itemList .rotation3D__item:nth-child(11) .cont p::after{ content: "国家超级计算济南中心"; } - +*/ .rotation3D__item.blue{ color: #01e9fc; } .rotation3D__item.green{ color: #b4b3ca; } .rotation3D__item.yellow{ color: #ffd200; } diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 375e63aa5..b33fd1cb8 100755 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -115,9 +115,15 @@ }, methods: {}, }); - var pArrays = $('.itemList').find("p"); - console.log(pArrays.length); + $(document).ready(function(){ + var pArrays = $('.itemList').find("p"); + console.log(pArrays.length); + for(var i=0;i {{end}}