miao-plugin/resources/character/artis.css
yoimiya-kokomi 23f14b028f * 增加 #圣遗物列表 命令,对已经获取面板的所有角色圣遗物进行评分,并展示高评分的圣遗物列表
* 增加 `#面板角色列表` 命令,查看已经获取面板的角色列表
* 公子面板增加EQ蒸发伤害计算
* 一些bugfix
2022-04-29 04:50:58 +08:00

33 lines
408 B
CSS

.container {
width: 790px;
}
.artis {
width: 790px;
}
.artis .item {
height: 205px;
overflow: hidden;
}
.artis .item .avatar {
position: absolute;
left: 32px;
top: 26px;
width: 38px;
height: 38px;
border-radius: 50%;
overflow: hidden;
z-index: 3;
}
.artis .item .arti-icon img {
width: 52px;
height: 52px;
}
.artis .item .avatar img {
max-width: 100%;
max-height: 100%;
}