2022-05-22 13:10:10 +00:00
|
|
|
.container {
|
|
|
|
width: 790px;
|
|
|
|
}
|
|
|
|
|
2022-06-04 21:29:24 +00:00
|
|
|
.uid {
|
|
|
|
margin: 20px 10px 10px;
|
|
|
|
text-shadow: 0 0 3px #000, 2px 2px 4px rgba(0, 0, 0, .7);
|
|
|
|
text-align: right;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-05-22 13:10:10 +00:00
|
|
|
.artis {
|
|
|
|
width: 790px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.artis .item {
|
2023-10-14 15:02:20 +00:00
|
|
|
height: 190px;
|
|
|
|
margin-bottom: 10px;
|
2022-05-22 13:10:10 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.artis .item .avatar {
|
|
|
|
position: absolute;
|
2023-10-14 13:17:27 +00:00
|
|
|
right: 0;
|
2022-08-06 19:06:12 +00:00
|
|
|
top: 24px;
|
2022-05-22 13:10:10 +00:00
|
|
|
width: 38px;
|
|
|
|
height: 38px;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2023-10-14 15:02:20 +00:00
|
|
|
.artis .item.arti .arti-icon {
|
|
|
|
right: 10px;
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
2022-05-22 13:10:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.artis .item .avatar img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2023-10-14 13:17:27 +00:00
|
|
|
}
|