Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
website
提交
e587befc
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,发现更多精彩内容 >>
提交
e587befc
编写于
7月 24, 2020
作者:
O
openeuler-ci-bot
提交者:
Gitee
7月 24, 2020
浏览文件
操作
浏览文件
下载
差异文件
!237 update the sytle of mobile footer
Merge pull request !237 from Leslie-L/master_moblieFooter
上级
a55c6b39
02852478
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
31 addition
and
7 deletion
+31
-7
themes/project/layouts/partials/footer.html
themes/project/layouts/partials/footer.html
+21
-2
themes/project/static/css/custom.css
themes/project/static/css/custom.css
+2
-1
themes/project/static/css/custommobile.css
themes/project/static/css/custommobile.css
+8
-4
未找到文件。
themes/project/layouts/partials/footer.html
浏览文件 @
e587befc
<footer>
<div
class=
"foot"
>
<div
class=
"foot
isPc
"
>
<div
class=
"contact"
>
<h2>
{{ .Site.Params.author | safeHTML }}
</h2>
<div
class=
"flex align-center"
>
...
...
@@ -7,11 +7,30 @@
</div>
</div>
<div
class=
"notice"
>
{{ .Site.Params.copyright.text | safeHTML }}
<div
class=
"notice-box"
>
{{ .Site.Params.copyright.text | safeHTML }}
</div>
</div>
<div
class=
"qr-code"
>
<img
id=
"imgRight"
src=
"/img/banners/QRcode.jpg"
alt=
""
>
<p>
{{ i18n "main_footer_QRcode" }}
</p>
</div>
</div>
<div
class=
"foot isH5"
>
<div
class=
"contact"
>
<h2>
{{ .Site.Params.author | safeHTML }}
</h2>
<div
class=
"flex align-center"
>
<p><a
href=
"mailto:{{ .Site.Params.email | safeHTML }}"
>
{{ .Site.Params.email | safeHTML }}
</a></p>
</div>
</div>
<div
class=
"qr-code"
>
<img
id=
"imgRight"
src=
"/img/banners/QRcode.jpg"
alt=
""
>
<p>
{{ i18n "main_footer_QRcode" }}
</p>
</div>
<div
class=
"notice"
>
<div
class=
"notice-box"
>
{{ .Site.Params.copyright.text | safeHTML }}
</div>
</div>
</div>
</footer>
themes/project/static/css/custom.css
浏览文件 @
e587befc
...
...
@@ -549,7 +549,7 @@ footer {
background
:
#111
;
color
:
#fff
;
}
footer
.foot
{
footer
.foot
.isPc
{
max-width
:
1366px
;
margin
:
0
auto
;
display
:
flex
;
...
...
@@ -608,6 +608,7 @@ footer .notice span {
}
footer
.qr-code
{
text-align
:
center
;
margin-top
:
5px
;
}
footer
.qr-code
p
{
font-size
:
12px
;
...
...
themes/project/static/css/custommobile.css
浏览文件 @
e587befc
...
...
@@ -491,10 +491,11 @@
footer
.foot
{
display
:
block
;
}
footer
.foot.isPc
{
display
:
none
;
}
footer
.foot
.contact
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
flex-end
;
text-align
:
center
;
}
footer
.foot
.contact
h2
{
font-size
:
0.46rem
;
...
...
@@ -502,12 +503,15 @@
}
footer
.foot
.contact
p
{
font-size
:
.24rem
;
margin
:
0
auto
;
}
footer
.foot
.contact
svg
{
width
:
12px
;
}
footer
.qr-code
{
margin-top
:
20px
;
}
footer
.foot
.notice
{
margin-top
:
.4rem
;
width
:
auto
;
}
#mask
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录