2022-08-05 22:12:57 +00:00
|
|
|
body,
|
|
|
|
.container {
|
|
|
|
width: 650px;
|
|
|
|
}
|
|
|
|
.container > .cont {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
.head-box {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.head-box .label {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.char-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.char-item {
|
2022-10-22 19:45:28 +00:00
|
|
|
margin: 5px 0;
|
2022-08-05 22:12:57 +00:00
|
|
|
}
|
|
|
|
.char-item .name {
|
|
|
|
margin-top: 5px;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 0 1px #000;
|
|
|
|
}
|
2022-10-20 18:42:30 +00:00
|
|
|
.char-item .name .cons {
|
|
|
|
padding: 1px 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
transform: scale(0.8);
|
|
|
|
margin: -2px 0 0 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
2022-08-05 22:12:57 +00:00
|
|
|
.char-item.new-char .name:before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
background: #90e800;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.char-icon {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
box-shadow: 1px 1px 3px 0 #000;
|
|
|
|
overflow: visible;
|
2022-10-22 19:45:28 +00:00
|
|
|
margin: 0 5px 0 6px;
|
2022-08-05 22:12:57 +00:00
|
|
|
}
|
|
|
|
.char-icon .img {
|
|
|
|
background-size: auto 100%;
|
|
|
|
background-position: top center;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2022-08-08 21:16:37 +00:00
|
|
|
.cont-footer {
|
|
|
|
display: flex;
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
|
|
|
.cont-footer span {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.cont-footer .serv {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.cont-footer .new-tip:before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
background: #90e800;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2022-08-05 22:12:57 +00:00
|
|
|
/*# sourceMappingURL=profile-list.css.map */
|