.container { width: 400px; } .uid-list { .game-cont { background: rgba(255, 255, 255, .65); margin: 0 0 10px; border-radius: 10px; overflow: hidden; .game-title { font-size: 16px; background: rgba(255, 255, 255, .8); padding: 8px 15px 5px; strong { margin-right: 15px; } span { font-size: 12px; color: #888; } nobr { font-size: 12px; background: #888; color: #fff; display: inline-block; padding: 1px 2px; border-radius: 3px; margin: 0 1px; } } .cont-body { background: none; padding: 0; } } .game-ul { padding: 8px; } .game-idx { height: 50px; padding: 13px 0; margin-right: 5px; span { display: block; width: 18px; height: 22px; border-radius: 6px; background: #fff; text-align: center; font-size: 14px; line-height: 22px; } } .game-bar { height: 50px; line-height: 30px; margin: 0; border-radius: 25px; background: right top no-repeat #f0ece4; background-size: auto 100%; padding: 3px; width: 325px; display: flex; position: relative; .face { width: 44px; height: 44px; border-radius: 22px; box-shadow: 0 0 1px #000, 0 0 5px rgba(0, 0, 0, .5); border: 1px solid #fff; overflow: hidden; background-size: cover; span { display: block; width: 64px; height: 64px; background-size: auto 100%; background-repeat: no-repeat; } } .info { padding: 4px 10px; line-height: 18px; color: #414e64; .uid { font-size: 18px; display: flex; span { display: block; padding-right: 5px; } strong { 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(.9); &.ck { background: #d3bc8e; color: #3a2702; font-weight: bold; box-shadow: 0 0 3px 0 #000; } &.reg { background: #666; } } } .name { font-size: 14px; } .no-info { font-size: 12px; color: #555; } } &:after { display: block; content: ""; width: 28px; height: 28px; border-radius: 50%; border: 2px solid #ece5d8; opacity: 0; box-shadow: 0 0 1px #000, 0 0 5px rgba(0, 0, 0, .5); position: absolute; right: 8px; top: 8px; } } .game-li { display: flex; margin-bottom: 10px; &:last-child { margin-bottom: 0; } &.active { .game-bar:after { opacity: 1; background: url('../../img/icon/check.webp') center center no-repeat #4a5366; background-size: 70% auto; } } } } .tips { background: rgba(255, 255, 255, .8); border-radius: 10px; font-size: 12px; padding: 8px 12px; color: #555; margin-bottom: 10px; nobr { font-size: 12px; background: #555; color: #fff; display: inline-block; padding: 1px 2px; border-radius: 3px; margin: 0 1px; } }