Skip to content

Commit df1c4a9

Browse files
committed
调整头部标签等说明;优化style代码
1 parent 3b26b0f commit df1c4a9

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

index.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>APIJSON.org</title>
4+
<title>APIJSON.cn</title>
55
<meta charset="utf-8" />
6-
<meta name="keywords" content="apijson,api,json,fastjson,json在线解析,json格式化,json格式验证,json数组"/>
7-
<meta name="description" content="后端零用时开发接口,前端/客户端 定制返回JSON的内容和结构"/>
6+
<meta name="keywords" content="apijson,api,json,fastjson,json在线解析,json格式化验证"/>
7+
<meta name="description" content="后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构"/>
88
<link href="css/hint.min.css" rel="stylesheet">
99
<!-- <link href="css/diffview.css" rel="stylesheet"> -->
1010
<link href="css/loading.css" rel="stylesheet">
@@ -22,18 +22,29 @@
2222
flex-grow: 1
2323
/* justify-content: center */
2424
}
25-
.transfer{
25+
.transfer {
2626
width: 58px;
2727
height: 100%;
2828
margin: 0;
2929
padding: 0;
3030
}
31-
.send{
31+
.send {
3232
width: 25%;
3333
height: 100%;
3434
margin: 0;
3535
padding: 0;
3636
}
37+
.statement {
38+
position: absolute;
39+
bottom: 0px;
40+
width: 100%;
41+
text-align: center;
42+
font-size: small;
43+
z-index: 100;
44+
background-color: white;
45+
color: #bbb;
46+
border-top: #fafafa 1px solid;
47+
}
3748
</style>
3849
<div id="app">
3950
<div class="side-top">
@@ -203,7 +214,7 @@
203214
</div>
204215
</div>
205216

206-
<div style="position: absolute;bottom: 0px;width: 100%; text-align: center; font-size: small; z-index: 100; background-color: white; color: #bbb; border-top: #fafafa 1px solid;">
217+
<div class="statement">
207218
Copyright ©2017 APIJSON.cn All right reserved.
208219
<a href="http://www.miitbeian.gov.cn/" target="_blank">
209220
<span >粤ICP备18005508号-1.</span>

0 commit comments

Comments
 (0)