211 lines
4.3 KiB
CSS
211 lines
4.3 KiB
CSS
.container {
|
|
width: 450px;
|
|
}
|
|
nobr {
|
|
font-size: 12px;
|
|
background: #000;
|
|
color: #d3bc8e;
|
|
display: inline-block;
|
|
padding: 1px 2px;
|
|
border-radius: 3px;
|
|
margin: 0 1px;
|
|
}
|
|
.uid-list .game-cont {
|
|
background: rgba(255, 255, 255, 0.65);
|
|
margin: 0 0 10px;
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.uid-list .game-cont .game-title {
|
|
font-size: 16px;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
padding: 8px 15px 5px;
|
|
}
|
|
.uid-list .game-cont .game-title strong {
|
|
margin-right: 15px;
|
|
}
|
|
.uid-list .game-cont .game-title span {
|
|
font-size: 12px;
|
|
color: #666;
|
|
float: right;
|
|
}
|
|
.uid-list .game-cont .game-title nobr {
|
|
background: none;
|
|
font-size: 12px;
|
|
color: #3a2702;
|
|
display: inline-block;
|
|
padding: 1px 2px;
|
|
border-radius: 3px;
|
|
margin: 0 1px;
|
|
}
|
|
.uid-list .game-cont .cont-body {
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
.uid-list .game-ul {
|
|
padding: 8px;
|
|
}
|
|
.uid-list .game-ul .no-uid {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.uid-list .game-idx {
|
|
height: 50px;
|
|
padding: 20px 0 10px;
|
|
margin-right: 5px;
|
|
}
|
|
.uid-list .game-idx span {
|
|
display: block;
|
|
width: 18px;
|
|
height: 22px;
|
|
border-radius: 6px;
|
|
background: #fff;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.uid-list .game-bar {
|
|
height: 64px;
|
|
line-height: 30px;
|
|
margin: 0;
|
|
border-radius: 33px;
|
|
background: right top no-repeat #f0ece4;
|
|
background-size: auto 100%;
|
|
width: 375px;
|
|
position: relative;
|
|
}
|
|
.uid-list .game-inner {
|
|
display: flex;
|
|
background: linear-gradient(to right, rgba(240, 236, 228, 0.6), rgba(240, 236, 228, 0.6), rgba(240, 236, 228, 0), rgba(240, 236, 228, 0));
|
|
padding: 4px;
|
|
border-radius: 33px;
|
|
}
|
|
.uid-list .game-inner .face {
|
|
width: 56px;
|
|
height: 56px;
|
|
border-radius: 30px;
|
|
box-shadow: 0 0 1px #000, 0 0 5px rgba(0, 0, 0, 0.5);
|
|
border: 2px solid #fff;
|
|
overflow: hidden;
|
|
background-size: cover;
|
|
}
|
|
.uid-list .game-inner .face span {
|
|
display: block;
|
|
width: 64px;
|
|
height: 64px;
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.uid-list .game-inner .info {
|
|
padding: 4px 10px;
|
|
line-height: 18px;
|
|
color: #414e64;
|
|
}
|
|
.uid-list .game-inner .info div.shadow {
|
|
position: relative;
|
|
-webkit-text-stroke: 2px #fff;
|
|
}
|
|
.uid-list .game-inner .info div.shadow span {
|
|
font-weight: normal;
|
|
display: block;
|
|
position: absolute;
|
|
-webkit-text-stroke: 0px #fff;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.uid-list .game-inner .info .uid-info {
|
|
height: 25px;
|
|
font-size: 24px;
|
|
display: flex;
|
|
margin-top: 5px;
|
|
}
|
|
.uid-list .game-inner .info .uid-info .uid {
|
|
font-weight: normal;
|
|
display: block;
|
|
padding-right: 8px;
|
|
}
|
|
.uid-list .game-inner .info .uid-info .type {
|
|
width: 35px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
background: #4a5366;
|
|
height: 18px;
|
|
display: block;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
vertical-align: middle;
|
|
transform: scale(0.9);
|
|
}
|
|
.uid-list .game-inner .info .uid-info .type.ck {
|
|
background: #d3bc8e;
|
|
color: #3a2702;
|
|
font-weight: bold;
|
|
box-shadow: 0 0 3px 0 #000;
|
|
}
|
|
.uid-list .game-inner .info .uid-info .type.reg {
|
|
background: #666;
|
|
}
|
|
.uid-list .game-inner .info .detail {
|
|
font-size: 14px;
|
|
text-shadow: 0 0 2px #fff;
|
|
}
|
|
.uid-list .game-inner .info .detail .no-info {
|
|
color: #555;
|
|
font-size: 12px;
|
|
text-shadow: 0 0 1px #fff;
|
|
}
|
|
.uid-list .game-inner:after {
|
|
display: block;
|
|
content: "";
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
border: 2px solid #ece5d8;
|
|
opacity: 0;
|
|
box-shadow: 0 0 1px #000, 0 0 5px rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
right: 13px;
|
|
top: 12px;
|
|
}
|
|
.uid-list .game-li {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
.uid-list .game-li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.uid-list .game-li.active .game-bar {
|
|
box-shadow: 0 0 1px 1px #fff, 0 0 5px 2px #d3bc8e;
|
|
}
|
|
.uid-list .game-li.active .game-inner:after {
|
|
opacity: 1;
|
|
background: url('../../img/icon/check.webp') center center no-repeat #4a5366;
|
|
background-size: 70% auto;
|
|
}
|
|
.uid-list .game-li.active .game-idx span {
|
|
background: #d3bc8e;
|
|
color: #3a2702;
|
|
box-shadow: 0 0 1px 1px #fff, 0 0 5px 2px #d3bc8e;
|
|
}
|
|
.tips {
|
|
border-radius: 10px;
|
|
font-size: 12px;
|
|
padding: 8px 12px 8px 24px;
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.tips li {
|
|
padding: 2px 0;
|
|
}
|
|
.tips nobr {
|
|
font-size: 12px;
|
|
background: #000;
|
|
color: #d3bc8e;
|
|
display: inline-block;
|
|
padding: 1px 2px;
|
|
border-radius: 3px;
|
|
margin: 0 1px;
|
|
}
|
|
/*# sourceMappingURL=uid-list.css.map */ |