diff --git a/_config/css/styles.css b/_config/css/styles.css index 4568857..a7059f3 100644 --- a/_config/css/styles.css +++ b/_config/css/styles.css @@ -30,7 +30,7 @@ a { /****** Cover Page ******/ section.cover { - padding-bottom: 112px; /* fixed footer (liu) height */ + padding-bottom: 30px; /* fixed footer (liu) height */ height: auto; min-height: 100vh; /** @@ -46,7 +46,7 @@ section.cover .cover-main { align-items: center; flex-direction: column; margin: 0; - padding: 32px 16px 0; + /* padding: 0px 16px 0; */ } section.cover img { @@ -91,7 +91,7 @@ section.cover.show ~ .sidebar-toggle { background: #ffffff; bottom: 0; left: 0; - width: 100%; + /* width: 100%; */ padding: 40px; z-index: 5; } @@ -130,7 +130,7 @@ section.cover.show ~ .sidebar-toggle { overflow: hidden; transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); vertical-align: baseline; - text-transform: uppercase; + /* text-transform: uppercase; */ } .cover-main .buttons a:before, @@ -378,11 +378,16 @@ body .sidebar-toggle span:nth-child(3) { /****** FOOTER *******/ .footer { color: #747a83; - position: absolute; - bottom: -62%; + /* position: fixed; + bottom: 10px; z-index: 10; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%); */ + + z-index: 10; + width: 100%; + margin: 0 auto; + margin-top: 5%; } .footer > a { @@ -467,3 +472,27 @@ body .sidebar-toggle span:nth-child(3) { .icon-logo:before { content: '\e900'; } + +.skying-video { + width: 30%; + border-radius: 12px; + margin: 24px auto; +} + +.header { + display: flex; + justify-content: space-between; + width: 100%; + padding: 20px 10%; +} + +.doc { + position: fixed; + top: 8%; + right: 8%; +} + +.doc img { + width: 20px; + height: 20px; +} \ No newline at end of file diff --git a/_coverpage.md b/_coverpage.md index 7d9d894..179f2c0 100644 --- a/_coverpage.md +++ b/_coverpage.md @@ -1,3 +1,14 @@ + + +
+ + + +
+ @@ -9,13 +20,22 @@ -- 操作手册 -- 技术文档 + + +
+ Windows 下载 + Mac 下载 +
+ + diff --git a/_media/svg/doc.svg b/_media/svg/doc.svg new file mode 100644 index 0000000..3152851 --- /dev/null +++ b/_media/svg/doc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_media/video/skying.mp4 b/_media/video/skying.mp4 new file mode 100644 index 0000000..28c3d1b Binary files /dev/null and b/_media/video/skying.mp4 differ