#雷神圣遗物页面样式微调

This commit is contained in:
yoimiya-kokomi 2022-06-26 07:57:14 +08:00
parent 82069cfa3a
commit d4612682a4
3 changed files with 12 additions and 3 deletions

View File

@ -115,7 +115,6 @@ export function getArtis(char, artisData) {
let artis = [];
lodash.forEach(artisData, (arti, idx) => {
console.log(artisData);
idx = idx.replace("arti", "");
let ds = arti;
let mark = newScore[idx];

View File

@ -2,6 +2,9 @@ body,
.container {
width: 650px;
}
.container > .cont {
margin-left: 15px;
}
.basic .detail .cont {
margin: 10px 0;
}
@ -10,6 +13,7 @@ body,
}
.arti-stat {
width: 100%;
margin-right: 0;
}
.mark-table {
text-align: center;
@ -53,6 +57,7 @@ body,
width: 650px;
position: relative;
z-index: 2;
padding: 0 10px;
}
.artis .no-bg {
opacity: 0;
@ -85,6 +90,6 @@ body,
}
.artis .item {
height: inherit;
width: 203px;
width: 200px;
}
/*# sourceMappingURL=artis-mark.css.map */

View File

@ -2,6 +2,9 @@ body, .container {
width: 650px;
}
.container > .cont {
margin-left: 15px;
}
.basic {
.detail {
@ -17,6 +20,7 @@ body, .container {
.arti-stat {
width: 100%;
margin-right: 0;
}
.mark-table {
@ -72,6 +76,7 @@ body, .container {
width: 650px;
position: relative;
z-index: 2;
padding: 0 10px;
.no-bg {
opacity: 0;
@ -112,7 +117,7 @@ body, .container {
.item {
height: inherit;
width: 203px;
width: 200px;
}