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 {
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;

View File

@ -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 {