Browse Source

Merge branch 'web-0601' of https://git.openi.org.cn/OpenI/aiforge into web-0601

0601
pull/2272/head
Gitea 3 years ago
parent
commit
177472d20c
2 changed files with 31 additions and 1 deletions
  1. +30
    -0
      custom/public/rotation3D/rotation3D.css
  2. +1
    -1
      templates/home.tmpl

+ 30
- 0
custom/public/rotation3D/rotation3D.css View File

@@ -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; }


+ 1
- 1
templates/home.tmpl View File

@@ -20,7 +20,7 @@
<div class="baseImg"></div>
<div class="cont">
<i class="iconfont" :class="item.icon"></i>
<!--p>{item.name}</p-->
<p></p>
</div>
</div>
</div>


Loading…
Cancel
Save