2022-07-31 21:42:16 +00:00
|
|
|
.avatar-card {
|
|
|
|
margin: 3px;
|
|
|
|
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
|
2022-08-02 19:12:07 +00:00
|
|
|
font-size: 13px;
|
2022-07-31 21:42:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
border-radius: 7px;
|
|
|
|
box-shadow: 0 2px 6px 0 rgb(132 93 90 / 30%);
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
background: #e7e5d9;
|
|
|
|
width: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-face {
|
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
2022-08-02 19:12:07 +00:00
|
|
|
border-radius: 7px 7px 15px 0;
|
2022-07-31 21:42:16 +00:00
|
|
|
background-size: 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: relative;
|
2022-08-02 19:12:07 +00:00
|
|
|
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
|
2022-07-31 21:42:16 +00:00
|
|
|
|
|
|
|
.img {
|
|
|
|
background-position: center bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cons {
|
|
|
|
border-radius: 0 0 0 5px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-level {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
left: 0;
|
|
|
|
padding: 2px 5px 2px 3px;
|
|
|
|
border-radius: 0 4px 0 0;
|
2022-08-02 19:12:07 +00:00
|
|
|
color: #fff;
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-talent {
|
2022-08-01 21:15:37 +00:00
|
|
|
height: 21px;
|
|
|
|
padding: 3px 5px 2px;
|
2022-07-31 21:42:16 +00:00
|
|
|
font-size: 12px;
|
|
|
|
width: 100%;
|
|
|
|
color: #222;
|
|
|
|
text-align: center;
|
2022-08-01 21:15:37 +00:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.talent-item {
|
|
|
|
width: 20px;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
margin: 0 2px;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
background-size: contain;
|
|
|
|
opacity: 0.8;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
|
|
&.talent-plus {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #0284b9;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.talent-crown {
|
|
|
|
background: #d3bc8e;
|
|
|
|
color: #3a2702;
|
|
|
|
box-shadow: 0 0 2px 0 #000;
|
|
|
|
}
|
|
|
|
}
|
2022-09-19 19:16:00 +00:00
|
|
|
|
|
|
|
&.no-talent {
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgba(100, 100, 100, .5);
|
|
|
|
text-align: center;
|
|
|
|
padding: 3px 0 2px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
transform: scale(.75);
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cons {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-detail {
|
|
|
|
display: flex;
|
|
|
|
padding: 0 1px 2px;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 31px;
|
|
|
|
height: 31px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-weapon {
|
|
|
|
.icon {
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cons {
|
|
|
|
top: initial;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 1px 3px;
|
|
|
|
border-radius: 3px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-artis {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.artis {
|
|
|
|
background: rgba(0, 0, 0, 0.5)
|
|
|
|
}
|
|
|
|
|
|
|
|
&.artis2 {
|
|
|
|
.img {
|
|
|
|
position: absolute;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
left: -2px;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
right: -2px;
|
|
|
|
bottom: -2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|