miao-plugin/resources/character/artis.css
yoimiya-kokomi bf26e880a6 #面板练度统计、'#面板列表`功能与样式优化
内嵌字体改为默认woff格式
调整部分页面与资源的结构与引用逻辑
2022-08-09 05:16:37 +08:00

35 lines
573 B
CSS

.container {
width: 790px;
}
.uid {
margin: 20px 10px 10px;
text-shadow: 0 0 3px #000, 2px 2px 4px rgba(0, 0, 0, 0.7);
text-align: right;
color: #fff;
}
.artis {
width: 790px;
}
.artis .item {
height: 205px;
overflow: hidden;
}
.artis .item .avatar {
position: absolute;
left: 30px;
top: 24px;
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%;
}
/*# sourceMappingURL=artis.css.map */