uid列表样式调整,增大uid展示

This commit is contained in:
Kokomi 2023-06-29 04:32:17 +08:00
parent a625b0512d
commit ee9d6be224
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
.container { .container {
width: 500px; width: 400px;
} }
.uid-list .game-cont { .uid-list .game-cont {
background: rgba(255, 255, 255, 0.65); background: rgba(255, 255, 255, 0.65);
@ -58,7 +58,7 @@
background: right top no-repeat #f0ece4; background: right top no-repeat #f0ece4;
background-size: auto 100%; background-size: auto 100%;
padding: 3px; padding: 3px;
width: 425px; width: 325px;
display: flex; display: flex;
position: relative; position: relative;
} }
@ -84,7 +84,7 @@
color: #414e64; color: #414e64;
} }
.uid-list .game-bar .info .uid { .uid-list .game-bar .info .uid {
font-size: 16px; font-size: 18px;
display: flex; display: flex;
} }
.uid-list .game-bar .info .uid span { .uid-list .game-bar .info .uid span {
@ -114,7 +114,7 @@
background: #666; background: #666;
} }
.uid-list .game-bar .info .name { .uid-list .game-bar .info .name {
font-size: 16px; font-size: 14px;
} }
.uid-list .game-bar .info .no-info { .uid-list .game-bar .info .no-info {
font-size: 12px; font-size: 12px;

View File

@ -1,5 +1,5 @@
.container { .container {
width: 500px; width: 400px;
} }
.uid-list { .uid-list {
@ -71,7 +71,7 @@
background: right top no-repeat #f0ece4; background: right top no-repeat #f0ece4;
background-size: auto 100%; background-size: auto 100%;
padding: 3px; padding: 3px;
width: 425px; width: 325px;
display: flex; display: flex;
position: relative; position: relative;
@ -99,7 +99,7 @@
color: #414e64; color: #414e64;
.uid { .uid {
font-size: 16px; font-size: 18px;
display: flex; display: flex;
span { span {
@ -134,7 +134,7 @@
} }
.name { .name {
font-size: 16px; font-size: 14px;
} }
.no-info { .no-info {