Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
578c0f51
提交
578c0f51
authored
5月 09, 2019
作者:
陈际林
浏览文件
操作
浏览文件
下载
差异文件
合并分支 'dev' 到 'release'
添加冀公网安备号 查看合并请求 QJMIS-CPD/CPD_company_site/web_company_site!42
上级
1a489eee
1353a872
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
31 行增加
和
21 行删除
+31
-21
about.html
about.html
+7
-5
contactus.html
contactus.html
+7
-5
index.css
css/index.css
+10
-6
index.html
index.html
+7
-5
没有找到文件。
about.html
浏览文件 @
578c0f51
...
...
@@ -403,11 +403,13 @@
</div>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<p
class=
"bottom_title"
>
唐山千家房地产经纪有限公司版权所有copyright www.allhome.com.cn Network.All Rights Reserved.
</p>
<a
href=
"http://www.miitbeian.gov.cn"
target=
"view_window"
class=
" filing_information"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀ICP备14024444号-1
</span>
</a>
<div
class=
"filing_information"
>
<a
class=
"link-top"
href=
"http://www.beian.miit.gov.cn"
target=
"view_window"
>
冀ICP备14024444号-1
</a>
<a
class=
"link-bottom"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13020302000933"
target=
"view_window"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀公网安备13020302000933号
</span>
</a>
</div>
</footer>
</body>
<script>
...
...
contactus.html
浏览文件 @
578c0f51
...
...
@@ -345,11 +345,13 @@
</div>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<p
class=
"bottom_title"
>
唐山千家房地产经纪有限公司版权所有copyright www.allhome.com.cn Network.All Rights Reserved.
</p>
<a
href=
"http://www.miitbeian.gov.cn"
target=
"view_window"
class=
" filing_information"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀ICP备14024444号-1
</span>
</a>
<div
class=
"filing_information"
>
<a
class=
"link-top"
href=
"http://www.beian.miit.gov.cn"
target=
"view_window"
>
冀ICP备14024444号-1
</a>
<a
class=
"link-bottom"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13020302000933"
target=
"view_window"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀公网安备13020302000933号
</span>
</a>
</div>
</footer>
</body>
<script>
...
...
css/index.css
浏览文件 @
578c0f51
...
...
@@ -1676,12 +1676,15 @@
margin-top
:
25px
;
}
#footer
.filing_information
{
text-decoration
:
none
;
position
:
relative
;
left
:
50%
;
top
:
10px
;
margin-left
:
-71px
;
#footer
.filing_information
a
{
display
:
block
;
text-align
:
center
;
color
:
rgba
(
255
,
255
,
255
,
.6
);
font-size
:
12px
;
line-height
:
20px
;
}
#footer
.filing_information
.link-top
{
padding-top
:
5px
;
}
#footer
.filing_information
img
{
width
:
20px
;
...
...
@@ -1693,6 +1696,7 @@
color
:
rgba
(
255
,
255
,
255
,
.6
);
font-size
:
12px
;
line-height
:
20px
;
padding-left
:
2px
;
}
/* 自定义动画 */
...
...
index.html
浏览文件 @
578c0f51
...
...
@@ -868,11 +868,13 @@
</div>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<p
class=
"bottom_title"
>
唐山千家房地产经纪有限公司版权所有copyright www.allhome.com.cn Network.All Rights Reserved.
</p>
<a
href=
"http://www.beian.miit.gov.cn"
target=
"view_window"
class=
" filing_information"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀ICP备14024444号-1
</span>
</a>
<div
class=
"filing_information"
>
<a
class=
"link-top"
href=
"http://www.beian.miit.gov.cn"
target=
"view_window"
>
冀ICP备14024444号-1
</a>
<a
class=
"link-bottom"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13020302000933"
target=
"view_window"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀公网安备13020302000933号
</span>
</a>
</div>
</footer>
</body>
<script>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论