调整角色面板圣遗物评分部分展示,增加副词缀统计

This commit is contained in:
Kokomi 2023-10-24 04:11:58 +08:00
parent b51737e870
commit 53674eea86
3 changed files with 15 additions and 21 deletions

View File

@ -780,8 +780,8 @@ body {
background: rgba(0, 0, 0, 0.5);
}
.arti-stat-ret {
height: 64px;
padding: 3px 10px 2px;
height: 78px;
padding: 12px 10px 2px;
width: 100%;
display: table;
}
@ -800,7 +800,7 @@ body {
width: 390px;
}
.arti-info .arti-all-attr {
height: 64px;
height: 78px;
}
.arti-info .arti-all-attr .arti-attr {
position: relative;
@ -815,8 +815,6 @@ body {
.arti-info .arti-all-attr .arti-attr li {
width: 33.33%;
display: flex;
height: 30px;
line-height: 30px;
}
.arti-info .arti-all-attr .arti-attr li i.eff {
width: 28px !important;
@ -835,9 +833,11 @@ body {
.arti-info .arti-notice {
height: 25px;
line-height: 25px;
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.7);
font-size: 10px;
padding-left: 10px;
text-align: center;
margin-left: 1px;
}
.dmg-msg {
font-size: 13px;

View File

@ -203,6 +203,9 @@
{{/each}}
</ul>
</div>
<div class="dmg-desc arti-notice">
评分为<strong>喵喵版规则</strong>,仅供参考与娱乐。可使用<strong>{{gameHash}}{{data.abbr}}圣遗物</strong>来查看评分详情
</div>
</div>
</div>
@ -267,15 +270,6 @@
<!-- 【 伤害表格 】 -->
{{ set {dmgRet, dmgCfg, enemyLv, enemyName, dmgMsg, dmgData} = dmgCalc }}
<div>
{{if game === 'gs'}}
{{else}}
<div class="cont">
<div class="cont-footer dmg-desc">
<strong>圣遗物评分功能尚未完全完成,分值可能不准确,请淡定...</strong>
</div>
</div>
{{/if}}
{{if dmgData?.length > 0}}
<div class="dmg-cont dmg-list cont">
<div class="cont-title">

View File

@ -939,8 +939,8 @@ body {
}
.arti-stat-ret {
height: 64px;
padding: 3px 10px 2px;
height: 78px;
padding: 12px 10px 2px;
width: 100%;
display: table;
@ -962,7 +962,7 @@ body {
width: 390px;
.arti-all-attr {
height: 64px;
height: 78px;
.arti-attr {
position: relative;
@ -977,8 +977,6 @@ body {
li {
width: 33.33%;
display: flex;
height: 30px;
line-height: 30px;
i.eff {
width: 28px !important;
@ -1007,9 +1005,11 @@ body {
.arti-notice {
height: 25px;
line-height: 25px;
background: rgba(0, 0, 0, .5);
background: rgba(0, 0, 0, .7);
font-size: 10px;
padding-left: 10px;
text-align: center;
margin-left: 1px;
}
}