Miao-Yunzai/plugins/genshin/resources/html/user/uid-list.less

28 lines
335 B
Plaintext
Raw Normal View History

2023-06-01 03:28:35 +08:00
.uid-list {
display: flex;
.cont {
background: rgba(0, 0, 0, 0.5);
margin: 5px;
width: 50%;
.cont-body {
background: none;
padding: 0;
}
}
li {
list-style: none;
display: flex;
height: 30px;
line-height: 30px;
margin: 0;
border-radius: 5px;
strong {
}
}
}