🦄 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 { html {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 780px; width: 100%;
font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif; font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
} }
@ -18,7 +18,7 @@ html {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 780px; width: 100%;
height: 450px; height: 450px;
z-index: -1; z-index: -1;
object-fit: cover; object-fit: cover;
@ -46,7 +46,7 @@ html {
.songinfobox { .songinfobox {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 30px 0px; padding: 30px 0px 17px 0px;
} }
.info { .info {
@ -127,3 +127,12 @@ html {
color: #fff; color: #fff;
box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.4); 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>
</div> </div>
{{/if}} {{/if}}
<div class="logo">Created By Yunzai-Bot & R-Plugin</div>
</div> </div>
</div> </div>
</div> </div>