mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-08 21:26:22 +00:00
🎈新增接龙插件,修改部分图形结构
This commit is contained in:
@ -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);
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user