Skip to content

Commit

Permalink
小调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed May 18, 2024
1 parent c99cca1 commit 66f5dbb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions p/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
body{padding:0;margin:0;font-size:20px;background-color:#1e1f22;}
#tools{position:fixed;left:0;top:0;z-index:1;background-color:#666;width:100%;padding:5px 5px 0 5px}
#tools div{padding-bottom:5px}
#tools .ml{margin-left:9px}
#imgs{margin-top:70px;padding:5px 0 0 5px;padding-bottom:10px}
img{margin-top:15px;background-color:#999}
img:first-child, img.hidden{margin-top:0;display:none}
Expand All @@ -34,15 +35,15 @@
<div id="bottons">
<input id="auto" type="button" value="手动"/>

<input id="save" type="button" value="未收藏" style="margin-left:10px"/>
<input id="save" type="button" value="未收藏" class="ml"/>
<input id="first" type="button" value=""/>
<input id="last" type="button" value=""/>

<input id="changeType" type="button" value="仅收藏" style="margin-left:10px"/>
<input id="changeType" type="button" value="仅收藏" class="ml"/>
<input id="prev" type="button" value="上一张"/>
<input id="next" type="button" value="下一张"/>

<input id="openConfigBtn" type="button" value="配置" style="margin-left:10px"/>
<input id="openConfigBtn" type="button" value="配置" class="ml"/>
</div>
</div>

Expand Down

0 comments on commit 66f5dbb

Please sign in to comment.