界面优化和Bug修复

This commit is contained in:
LyLme 2024-05-06 00:56:47 +08:00
parent a0174c3d8a
commit 93b96caed5
2 changed files with 20 additions and 19 deletions

View File

@ -708,6 +708,7 @@ html.night-mode .tip-text::after {
}
.site-left-column {
width: 100%;
background: #ffffffb3;
border-radius: 10px;
padding: 10px;
@ -751,7 +752,7 @@ p#site_keyword span {
padding: 2px;
border-radius: 10px;
background: #f9f9f9;
box-shadow: 0 0 8px 2px #b9b9b9;
box-shadow: 0 0 8px 2px #ededed;
}
.site-right-logo img,

View File

@ -122,7 +122,7 @@
</div>
<div class="urls-tools-item urls-tools-qr">
<a href="javascript:void(0);" class="urls-tools-btn btn-wap">手机查看 <i class="fa fa-qrcode"></i></a>
<span id="code"><img width="100" height="100" src="/include/qrcode.php?text=<?php $url_herf ?>"></span>
<span id="code"><img width="100" height="100" src="/include/qrcode.php?text=<?php echo $url_herf ?>"></span>
</div>
</div>
<?php