From 73734cf70d945da7127d626e3dc81502f39992e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BA=9A=E9=B8=BF?= Date: Fri, 27 Nov 2020 12:41:43 +0800 Subject: [PATCH] !4 update join us * update join us * Merge branch 'master' of gitee.com:ascend/playground into master * update banner img * update page --- index.html | 34 ++++++++++++++++++-- main.css | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 123 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 06884c4..7428ba1 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,8 @@ integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> - Ascend Playground - + Ascend Playground +
@@ -455,7 +455,35 @@

查询样例

- +
+
注册码云账号
+
登录后,进入: https://gitee.com/ascend或
+
https://gitee.com/mindspore可看到昇腾社区上述公开项目
+ + + + +
+
+ +
扫描二维码加入Ascend组织
+
如您有其他需求,在咨询华为接口人后,可以
+
扫描二维码,申请加入Ascend组织
+ + + + + + + + +
+
+
等待社区管理员审核
+
期间管理员可能会私信咨询您相关信息
+ + +
diff --git a/main.css b/main.css index fd81924..1c641bf 100644 --- a/main.css +++ b/main.css @@ -304,17 +304,37 @@ a.nav-link{ } .part1{ background: url("./img/smallClass/join_1.png"); + width: 100%; + height: 7rem; + background-size: 100% 100%; position: relative; margin-top: 3rem; + padding-top: 1px; } .part2{ background: url("./img/smallClass/join_2.png"); + width: 100%; + height: 20rem; + background-size: 100% 100%; position: relative; + margin-top: 3rem; + padding-top: 1px; margin: 3rem 0; + text-align: center; +} +.part2 img{ + width: 10rem; + height: 10rem; + margin: 1.5rem 0 0.5rem 0; } .part3{ background: url("./img/smallClass/join_3.png"); + width: 100%; + height: 8rem; + background-size: 100% 100%; position: relative; + margin-top: 3rem; + padding-top: 1rem; } .part1 div, .part2 div, .part3 div{ text-align: center; @@ -322,7 +342,78 @@ a.nav-link{ .join-us-title{ font-size: 1.5rem; color: #c73632; - margin: 1rem 0; + margin: 0.5rem 0; +} +.link-round{ + position: absolute; + width: 1.3rem; + height: 1.3rem; + background: url(./img/smallClass/join_5.png); + background-repeat: round; +} +.link-round1{ + top: 1rem; + left: 7rem; +} +.link-round2{ + top: 1rem; + right: 7rem; +} +.link-round3{ + bottom: 1rem; + left: 1.5rem; +} +.link-round4{ + bottom: 1rem; + right: 1.5rem; +} +.link-round5{ + top: 1rem; + left: 1.5rem; +} +.link-round6{ + top: 1rem; + right: 1.5rem; +} +.link-round7{ + bottom: 1rem; + left: 1.5rem; +} +.link-round8{ + bottom: 1rem; + right: 1.5rem; +} +.link-round9{ + top: 1rem; + left: 1.5rem; +} +.link-round10{ + top: 1rem; + right: 1.5rem; +} +.link-line{ + position: absolute; + z-index: 100; + width: 5px; + height: 6.5rem; + background: url(./img/smallClass/join_6.png); + background-repeat: round; +} +.link-line1{ + top: -4.7rem; + left: 2rem; +} +.link-line2{ + top: -4.7rem; + right: 2rem; +} +.link-line3{ + bottom: -4.7rem; + left: 2rem; +} +.link-line4{ + bottom: -4.7rem; + right: 2rem; } .right-content{ color: #fff;