Skip to content

Commit 3b26b0f

Browse files
committed
新增备案号及版权说明
1 parent 961916a commit 3b26b0f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ a:active svg, a:hover svg{
155155
width: 40%;
156156
box-shadow: 1px 1px 1px rgba(245, 244, 244, 0.52);
157157
padding-top: 40px;
158+
padding-bottom: 10px;
158159
}
159160

160161
.left-bar {
@@ -204,6 +205,7 @@ textarea {
204205
bottom: 0;
205206
width: 60%;
206207
padding-left: 5px;
208+
padding-bottom: 10px;
207209
display: flex;
208210
align-items: center;
209211
justify-content: center
@@ -467,7 +469,7 @@ textarea {
467469
top: 50px;
468470
bottom: 0;
469471
left: 40%;
470-
z-index: 100;
472+
z-index: 50;
471473
cursor: w-resize;
472474
border-right: rgba(221, 221, 221, 0.34) 1px solid;
473475
border-left: rgba(221, 221, 221, 0.34) 1px solid;

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="side-top">
4040
<img src="img/logo.png" class="logo-img"/>
4141
<a class="logo" href="https://github.com/TommyLemon/APIJSON" target="_blank">
42-
<span class="on">APIJSON</span><span >.org</span>
42+
<span class="on">APIJSON</span><span >.cn</span>
4343
</a>
4444
<a href="https://github.com/TommyLemon/APIJSONAuto" target="_blank">
4545
<span class="slogan" >在线解析 </span><span class="slogan" v-show="isDelayShow" >2s</span>
@@ -203,6 +203,14 @@
203203
</div>
204204
</div>
205205

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;">
207+
Copyright ©2017 APIJSON.cn All right reserved.
208+
<a href="http://www.miitbeian.gov.cn/" target="_blank">
209+
<span >粤ICP备18005508号-1.</span>
210+
</a>
211+
本网站部分工具是站长整合网上已有工具、开源包等,并全部遵循原有协议发布,著作权归属原作者或是团队。
212+
</div>
213+
206214
<!--弹出保存框-->
207215
<div class="save-box" v-show="isSaveShow">
208216
<svg class="icon close-icon" @click="showSave(false)">

0 commit comments

Comments
 (0)