From f794775e440500243ae04e315b7b4fc40dbacf46 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 11 Jul 2022 09:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- custom/public/rotation3D/rotation3D.css | 3 ++- templates/base/footer.tmpl | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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}}