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 {