From ee26c9ba74e71d9d12be81411c5c7da6a2b059c2 Mon Sep 17 00:00:00 2001 From: yoimiya-kokomi <592981798@qq.com> Date: Tue, 9 Aug 2022 05:58:51 +0800 Subject: [PATCH] =?UTF-8?q?`#=E9=9D=A2=E6=9D=BF=E7=BB=83=E5=BA=A6=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1`=E8=A7=92=E8=89=B2=E5=8F=8A=E6=AD=A6=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E5=90=8D=E7=A7=B0=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/character/profile-stat.css | 7 +++++++ resources/character/profile-stat.less | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/resources/character/profile-stat.css b/resources/character/profile-stat.css index 883d7619..b046e10f 100644 --- a/resources/character/profile-stat.css +++ b/resources/character/profile-stat.css @@ -117,6 +117,7 @@ } .cont .item-name { text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, 0.8); + text-align: center; } .cont .item-name.star4 { color: #dfbeff; @@ -155,6 +156,9 @@ width: 150px; padding-left: 8px; } +.cont .tr .td-name .item-name { + width: 50px; +} .cont .tr .td-name .char-icon { width: 30px; height: 30px; @@ -200,6 +204,9 @@ .cont .tr .td-weapon .cons { border-radius: 0 3px 3px 0; } +.cont .tr .td-weapon .item-name { + width: 70px; +} .cont .tr .weapon-icon { width: 25px; height: 22px; diff --git a/resources/character/profile-stat.less b/resources/character/profile-stat.less index a8154234..fb92a3a8 100644 --- a/resources/character/profile-stat.less +++ b/resources/character/profile-stat.less @@ -102,6 +102,7 @@ .item-name { text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, .8); + text-align: center; &.star4 { color: #dfbeff; @@ -153,6 +154,10 @@ width: 150px; padding-left: 8px; + .item-name { + width: 50px; + } + .char-icon { width: 30px; @@ -208,6 +213,10 @@ .cons { border-radius: 0 3px 3px 0; } + + .item-name { + width: 70px; + } } .weapon-icon {