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
b51737e870
commit
53674eea86
@ -780,8 +780,8 @@ body {
|
|||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
.arti-stat-ret {
|
.arti-stat-ret {
|
||||||
height: 64px;
|
height: 78px;
|
||||||
padding: 3px 10px 2px;
|
padding: 12px 10px 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
@ -800,7 +800,7 @@ body {
|
|||||||
width: 390px;
|
width: 390px;
|
||||||
}
|
}
|
||||||
.arti-info .arti-all-attr {
|
.arti-info .arti-all-attr {
|
||||||
height: 64px;
|
height: 78px;
|
||||||
}
|
}
|
||||||
.arti-info .arti-all-attr .arti-attr {
|
.arti-info .arti-all-attr .arti-attr {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -815,8 +815,6 @@ body {
|
|||||||
.arti-info .arti-all-attr .arti-attr li {
|
.arti-info .arti-all-attr .arti-attr li {
|
||||||
width: 33.33%;
|
width: 33.33%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 30px;
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
}
|
||||||
.arti-info .arti-all-attr .arti-attr li i.eff {
|
.arti-info .arti-all-attr .arti-attr li i.eff {
|
||||||
width: 28px !important;
|
width: 28px !important;
|
||||||
@ -835,9 +833,11 @@ body {
|
|||||||
.arti-info .arti-notice {
|
.arti-info .arti-notice {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
text-align: center;
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
.dmg-msg {
|
.dmg-msg {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
@ -203,6 +203,9 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="dmg-desc arti-notice">
|
||||||
|
评分为<strong>喵喵版规则</strong>,仅供参考与娱乐。可使用<strong>{{gameHash}}{{data.abbr}}圣遗物</strong>来查看评分详情
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -267,15 +270,6 @@
|
|||||||
<!-- 【 伤害表格 】 -->
|
<!-- 【 伤害表格 】 -->
|
||||||
{{ set {dmgRet, dmgCfg, enemyLv, enemyName, dmgMsg, dmgData} = dmgCalc }}
|
{{ set {dmgRet, dmgCfg, enemyLv, enemyName, dmgMsg, dmgData} = dmgCalc }}
|
||||||
<div>
|
<div>
|
||||||
{{if game === 'gs'}}
|
|
||||||
{{else}}
|
|
||||||
<div class="cont">
|
|
||||||
<div class="cont-footer dmg-desc">
|
|
||||||
<strong>圣遗物评分功能尚未完全完成,分值可能不准确,请淡定...</strong>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{if dmgData?.length > 0}}
|
{{if dmgData?.length > 0}}
|
||||||
<div class="dmg-cont dmg-list cont">
|
<div class="dmg-cont dmg-list cont">
|
||||||
<div class="cont-title">
|
<div class="cont-title">
|
||||||
|
@ -939,8 +939,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.arti-stat-ret {
|
.arti-stat-ret {
|
||||||
height: 64px;
|
height: 78px;
|
||||||
padding: 3px 10px 2px;
|
padding: 12px 10px 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
|
|
||||||
@ -962,7 +962,7 @@ body {
|
|||||||
width: 390px;
|
width: 390px;
|
||||||
|
|
||||||
.arti-all-attr {
|
.arti-all-attr {
|
||||||
height: 64px;
|
height: 78px;
|
||||||
|
|
||||||
.arti-attr {
|
.arti-attr {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -977,8 +977,6 @@ body {
|
|||||||
li {
|
li {
|
||||||
width: 33.33%;
|
width: 33.33%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 30px;
|
|
||||||
line-height: 30px;
|
|
||||||
|
|
||||||
i.eff {
|
i.eff {
|
||||||
width: 28px !important;
|
width: 28px !important;
|
||||||
@ -1007,9 +1005,11 @@ body {
|
|||||||
.arti-notice {
|
.arti-notice {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
background: rgba(0, 0, 0, .5);
|
background: rgba(0, 0, 0, .7);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
text-align: center;
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user