diff --git a/qr/btc-taproot.png b/qr/btc-taproot.png index d810e90..e0a8709 100644 Binary files a/qr/btc-taproot.png and b/qr/btc-taproot.png differ diff --git a/qr/eth.png b/qr/eth.png index 32da2c0..e51589d 100644 Binary files a/qr/eth.png and b/qr/eth.png differ diff --git a/qr/sol.png b/qr/sol.png index c1b18ff..da1e870 100644 Binary files a/qr/sol.png and b/qr/sol.png differ diff --git a/qr/trx.png b/qr/trx.png index caadf5a..9c371d2 100644 Binary files a/qr/trx.png and b/qr/trx.png differ diff --git a/qr/xmr-1.png b/qr/xmr-1.png index fcb32d8..1b0ac1c 100644 Binary files a/qr/xmr-1.png and b/qr/xmr-1.png differ diff --git a/styles.css b/styles.css index 2323091..b2aa9cd 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,6 @@ body { font-family: Microsoft YaHei; - /* background-color: #f2f2f2; */ + font-weight: bold; background-image: url("img/bg.jpg"); background-size: cover; background-position: center; @@ -14,7 +14,7 @@ body { .container { z-index: 1; - background-color: rgba(255, 255, 255, 0.6); + background-color: rgba(255, 255, 255, 0.5); border-radius: 15px; text-align: center; padding: 20px; @@ -22,10 +22,8 @@ body { .card { width: 300px; - background-color: rgba(255, 255, 255, 0.6); border-radius: 15px; padding: 20px; - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); margin-bottom: 20px; transition: transform 0.3s ease-in-out; word-wrap: break-word; @@ -46,7 +44,7 @@ h1 { font-size: 16px; line-height: 1.5em; margin-bottom: 20px; - color: #e48237ff; + color: rgb(197, 41, 2); } .donation-card { @@ -78,16 +76,13 @@ select { #qr-code { width: 150px; - margin-bottom: 15px; } #address { font-family: consolas; font-size: 14px; - background-color: #f0f0f0; - padding: 10px; border-radius: 10px; - margin-bottom: 10px; + margin-top: 0; word-break: break-all; } @@ -153,5 +148,6 @@ button:hover { footer { font-size: 14px; + font-weight: normal; color: #777; }