From ee9d6be2240463591319443d241b80c1fb2cba16 Mon Sep 17 00:00:00 2001 From: Kokomi <102026640+yoimiya-kokomi@users.noreply.github.com> Date: Thu, 29 Jun 2023 04:32:17 +0800 Subject: [PATCH] =?UTF-8?q?uid=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E5=A2=9E=E5=A4=A7uid=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/resources/html/user/uid-list.css | 8 ++++---- plugins/genshin/resources/html/user/uid-list.less | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/genshin/resources/html/user/uid-list.css b/plugins/genshin/resources/html/user/uid-list.css index 52c7584..9a0832c 100644 --- a/plugins/genshin/resources/html/user/uid-list.css +++ b/plugins/genshin/resources/html/user/uid-list.css @@ -1,5 +1,5 @@ .container { - width: 500px; + width: 400px; } .uid-list .game-cont { background: rgba(255, 255, 255, 0.65); @@ -58,7 +58,7 @@ background: right top no-repeat #f0ece4; background-size: auto 100%; padding: 3px; - width: 425px; + width: 325px; display: flex; position: relative; } @@ -84,7 +84,7 @@ color: #414e64; } .uid-list .game-bar .info .uid { - font-size: 16px; + font-size: 18px; display: flex; } .uid-list .game-bar .info .uid span { @@ -114,7 +114,7 @@ background: #666; } .uid-list .game-bar .info .name { - font-size: 16px; + font-size: 14px; } .uid-list .game-bar .info .no-info { font-size: 12px; diff --git a/plugins/genshin/resources/html/user/uid-list.less b/plugins/genshin/resources/html/user/uid-list.less index 75abff8..af35280 100644 --- a/plugins/genshin/resources/html/user/uid-list.less +++ b/plugins/genshin/resources/html/user/uid-list.less @@ -1,5 +1,5 @@ .container { - width: 500px; + width: 400px; } .uid-list { @@ -71,7 +71,7 @@ background: right top no-repeat #f0ece4; background-size: auto 100%; padding: 3px; - width: 425px; + width: 325px; display: flex; position: relative; @@ -99,7 +99,7 @@ color: #414e64; .uid { - font-size: 16px; + font-size: 18px; display: flex; span { @@ -134,7 +134,7 @@ } .name { - font-size: 16px; + font-size: 14px; } .no-info {