uid列表样式调整,增大uid展示
This commit is contained in:
parent
a625b0512d
commit
ee9d6be224
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue