diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css old mode 100644 new mode 100755 index 92a5cb20c..a038ae7c7 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -66,11 +66,17 @@ background: #DFE9F0; padding-top: 0; border: none; - margin-bottom: 13em; + margin-bottom: 11em; } .ui.secondary.hometop.segment #navbar{ z-index: 10; } +.ui.secondary.c2net.segment{ + background: #f8faff; + margin-bottom: 5em; + padding-top: 2em; + border: none; +} .hometop .ui.secondary.menu .active.item{ color: #000; @@ -134,6 +140,9 @@ .i-code-pic > img{ margin-bottom: -3.0rem; } +.i-env .ui.cards>.card{ + box-shadow:none; +} .i-env .ui.cards>.card>.image{ background: none; } @@ -144,18 +153,17 @@ #homenews{ position: relative; z-index: 9; - bottom: -9em; - width: 500px; + bottom: -6em; } #homenews > p{ color: #BBBBBB; margin-left: 2.3em; } .homenews{ - border-radius: 1.2em; + border-radius: 2em; background-color: rgba(16, 16, 16, .9); position: relative; - padding: 1.0em 1.0em 1.0em 1.3em; + padding-left: 2.3em !important; } .homeorg, .homepro, .homemodel, .i-env{ position: relative; @@ -164,7 +172,7 @@ .homenews::before{ content: ''; position: absolute; - left: 2em; + left: 3em; top: 0; bottom: 0; background-color: rgba(105, 192, 255, .4); @@ -209,8 +217,7 @@ height: auto; border-top: 2px solid #3291F8; border-right: 2px solid #3291F8; - border-bottom: 2px solid #3291F8; - border-radius: 0 4.0em 4.0em 0; + border-radius: 0 4.0em 0 0; width: 10em; z-index: 6; } @@ -381,11 +388,8 @@ /* rotation3D */ #app{ - position: absolute; - right: 0px; width: 800px; - top: 30px; - z-index: 6; + margin: 0 auto; } .aiData{ position: absolute; @@ -400,7 +404,7 @@ font-size: 1.1rem; } .rotation3D-baseMap{ - position: absolute; left: 0; right: 0; top: 160px; margin: auto; + position: absolute; left: 0; right: 0; top: 270px; margin: auto; width: 800px; height: 516px; background: url("../rotation3D/img/baseMap.png") no-repeat; background-size: cover; diff --git a/custom/public/img/i-pic-01.jpg b/custom/public/img/i-pic-01.jpg new file mode 100755 index 000000000..9c9d8dc06 Binary files /dev/null and b/custom/public/img/i-pic-01.jpg differ diff --git a/custom/public/img/i-pic-02.jpg b/custom/public/img/i-pic-02.jpg new file mode 100755 index 000000000..b86c5c1d0 Binary files /dev/null and b/custom/public/img/i-pic-02.jpg differ diff --git a/custom/public/img/i-pic-03.jpg b/custom/public/img/i-pic-03.jpg new file mode 100755 index 000000000..edba466a3 Binary files /dev/null and b/custom/public/img/i-pic-03.jpg differ diff --git a/custom/public/img/i-pic-04.jpg b/custom/public/img/i-pic-04.jpg new file mode 100755 index 000000000..2cb1af48a Binary files /dev/null and b/custom/public/img/i-pic-04.jpg differ diff --git a/custom/public/rotation3D/img/idc-green.png b/custom/public/rotation3D/img/idc-green.png old mode 100644 new mode 100755 index 2a8a12a78..5e900e5bd Binary files a/custom/public/rotation3D/img/idc-green.png and b/custom/public/rotation3D/img/idc-green.png differ diff --git a/custom/public/rotation3D/img/idc-red.png b/custom/public/rotation3D/img/idc-red.png old mode 100644 new mode 100755 index 7d9067109..d8ee764b1 Binary files a/custom/public/rotation3D/img/idc-red.png and b/custom/public/rotation3D/img/idc-red.png differ diff --git a/custom/public/rotation3D/img/idc-yellow.png b/custom/public/rotation3D/img/idc-yellow.png old mode 100644 new mode 100755 index 60ff254ff..b63282a9c Binary files a/custom/public/rotation3D/img/idc-yellow.png and b/custom/public/rotation3D/img/idc-yellow.png differ diff --git a/custom/public/rotation3D/rotation3D.css b/custom/public/rotation3D/rotation3D.css old mode 100644 new mode 100755 index 01ec6bcc6..12fa64a1d --- a/custom/public/rotation3D/rotation3D.css +++ b/custom/public/rotation3D/rotation3D.css @@ -3,8 +3,8 @@ 椭圆会使内部失真 transform: rotateX(50deg); */ .rotation3D{ - position: relative; width: 800px; height: 800px; cursor: move; user-select: none; - margin: 0 auto; margin-top: -40px; + position: relative; width: 800px; height: 600px; cursor: move; user-select: none; + margin: 0 auto; /* border: 1px solid white; border-radius: 100%; */ } .rotation3D .center{ @@ -57,15 +57,18 @@ content: "西安未来人工智能计算中心"; } .itemList .rotation3D__item:nth-child(7) .cont p::after{ - content: "中原人工智能计算中心"; + content: "更多接入中…"; } .itemList .rotation3D__item:nth-child(8) .cont p::after{ - content: "成都人工智能计算中心"; + content: "中原人工智能计算中心"; } .itemList .rotation3D__item:nth-child(9) .cont p::after{ - content: "横琴先进智能计算中心"; + content: "成都人工智能计算中心"; } .itemList .rotation3D__item:nth-child(10) .cont p::after{ + content: "横琴先进智能计算中心"; +} +.itemList .rotation3D__item:nth-child(11) .cont p::after{ content: "国家超级计算济南中心"; } diff --git a/public/home/home.js b/public/home/home.js index 168224c34..9754de0cb 100755 --- a/public/home/home.js +++ b/public/home/home.js @@ -17,7 +17,7 @@ var swiperNewMessage = new Swiper(".newslist", { }, }); var swiperEvent = new Swiper(".event-list", { - slidesPerView: 2, + slidesPerView: 3, spaceBetween: 30, pagination: { el: ".swiper-pagination", diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl old mode 100644 new mode 100755 index c75609fe9..802854716 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -47,7 +47,7 @@ {{template "custom/footer" .}} {{if .PageIsHome}} - +