mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
界面优化和Bug修复
This commit is contained in:
parent
a0174c3d8a
commit
93b96caed5
@ -708,6 +708,7 @@ html.night-mode .tip-text::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-left-column {
|
.site-left-column {
|
||||||
|
width: 100%;
|
||||||
background: #ffffffb3;
|
background: #ffffffb3;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -751,7 +752,7 @@ p#site_keyword span {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
box-shadow: 0 0 8px 2px #b9b9b9;
|
box-shadow: 0 0 8px 2px #ededed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-right-logo img,
|
.site-right-logo img,
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="urls-tools-item urls-tools-qr">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user