Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
website
提交
4b42912b
W
website
项目概览
openeuler
/
website
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
W
website
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
4b42912b
编写于
4月 09, 2020
作者:
O
openeuler-ci-bot
提交者:
Gitee
4月 09, 2020
浏览文件
操作
浏览文件
下载
差异文件
!104 Add a floating FAQ figure on the main page.
Merge pull request !104 from chenyujiahw/website0409
上级
d0802655
9f87ba0f
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
47 addition
and
3 deletion
+47
-3
i18n/en.toml
i18n/en.toml
+3
-0
i18n/zh.toml
i18n/zh.toml
+3
-0
themes/project/layouts/index.html
themes/project/layouts/index.html
+4
-3
themes/project/layouts/partials/floatingFaq.html
themes/project/layouts/partials/floatingFaq.html
+7
-0
themes/project/static/css/custom.css
themes/project/static/css/custom.css
+25
-0
themes/project/static/css/custommobile.css
themes/project/static/css/custommobile.css
+5
-0
themes/project/static/img/service.png
themes/project/static/img/service.png
+0
-0
未找到文件。
i18n/en.toml
浏览文件 @
4b42912b
...
...
@@ -102,6 +102,9 @@ other = "Get more in "
[main_mail_more_link]
other
=
"/en/community/mails.html"
[main_faq]
other
=
"/en/about_openeuler/docs/whtisopeneuler.html"
[main_mail_more_list]
other
=
"Mail List"
...
...
i18n/zh.toml
浏览文件 @
4b42912b
...
...
@@ -101,6 +101,9 @@ other = "更多订阅请点击"
[main_mail_more_link]
other
=
"/zh/community/mails.html"
[main_faq]
other
=
"/zh/about_openeuler/docs/whtisopeneuler.html"
[main_mail_more_list]
other
=
"邮件列表"
# DOC page
...
...
themes/project/layouts/index.html
浏览文件 @
4b42912b
...
...
@@ -27,10 +27,11 @@
{{ partial "footer.html" . }}
</div>
<!-- /#all -->
{{ partial "floatingFaq.html" . }}
{{ partial "scripts.html" . }}
</div>
<!-- /#all -->
{{ partial "scripts.html" . }}
</body>
...
...
themes/project/layouts/partials/floatingFaq.html
0 → 100644
浏览文件 @
4b42912b
<div
id=
"FAQ"
>
<a
href=
"{{i18n "
main_faq
"}}"
>
<img
src=
"../img/service.png"
alt=
""
>
<span>
FAQ
</span>
</a>
</div>
\ No newline at end of file
themes/project/static/css/custom.css
浏览文件 @
4b42912b
...
...
@@ -135,6 +135,31 @@
border
:
1px
solid
#78ABF6
;
}
#FAQ
{
width
:
56px
;
height
:
56px
;
background-color
:
#EF0005
;
color
:
#fff
;
position
:
fixed
;
right
:
0
;
top
:
70%
;
border-radius
:
2px
;
}
#FAQ
a
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
color
:
#fff
;
font-size
:
13px
;
}
#FAQ
a
img
{
width
:
24px
;
}
/*�ֲ�end*/
@media
screen
and
(
max-width
:
768px
){
.wrapper
>
div
>
div
>
p
:nth-child
(
1
)
{
...
...
themes/project/static/css/custommobile.css
浏览文件 @
4b42912b
...
...
@@ -459,6 +459,11 @@
.main
.content
.nav
li
p
{
font-size
:
.24rem
;
}
#FAQ
{
display
:
none
}
footer
{
padding
:
.4rem
.6rem
;
}
...
...
themes/project/static/img/service.png
0 → 100644
浏览文件 @
4b42912b
689 字节
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录