mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
332 lines
6.5 KiB
CSS
332 lines
6.5 KiB
CSS
.container {
|
|
background-size: cover;
|
|
}
|
|
.head-box {
|
|
margin-top: 0;
|
|
}
|
|
#profile-stat {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
width: calc(100% + 30px);
|
|
margin: 0 -15px -5px;
|
|
overflow: hidden;
|
|
}
|
|
#profile-stat .item-banner {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
height: 36px;
|
|
}
|
|
#profile-stat .item-banner > * {
|
|
display: block;
|
|
}
|
|
#profile-stat .item-banner .item-icon {
|
|
z-index: 10;
|
|
}
|
|
#profile-stat .cons,
|
|
#profile-stat .level {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
display: inline-block;
|
|
width: 19px;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
font-size: 13px;
|
|
position: relative;
|
|
}
|
|
#profile-stat .cons {
|
|
border-radius: 0 3px 3px 0;
|
|
width: 22px;
|
|
margin-right: 5px;
|
|
text-shadow: 0 0 2px #000;
|
|
}
|
|
#profile-stat .level {
|
|
border-radius: 3px 0 0 3px;
|
|
width: 32px;
|
|
text-shadow: 0 0 2px #000;
|
|
color: #fff;
|
|
}
|
|
#profile-stat .level:before {
|
|
content: "Lv";
|
|
}
|
|
#profile-stat .level:before {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
transform: scale(0.7);
|
|
transform-origin: right 55%;
|
|
margin-left: -3px;
|
|
}
|
|
#profile-stat .level:before {
|
|
content: "Lv";
|
|
}
|
|
#profile-stat .star1 .item-icon {
|
|
box-shadow: 0 0 0 1px #ababab;
|
|
}
|
|
#profile-stat .star1 .cons {
|
|
box-shadow: 0 0 0 1px #ababab;
|
|
}
|
|
#profile-stat .star1 .level {
|
|
box-shadow: 0 0 0 1px #ababab;
|
|
background: rgba(94, 94, 94, 0.5);
|
|
}
|
|
#profile-stat .star2 .item-icon {
|
|
box-shadow: 0 0 0 1px #d0ffbe;
|
|
}
|
|
#profile-stat .star2 .cons {
|
|
box-shadow: 0 0 0 1px #d0ffbe;
|
|
}
|
|
#profile-stat .star2 .level {
|
|
box-shadow: 0 0 0 1px #d0ffbe;
|
|
background: rgba(97, 255, 37, 0.5);
|
|
}
|
|
#profile-stat .star3 .item-icon {
|
|
box-shadow: 0 0 0 1px #bed0ff;
|
|
}
|
|
#profile-stat .star3 .cons {
|
|
box-shadow: 0 0 0 1px #bed0ff;
|
|
}
|
|
#profile-stat .star3 .level {
|
|
box-shadow: 0 0 0 1px #bed0ff;
|
|
background: rgba(37, 97, 255, 0.5);
|
|
}
|
|
#profile-stat .star4 .item-icon {
|
|
box-shadow: 0 0 0 1px #dfbeff;
|
|
}
|
|
#profile-stat .star4 .cons {
|
|
box-shadow: 0 0 0 1px #dfbeff;
|
|
}
|
|
#profile-stat .star4 .level {
|
|
box-shadow: 0 0 0 1px #dfbeff;
|
|
background: rgba(148, 37, 255, 0.5);
|
|
}
|
|
#profile-stat .star5 .item-icon {
|
|
box-shadow: 0 0 0 1px #ffe4b4;
|
|
}
|
|
#profile-stat .star5 .cons {
|
|
box-shadow: 0 0 0 1px #ffe4b4;
|
|
}
|
|
#profile-stat .star5 .level {
|
|
box-shadow: 0 0 0 1px #ffe4b4;
|
|
background: rgba(255, 173, 27, 0.5);
|
|
}
|
|
.cont {
|
|
font-size: 14px;
|
|
background: none;
|
|
}
|
|
.cont .item-name {
|
|
text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, 0.8);
|
|
text-align: center;
|
|
}
|
|
.cont .item-name.star4 {
|
|
color: #dfbeff;
|
|
}
|
|
.cont .item-name.star5 {
|
|
color: #ffe4b4;
|
|
}
|
|
.cont .tr.thead {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-weight: bold;
|
|
}
|
|
.cont .tr.thead > div {
|
|
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.7);
|
|
text-align: center;
|
|
}
|
|
.cont .tr.thead .td-talent {
|
|
color: #d3bc8e;
|
|
}
|
|
.cont .tr > div {
|
|
text-align: center;
|
|
height: 36px;
|
|
vertical-align: middle;
|
|
line-height: 36px;
|
|
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.7);
|
|
}
|
|
.cont .tr > div * {
|
|
vertical-align: middle;
|
|
}
|
|
.cont .tr .index {
|
|
color: #333;
|
|
width: 30px;
|
|
padding-left: 5px;
|
|
}
|
|
.cont .tr .td-name {
|
|
text-align: left;
|
|
width: 150px;
|
|
padding-left: 8px;
|
|
}
|
|
.cont .tr .td-name .item-name {
|
|
width: 50px;
|
|
}
|
|
.cont .tr .td-name .char-icon {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
display: inline-block;
|
|
overflow: visible;
|
|
}
|
|
.cont .tr .td-name .char-icon .img {
|
|
width: 33px;
|
|
height: 33px;
|
|
position: relative;
|
|
top: -3px;
|
|
left: -1px;
|
|
border-radius: 0 0 6px 6px;
|
|
}
|
|
.cont .tr .td-fetter {
|
|
width: 40px;
|
|
text-align: center;
|
|
padding-right: 5px;
|
|
}
|
|
.cont .tr .td-fetter .fetter {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.cont .tr .td-talent {
|
|
width: 35px;
|
|
box-shadow: 0 0 1px 0 rgba(150, 150, 150, 0.5);
|
|
}
|
|
.cont .tr .td-weapon {
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
}
|
|
.cont .tr .td-weapon .lv {
|
|
width: 38px;
|
|
text-align: right;
|
|
padding-right: 2px;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
}
|
|
.cont .tr .td-weapon .weapon-icon {
|
|
border-radius: 0px;
|
|
}
|
|
.cont .tr .td-weapon .cons {
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
.cont .tr .td-weapon .item-name {
|
|
width: 70px;
|
|
}
|
|
.cont .tr .weapon-icon {
|
|
width: 25px;
|
|
height: 22px;
|
|
display: inline-block;
|
|
overflow: visible;
|
|
}
|
|
.cont .tr .weapon-icon .img {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: -8px 0 0 -3px;
|
|
}
|
|
.cont .tr .td-talent {
|
|
text-shadow: 0 0 1px #000, 0 0 2px rgba(0, 0, 0, 0.8);
|
|
color: rgba(255, 255, 255, 0.85);
|
|
}
|
|
.cont .tr .talent-plus {
|
|
font-weight: bold;
|
|
color: #48cdda;
|
|
font-size: 15px;
|
|
text-shadow: 0 0 1px #000, 0 0 3px #000;
|
|
}
|
|
.cont .tr .lv1 {
|
|
background: rgba(50, 50, 50, 0.6);
|
|
}
|
|
.cont .tr .lv1.talent-plus {
|
|
color: #fff;
|
|
}
|
|
.cont .tr .lv2 {
|
|
background: rgba(23, 184, 58, 0.5);
|
|
}
|
|
.cont .tr .lv2.talent-plus {
|
|
color: #fff;
|
|
}
|
|
.cont .tr .lv3 {
|
|
background: rgba(27, 128, 212, 0.5);
|
|
}
|
|
.cont .tr .lv3.talent-plus {
|
|
color: #fff;
|
|
}
|
|
.cont .tr .lv4 {
|
|
background: rgba(146, 90, 255, 0.5);
|
|
}
|
|
.cont .tr .lv4.talent-plus {
|
|
color: #fff;
|
|
}
|
|
.cont .tr .lv5 {
|
|
background: url("../common/item/crown-o.png") center center no-repeat rgba(255, 36, 26, 0.35);
|
|
background-size: contain;
|
|
color: #fff;
|
|
}
|
|
.cont .td-artis {
|
|
width: 115px;
|
|
text-align: left;
|
|
}
|
|
.cont .avatar-artis {
|
|
margin-left: 5px;
|
|
text-align: left;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.cont .avatar-artis .artis {
|
|
position: relative;
|
|
width: 30px;
|
|
height: 30px;
|
|
background: rgba(51, 51, 51, 0.68);
|
|
box-shadow: 0 0 1px 0 #ffe4b4;
|
|
display: inline-block;
|
|
}
|
|
.cont .avatar-artis.artis2 .img {
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.cont .avatar-artis.artis2 .img:first-child {
|
|
left: -2px;
|
|
top: -2px;
|
|
}
|
|
.cont .avatar-artis.artis2 .img:last-child {
|
|
right: -2px;
|
|
bottom: -2px;
|
|
}
|
|
.cont .arti-mark-class {
|
|
width: 30px;
|
|
font-size: 12px;
|
|
border-radius: 0 4px 4px 0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
background: rgba(51, 51, 51, 0.68);
|
|
height: 18px;
|
|
line-height: 18px;
|
|
box-shadow: 0 0 1px 0 #ffe4b4;
|
|
position: relative;
|
|
z-index: 9;
|
|
margin-right: 5px;
|
|
}
|
|
.cont .arti-mark-class.class-ACE,
|
|
.cont .arti-mark-class.class-ACE² {
|
|
background: #ff5722;
|
|
}
|
|
.cont .arti-mark-class.class-SSS,
|
|
.cont .arti-mark-class.class-SS {
|
|
background: #ab7e31;
|
|
}
|
|
.cont .arti-mark-class.class-S,
|
|
.cont .arti-mark-class.class-A {
|
|
background: #8a2cc9;
|
|
}
|
|
.cont .arti-na {
|
|
padding-left: 13px;
|
|
white-space: nowrap;
|
|
transform: scale(0.8);
|
|
transform-origin: left center;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 12px;
|
|
margin-right: -60px;
|
|
}
|
|
.cont-notice {
|
|
color: #666;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
text-align: right;
|
|
padding: 8px;
|
|
}
|
|
/*# sourceMappingURL=profile-stat.css.map */ |