updated DEMO添加关注按键
This commit is contained in:
parent
687390e060
commit
643458a55f
@ -59,6 +59,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<p>本计算器为开源软件,引用还请注明来源“passer-by.com制作”,直接引用脚本可以获取最新更新!</p>
|
<p>本计算器为开源软件,引用还请注明来源“passer-by.com制作”,直接引用脚本可以获取最新更新!</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="buttons">
|
||||||
|
<a class="github-button" href="https://github.com/mumuy" data-style="mega" data-count-href="/mumuy/followers" data-count-api="/users/mumuy#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @mumuy on GitHub">Follow @mumuy</a>
|
||||||
|
<a class="github-button" href="https://github.com/mumuy/relationship" data-style="mega" data-count-href="/mumuy/relationship/stargazers" data-count-api="/repos/mumuy/relationship#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mumuy/relationship on GitHub">Star</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -127,5 +131,6 @@
|
|||||||
$btns[3].disabled=false;
|
$btns[3].disabled=false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -97,3 +97,8 @@ a:hover{
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
}
|
}
|
||||||
|
.mod-panel .buttons{
|
||||||
|
padding: 0 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user