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