切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
143b6cbd91cff74dce58efdec8331749230bb67c
1 个父辈
60a919df
1 个管道 的构建
通过
耗费 4 秒
增加底部备案号
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
20 行增加
和
2 行删除
public/themes/simpleboot3/public/footer.html
public/themes/simpleboot3_mobile/public/assets/css/footer.css
public/themes/simpleboot3_mobile/public/footer.html
public/themes/simpleboot3/public/footer.html
查看文件 @
143b6cb
...
...
@@ -76,7 +76,7 @@
</div>
<!-- 下部 -->
<div
class=
"footer_bot "
>
<p
id=
"about_us"
>
Copyright © 2004-2019 独角星球 版权所有
</p>
<p
id=
"about_us"
>
Copyright © 2004-2019 独角星球 版权所有
京ICP备17035112号-2
</p>
</div>
</section>
</div>
...
...
public/themes/simpleboot3_mobile/public/assets/css/footer.css
查看文件 @
143b6cb
...
...
@@ -82,7 +82,12 @@
margin-top
:
0.74rem
;
}
.bot_nav_copy
{
.bottom_nav_copy1
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.bot_nav_copy1
{
font-size
:
0.24rem
;
font-weight
:
500
;
color
:
rgba
(
255
,
254
,
254
,
1
);
...
...
@@ -90,6 +95,14 @@
padding-bottom
:
0.32rem
;
}
.bot_nav_copy
{
font-size
:
0.24rem
;
font-weight
:
500
;
color
:
rgba
(
255
,
254
,
254
,
1
);
opacity
:
0.2
;
padding-bottom
:
0.15rem
;
}
/*底部*/
...
...
public/themes/simpleboot3_mobile/public/footer.html
查看文件 @
143b6cb
...
...
@@ -66,6 +66,11 @@
Copyright © 2004-2019 独角星球 版权所有
</div>
</div>
<div
class=
"bottom_nav_copy1"
>
<div
class=
"bot_nav_copy1"
>
京ICP备17035112号-2
</div>
</div>
</div>
<notempty
name=
"user"
>
<input
type=
"hidden"
value=
"1"
id=
"users"
>
...
...
请
注册
或
登录
后发表评论