mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🦄 reactor: 插件显示
This commit is contained in:
parent
08b4d5d652
commit
c2ddab4048
@ -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 {
|
||||
@ -127,3 +127,12 @@ html {
|
||||
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';
|
||||
}
|
@ -41,6 +41,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="logo">Created By Yunzai-Bot & R-Plugin</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user