mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
#雷神圣遗物
页面样式微调
This commit is contained in:
parent
82069cfa3a
commit
d4612682a4
@ -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];
|
||||
|
@ -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 */
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user