miao-plugin/resources/wiki/character-wiki.css
2023-11-28 04:18:06 +08:00

231 lines
4.1 KiB
CSS

.font-YS {
font-family: Number, "汉仪文黑-65W", YS, PingFangSC-Medium, "PingFang SC", sans-serif;
}
.font-NZBZ {
font-family: Number, "印品南征北战NZBZ体", NZBZ, "汉仪文黑-65W", YS, PingFangSC-Medium, "PingFang SC", sans-serif;
}
body {
width: 600px;
}
.container {
width: 600px;
padding: 0;
background-size: cover;
overflow: hidden;
}
.char-title {
height: 100px;
padding-right: 10px;
}
.char-title .char-name {
font-size: 40px;
}
.char-title .char-name span {
font-size: 28px;
padding-right: 10px;
}
.basic {
height: 500px;
}
.char-desc {
padding-left: 200px;
font-size: 14px;
}
.char-meta {
padding-left: 370px;
}
.wiki-cont {
padding: 0 10px;
margin-right: 5px;
}
.detail {
right: 18px;
}
.detail .cont {
margin-right: 0;
}
.detail ul.char-attr li {
width: 250px;
padding-left: 20px;
}
.detail ul.char-attr li strong {
color: #d3bc8e;
width: 85px;
font-weight: normal;
}
.detail ul.char-attr li span {
color: #fff;
text-align: right;
width: 130px;
}
.material-list {
display: flex;
padding: 5px;
position: absolute;
left: 10px;
bottom: 6px;
z-index: 5;
}
.material-list .num {
font-size: 12px;
text-align: center;
color: #fff;
text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 3px rgba(0, 0, 0, 0.8);
display: block;
height: 14px;
margin-left: -10px;
margin-right: -10px;
width: calc(100% + 20px);
}
.material-list .item-card {
width: 47px;
margin: 2px;
overflow: hidden;
}
.material-list .item-card .item-icon {
background-size: cover;
padding: 6px 4px 17px;
}
.material-list .item-card .item-bg {
background-size: contain;
background-position: center;
}
.material-list .item-card .item-title {
display: block;
font-size: 12px;
position: absolute;
color: #fff;
bottom: 0;
left: 0;
white-space: nowrap;
background: rgba(0, 0, 0, 0.5);
padding: 4px 0;
width: 68px;
text-align: center;
transform-origin: left bottom;
transform: scale(0.7);
text-shadow: 0 0 2px #000;
}
.talent-notice {
color: #fff;
font-size: 13px;
text-align: center;
padding: 3px;
text-shadow: 0 0 1px #000, 1px 1px 2px #000;
}
.talent-notice strong {
color: #d3bc8e;
font-weight: normal;
}
.cont .cont-title.border-less {
padding: 10px 15px 3px;
}
.talent-cont {
text-align: center;
}
.talent-cont strong {
color: #d3bc8e;
}
.char-holding {
display: flex;
padding: 8px;
}
.char-holding .cons-title {
height: 15px;
line-height: 15px;
font-size: 13px;
color: #d3bc8e;
text-shadow: 0 0 2px #000;
}
.char-pct {
width: 125px;
margin-right: 10px;
text-align: center;
position: relative;
}
.char-pct strong {
margin-top: 10px;
display: block;
height: 60px;
line-height: 60px;
font-size: 30px;
text-shadow: 0 0 1px #000, 1px 1px 3px #000;
}
.char-pct span {
display: block;
font-size: 13px;
color: #d3bc8e;
height: 15px;
line-height: 15px;
}
.char-pct:after {
content: "";
display: block;
width: 1px;
height: 50px;
position: absolute;
right: 1px;
top: 30px;
background: rgba(255, 255, 255, 0.8);
transform: scaleX(0.7);
}
.char-cons {
position: initial;
width: initial;
}
.char-cons .cons0 .talent-icon {
opacity: 0.3;
}
.char-cons .cons-item {
width: 60px;
text-align: center;
}
.char-cons .cons-item .talent-icon {
width: 60px;
height: 60px;
margin: 0 auto;
}
.char-cons .cons-num {
margin-top: -5px;
height: 25px;
line-height: 25px;
font-size: 16px;
text-shadow: 0 0 1px #000, 1px 1px 3px #000;
}
.item-value {
color: #000;
text-align: center;
line-height: 20px;
font-size: 15px;
}
.item-title {
font-size: 12px;
transform: scale(0.9);
margin-top: -3px;
}
.weapon-list {
padding: 3px;
}
.weapon-list .item {
margin: 3px 3px 3px 4px;
width: 74px;
}
.artis-list .item-bg {
background-size: contain;
background-position: center;
transform: scale(0.92);
}
.artis-list .artis-count2 {
position: relative;
}
.artis-list .artis-count2 .item-bg {
transform: scale(0.65);
transform-origin: left top;
}
.artis-list .artis-count2 .item-bg.artis2 {
position: absolute;
left: 0;
top: 0;
transform-origin: right bottom;
}
/*# sourceMappingURL=character-wiki.css.map */