From 23b519585b67e543e8d497d159e35a1183b80b01 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Tue, 24 May 2022 14:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=99=BA=E7=AE=97=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E5=88=86=E4=B8=AD=E5=BF=83=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/rotation3D/rotation3D.css | 30 ++++++++++++++++++++++++++++++ templates/home.tmpl | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/custom/public/rotation3D/rotation3D.css b/custom/public/rotation3D/rotation3D.css index 7f93f1025..d29ee5cb7 100644 --- a/custom/public/rotation3D/rotation3D.css +++ b/custom/public/rotation3D/rotation3D.css @@ -29,6 +29,36 @@ .rotation3D__item .cont{ position: relative; z-index: 2; } .rotation3D__item .cont .iconfont { font-size: 28px; margin-top: 30px; margin-bottom: 96px; display: block; } .rotation3D__item .cont p{ color: #101010; } +.itemList .rotation3D__item .cont p::after{ + content: ''; + position: absolute; + left: 0; + right: 0; +} +.itemList .rotation3D__item:nth-child(1) .cont p::after{ + content: "云脑一号"; +} +.itemList .rotation3D__item:nth-child(2) .cont p::after{ + content: "云脑二号"; +} +.itemList .rotation3D__item:nth-child(3) .cont p::after{ + content: "北大分中心"; +} +.itemList .rotation3D__item:nth-child(4) .cont p::after{ + content: "合肥分中心"; +} +.itemList .rotation3D__item:nth-child(5) .cont p::after{ + content: "武汉AI中心"; +} +.itemList .rotation3D__item:nth-child(6) .cont p::after{ + content: "西安AI中心"; +} +.itemList .rotation3D__item:nth-child(7) .cont p::after{ + content: "中原AI中心"; +} +.itemList .rotation3D__item:nth-child(8) .cont p::after{ + content: "成都AI中心"; +} .rotation3D__item.blue{ color: #01e9fc; } .rotation3D__item.green{ color: #b4b3ca; } diff --git a/templates/home.tmpl b/templates/home.tmpl index 5a602dab7..aa7a21ccc 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -20,7 +20,7 @@
- +