🦄 reactor: 插件显示

This commit is contained in:
秋刀鱼 2024-11-08 09:17:07 +08:00
parent 08b4d5d652
commit c2ddab4048
2 changed files with 13 additions and 3 deletions

View File

@ -9,7 +9,7 @@ body,
html {
margin: 0;
padding: 0;
width: 780px;
width: 100%;
font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
@ -18,7 +18,7 @@ html {
position: absolute;
top: 0;
left: 0;
width: 780px;
width: 100%;
height: 450px;
z-index: -1;
object-fit: cover;
@ -46,7 +46,7 @@ html {
.songinfobox {
width: 100%;
height: 100%;
padding: 30px 0px;
padding: 30px 0px 17px 0px;
}
.info {
@ -126,4 +126,13 @@ html {
margin-left: 10px;
color: #fff;
box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.4);
}
.logo{
width: 100%;
text-align: center;
font-size: 15px;
margin-top: 20px;
color: rgba(255, 255, 255, 0.7);
font-family: 'singerName';
}

View File

@ -41,6 +41,7 @@
</div>
</div>
{{/if}}
<div class="logo">Created By Yunzai-Bot & R-Plugin</div>
</div>
</div>
</div>