Skip to content

Commit

Permalink
updated 图片调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaole committed Apr 25, 2024
1 parent af34067 commit ec6e666
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,14 +423,17 @@ <h3>应用场景</h3>
</div>
<div class="mod-foot">
<div class="inner">
<div class="hd"><span>🫣支持我的开源</span></div>
<div class="hd"><span>😳支持我的开源</span></div>
<div class="bd">
<div class="box">
<div class="item">
<img src="static/image/qrcode-wechat.jpg" height="240" alt="微信支付"/>
<img src="static/image/qrcode-wechat.jpg" height="280" alt="微信支付"/>
</div>
<div class="item">
<img src="static/image/qrcode-alipay.jpg" height="240" alt="支付宝支付"/>
<img src="static/image/qrcode-alipay.jpg" height="280" alt="支付宝支付"/>
</div>
<div class="item">
<img src="static/image/qrcode-luckmoney.png" height="280" alt="红包"/>
</div>
</div>
</div>
Expand Down
Binary file modified static/image/qrcode-alipay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/qrcode-luckmoney.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/image/qrcode-wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions static/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -631,16 +631,16 @@ a:hover{
color: #646464;
}
.mod-foot .bd .box{
width: 360px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.mod-foot .bd .box .item{
display: inline-block;
margin: 0 5px;
margin: 0 5px 10px;
border: 1px solid #f0f0f0;
filter: grayscale(0.6);
border-radius: 8px;
overflow: hidden;
}
.mod-foot .bd{
padding: 10px 0;
Expand Down
5 changes: 4 additions & 1 deletion zh-HK.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h3>應用場景</h3>
</div>
<div class="mod-foot">
<div class="inner">
<div class="hd"><span>🫣支持我的開源</span></div>
<div class="hd"><span>😳支持我的開源</span></div>
<div class="bd">
<div class="box">
<div class="item">
Expand All @@ -432,6 +432,9 @@ <h3>應用場景</h3>
<div class="item">
<img src="static/image/qrcode-alipay.jpg" height="240" alt="支付寶支付"/>
</div>
<div class="item">
<img src="static/image/qrcode-luckmoney.jpg" height="280" alt="红包"/>
</div>
</div>
</div>
<div class="ft">
Expand Down

0 comments on commit ec6e666

Please sign in to comment.