diff --git a/resources/character/profile-detail.css b/resources/character/profile-detail.css index fc0fc009..90b3cb62 100644 --- a/resources/character/profile-detail.css +++ b/resources/character/profile-detail.css @@ -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; diff --git a/resources/character/profile-detail.html b/resources/character/profile-detail.html index 089583c9..88f51a0d 100644 --- a/resources/character/profile-detail.html +++ b/resources/character/profile-detail.html @@ -203,6 +203,9 @@ {{/each}} +
+ 评分为喵喵版规则,仅供参考与娱乐。可使用{{gameHash}}{{data.abbr}}圣遗物来查看评分详情 +
@@ -267,15 +270,6 @@ {{ set {dmgRet, dmgCfg, enemyLv, enemyName, dmgMsg, dmgData} = dmgCalc }}
- {{if game === 'gs'}} - {{else}} -
- -
- {{/if}} - {{if dmgData?.length > 0}}
diff --git a/resources/character/profile-detail.less b/resources/character/profile-detail.less index dcd9312e..63fe3c3c 100644 --- a/resources/character/profile-detail.less +++ b/resources/character/profile-detail.less @@ -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; } }