mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
48 lines
595 B
Plaintext
48 lines
595 B
Plaintext
|
|
||
|
.container {
|
||
|
width: 525px;
|
||
|
background-size: cover;
|
||
|
}
|
||
|
|
||
|
.head-box {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
#profile-stat {
|
||
|
width: calc(100% + 30px);
|
||
|
margin: 0 -15px -5px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.cont-title {
|
||
|
padding: 8px 15px;
|
||
|
}
|
||
|
|
||
|
.avatar-cont {
|
||
|
background: rgba(0, 0, 0, .5);
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.avatar-list {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
padding: 8px;
|
||
|
border-radius: 10px;
|
||
|
|
||
|
.avatar-card {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.cont-notice {
|
||
|
color: #888;
|
||
|
background: rgba(255, 255, 255, .4);
|
||
|
font-size: 13px;
|
||
|
text-align: center;
|
||
|
padding: 8px;
|
||
|
|
||
|
span {
|
||
|
padding: 0 3px;
|
||
|
color: #555;
|
||
|
}
|
||
|
}
|