2023-02-10 19:40:55 +00:00
|
|
|
|
2022-07-31 21:42:16 +00:00
|
|
|
.avatar-card {
|
2023-02-10 19:40:55 +00:00
|
|
|
@px: 1.5px;
|
2023-02-11 07:24:44 +00:00
|
|
|
margin: @px*3;
|
2022-07-31 21:42:16 +00:00
|
|
|
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
|
2023-02-10 19:40:55 +00:00
|
|
|
font-size: @px*13;
|
|
|
|
border-radius: @px*7;
|
2022-07-31 21:42:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
.card {
|
2023-02-10 19:40:55 +00:00
|
|
|
border-radius: @px*7;
|
|
|
|
box-shadow: 0 2px @px*6 0 rgb(132 93 90 / 30%);
|
2022-07-31 21:42:16 +00:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
background: #e7e5d9;
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*70;
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-face {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*70;
|
|
|
|
height: @px*70;
|
|
|
|
border-radius: @px*7 @px*7 @px*15 0;
|
2022-09-24 21:05:22 +00:00
|
|
|
background-size: 100% 100%;
|
2022-07-31 21:42:16 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-level {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
left: 0;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px*2 @px*5 @px*2 @px*3;
|
|
|
|
border-radius: 0 @px*4 0 0;
|
2022-08-02 19:12:07 +00:00
|
|
|
color: #fff;
|
2023-02-13 19:47:22 +00:00
|
|
|
font-size: 16px;
|
|
|
|
text-shadow: 0 0 1px #000;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-09-24 21:05:22 +00:00
|
|
|
.cons {
|
2023-02-11 07:24:44 +00:00
|
|
|
border-radius: 0 0 0 @px*5;
|
|
|
|
padding: @px*2 @px*5;
|
2022-09-24 21:05:22 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2023-02-13 19:47:22 +00:00
|
|
|
font-size: 16px;
|
|
|
|
text-shadow: 0 0 1px #000, 1px 1px 3px rgba(0, 0, 0, .8);
|
|
|
|
|
|
|
|
&.cons-0 {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
2022-07-31 21:42:16 +00:00
|
|
|
.avatar-talent {
|
2023-02-10 19:40:55 +00:00
|
|
|
height: @px*20;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px*3 @px*5 @px*2;
|
2023-02-10 19:40:55 +00:00
|
|
|
font-size: @px*12;
|
2022-07-31 21:42:16 +00:00
|
|
|
width: 100%;
|
|
|
|
color: #222;
|
|
|
|
text-align: center;
|
2022-08-01 21:15:37 +00:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.talent-item {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*20;
|
|
|
|
height: @px*16;
|
|
|
|
line-height: @px*17;
|
2023-02-11 07:24:44 +00:00
|
|
|
margin: 0 @px*2;
|
2022-08-01 21:15:37 +00:00
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
background-size: contain;
|
|
|
|
opacity: 0.8;
|
|
|
|
position: relative;
|
2023-02-11 07:24:44 +00:00
|
|
|
border-radius: @px*3;
|
2022-08-01 21:15:37 +00:00
|
|
|
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;
|
2023-02-11 07:24:44 +00:00
|
|
|
box-shadow: 0 0 @px*2 0 #000;
|
2022-08-01 21:15:37 +00:00
|
|
|
}
|
|
|
|
}
|
2022-09-19 19:16:00 +00:00
|
|
|
|
|
|
|
&.no-talent {
|
2023-02-10 19:40:55 +00:00
|
|
|
font-size: @px*12;
|
2022-09-19 19:16:00 +00:00
|
|
|
color: rgba(100, 100, 100, .5);
|
|
|
|
text-align: center;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px*3 0 @px*2;
|
2022-09-19 19:16:00 +00:00
|
|
|
|
|
|
|
span {
|
|
|
|
transform: scale(.75);
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
2022-09-24 21:05:22 +00:00
|
|
|
&.card-mini {
|
|
|
|
.wide, .line {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
2022-09-24 21:05:22 +00:00
|
|
|
|
|
|
|
.avatar-name {
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px*8 0 0 @px*5;
|
2022-09-24 21:05:22 +00:00
|
|
|
color: #333;
|
|
|
|
|
|
|
|
strong {
|
2023-02-10 19:40:55 +00:00
|
|
|
font-size: @px*20px;
|
2022-09-24 21:05:22 +00:00
|
|
|
display: block;
|
2023-02-10 19:40:55 +00:00
|
|
|
height: @px*23;
|
|
|
|
line-height: @px*20;
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cons {
|
|
|
|
position: initial;
|
|
|
|
border-radius: 4px;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px @px*3;
|
2022-09-24 21:05:22 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.card-wide {
|
|
|
|
.mini {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*146;
|
2022-09-24 21:05:22 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-face {
|
2023-02-10 19:40:55 +00:00
|
|
|
height: @px * 126;
|
2023-02-11 07:24:44 +00:00
|
|
|
width: @px*76;
|
2023-02-10 19:40:55 +00:00
|
|
|
border-radius: @px*7 0 0 @px*7;
|
2022-09-24 21:05:22 +00:00
|
|
|
|
2023-02-13 19:47:22 +00:00
|
|
|
.img {
|
|
|
|
background-size: 100% auto;
|
|
|
|
background-position: 0 10%;
|
|
|
|
height: @px*135;
|
|
|
|
margin-top: @px*-9;
|
|
|
|
}
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-info {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*70;
|
2023-02-13 19:47:22 +00:00
|
|
|
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
height: @px * 30;
|
|
|
|
line-height: @px*30;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lv-info {
|
|
|
|
height: @px*20;
|
|
|
|
}
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.line {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0;
|
|
|
|
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, .5) 20%, rgba(100, 100, 100, .5) 80%, rgba(0, 0, 0, 0));
|
|
|
|
transform: scale(.8)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.wide2 {
|
|
|
|
.card {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*298;
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-face {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*146;
|
2022-09-24 21:05:22 +00:00
|
|
|
|
|
|
|
.img {
|
2023-02-10 19:40:55 +00:00
|
|
|
margin-top: @px*-50;
|
|
|
|
height: @px*176;
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-info {
|
2023-02-10 19:40:55 +00:00
|
|
|
width: @px*146;
|
|
|
|
padding-left: @px*5;
|
2022-09-24 21:05:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-07-31 21:42:16 +00:00
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.avatar-detail {
|
|
|
|
display: flex;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: 0 @px*1 @px*2 @px*2;
|
2022-07-31 21:42:16 +00:00
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.item {
|
|
|
|
width: @px*31;
|
|
|
|
height: @px*31;
|
2023-02-11 07:24:44 +00:00
|
|
|
border-radius: @px*3;
|
|
|
|
margin: @px*1;
|
|
|
|
overflow: hidden;
|
2023-02-10 19:40:55 +00:00
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.avatar-weapon {
|
|
|
|
.icon {
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.cons {
|
|
|
|
top: initial;
|
|
|
|
bottom: 0;
|
2023-02-11 07:24:44 +00:00
|
|
|
padding: @px @px*3;
|
|
|
|
border-radius: @px*3 0 0 0;
|
2023-02-10 19:40:55 +00:00
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.avatar-artis {
|
|
|
|
position: relative;
|
2022-07-31 21:42:16 +00:00
|
|
|
|
2023-02-13 19:47:22 +00:00
|
|
|
&.artis0 {
|
|
|
|
.item-icon {
|
|
|
|
background: url('./item/artifact-icon.webp') rgba(0, 0, 0, .3) center no-repeat;
|
|
|
|
background-size: auto 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
.artis {
|
2023-02-13 19:47:22 +00:00
|
|
|
background: rgba(0, 0, 0, 0.4)
|
2023-02-10 19:40:55 +00:00
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
|
2023-02-10 19:40:55 +00:00
|
|
|
&.artis2 {
|
|
|
|
.img {
|
|
|
|
position: absolute;
|
|
|
|
transform: scale(.7);
|
|
|
|
width: 92%;
|
|
|
|
height: 92%;
|
|
|
|
margin: 4%;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
transform-origin: left top;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
transform-origin: right bottom;
|
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-10 19:40:55 +00:00
|
|
|
}
|
2022-07-31 21:42:16 +00:00
|
|
|
}
|