Skip to content

Commit

Permalink
Simple V0.92
Browse files Browse the repository at this point in the history
加深 QRCode 阴影, Github logo 添加变化过度动画。
  • Loading branch information
Kaiyuan Xie authored and Kaiyuan Xie committed Apr 30, 2016
1 parent d4e305d commit a7bea43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
var strHref = location.href.substring(location.href.indexOf("?")+1);
var ppitem_name = strHref.getQuery('item'); //项目名称
var donatrNo = strHref.getQuery('no'); //数量
var donatrNo = strHref.getQuery('no'); //金额
</script>
<script src="script.js"></script>
</head>
<body>
<a id="github" href="https://github.com/Kaiyuan/donate-page" target="_blank" class="pos-f" title="Github"></a>
<a id="github" href="https://github.com/Kaiyuan/donate-page" target="_blank" class="pos-f tr3" title="Github"></a>
<div id="DonateText" class="tr3">Donate</div>
<ul id="donateBox" class="list pos-f tr3">
<li id="PayPal">PayPal</li>
Expand All @@ -33,6 +33,7 @@
<div id="QRBox" class="pos-f left-100">
<div id="MainBox"></div>
</div>
<!-- Bitcoin 账号 -->
<input id="btc-key" type="text" value="14JkMR68n4PBASB3TgvpjtaPTbfffSwFbW" readonly="readonly">
</body>
</html>
2 changes: 1 addition & 1 deletion simple/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ a{
background: #fff no-repeat center center;
background-size: 190px;
border-radius: 6px;
box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
#btc-key {
opacity: 0;
Expand Down

0 comments on commit a7bea43

Please sign in to comment.