File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ a:active svg, a:hover svg{
155
155
width : 40% ;
156
156
box-shadow : 1px 1px 1px rgba (245 , 244 , 244 , 0.52 );
157
157
padding-top : 40px ;
158
+ padding-bottom : 10px ;
158
159
}
159
160
160
161
.left-bar {
@@ -204,6 +205,7 @@ textarea {
204
205
bottom : 0 ;
205
206
width : 60% ;
206
207
padding-left : 5px ;
208
+ padding-bottom : 10px ;
207
209
display : flex;
208
210
align-items : center;
209
211
justify-content : center
@@ -467,7 +469,7 @@ textarea {
467
469
top : 50px ;
468
470
bottom : 0 ;
469
471
left : 40% ;
470
- z-index : 100 ;
472
+ z-index : 50 ;
471
473
cursor : w-resize;
472
474
border-right : rgba (221 , 221 , 221 , 0.34 ) 1px solid;
473
475
border-left : rgba (221 , 221 , 221 , 0.34 ) 1px solid;
Original file line number Diff line number Diff line change 39
39
< div class ="side-top ">
40
40
< img src ="img/logo.png " class ="logo-img "/>
41
41
< 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 >
43
43
</ a >
44
44
< a href ="https://github.com/TommyLemon/APIJSONAuto " target ="_blank ">
45
45
< span class ="slogan " > 在线解析 </ span > < span class ="slogan " v-show ="isDelayShow " > 2s</ span >
203
203
</ div >
204
204
</ div >
205
205
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
+
206
214
<!--弹出保存框-->
207
215
< div class ="save-box " v-show ="isSaveShow ">
208
216
< svg class ="icon close-icon " @click ="showSave(false) ">
You can’t perform that action at this time.
0 commit comments