🎈新增接龙插件,修改部分图形结构

This commit is contained in:
2024-07-18 18:18:55 +08:00
parent cc5c0e1dee
commit dd03dd6d3e
18 changed files with 30753 additions and 11 deletions

View File

@ -19,7 +19,7 @@ body {
}
.info-box {
border-radius: 60px;
/* border-radius: 60px; */
padding: 40px;
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.5);

View File

@ -20,7 +20,7 @@
.bot-icon-img {
height: 220px;
width: 220px;
border-radius: 50%;
/* border-radius: 50%; */
}
.bot-name {
@ -88,14 +88,14 @@
width: 100%;
height: 60px;
background-color: #ffffff44;
border-radius: 30px;
/* border-radius: 30px; */
align-items: center;
}
.disk-usage {
background-color: #a2d8f4;
height: 100%;
border-radius: 30px;
/* border-radius: 30px; */
position: absolute;
z-index: 1;
}

View File

@ -50,7 +50,7 @@ body {
}
.bot-icon {
border-radius: 50%;
/* border-radius: 50%; */
height: 200px;
background-color: white;
}
@ -102,6 +102,6 @@ body {
}
.addition-info {
font-size: 36px;
font-size: 32px;
color: #fff;
}