diff --git a/custom/public/rotation3D/rotation3D.css b/custom/public/rotation3D/rotation3D.css index c9b835e09..0ee9fce7d 100644 --- a/custom/public/rotation3D/rotation3D.css +++ b/custom/public/rotation3D/rotation3D.css @@ -30,10 +30,13 @@ .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{ + font-size: 12px; content: ''; position: absolute; left: 0; right: 0; + margin-top: 60px; + color: #888; } .itemList .rotation3D__item:nth-child(1) .cont p::after{ content: "鹏城云脑一号"; @@ -124,8 +127,8 @@ offset-path: path("M20 0 S 40 200, 20 400"); offset-distance: 0%; } @keyframes svg-path-animation { - from {offset-distance: 0%;} - to {offset-distance: 100%;} + from {offset-distance: 100%;} + to {offset-distance: 0%;} } .dot4 > span{ position: absolute; diff --git a/templates/home.tmpl b/templates/home.tmpl index 89471c379..cd600dc83 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -29,11 +29,9 @@