mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
💄 新增雷达图数据的 tips
This commit is contained in:
@@ -310,11 +310,28 @@
|
||||
color: #4779c6;
|
||||
}
|
||||
|
||||
.radar-chart-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.radar-background {
|
||||
background: linear-gradient(222.34deg, #525252 11.97%, #1d1916 89.73%),
|
||||
linear-gradient(222.34deg, #4f9dff 11.97%, #2563ea 89.73%);
|
||||
}
|
||||
|
||||
#radar-chart {
|
||||
width: 275px;
|
||||
height: 275px;
|
||||
background: linear-gradient(222.34deg, #525252 11.97%, #1d1916 89.73%),
|
||||
linear-gradient(222.34deg, #4f9dff 11.97%, #2563ea 89.73%);
|
||||
}
|
||||
|
||||
.radar-description {
|
||||
text-align: left;
|
||||
padding-left: 20px;
|
||||
padding-top: 15px;
|
||||
font-size: 12px;
|
||||
color: #fafafa;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.singleplayer-box {
|
||||
|
||||
Reference in New Issue
Block a user