mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
33 lines
408 B
CSS
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%;
|
||
|
}
|