<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gameRecordTable li {
    display: flex;
    height: 68px;
}
#gameRecordTable li div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gameRecordTableTitle {
    display: flex;
    line-height: 44px;
    background-color: #f0f3f5;
    color: var(--text-color--grey);
}
.gameRecordTableTitle &gt; div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gameRecordTable li:nth-child(even) {
    background: #f0f3f5;
}
.my-swipe .van-swipe-item {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
#Game .minSignOutGame {
    display: inline-block;
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    margin-left: 14px;
}
#Game .gameWallet {
    display: flex;
    height: 50px;
    padding: 0 12px 0 15px;
    box-sizing: border-box;
    align-items: center;
}
#Game .gameWallet .gameAvatar {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    box-sizing: border-box;
}
#Game .gameWallet .gameAvatar img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.gameLine {
    height: 20px;
    width: 1px;
    background-color: #e3e5e8;
    margin-right: 16px;
}
#gamePre .gameAmount {
    height: 23px;
    line-height: 23px;
    border-radius: 4px;
    color: red;
    padding: 0 15px;
    background-color: #ffe6ec;
}
.gameType {
    padding: 0 12px 0 15px;
    box-sizing: border-box;
    line-height: 30px;
    justify-content: space-between;
    display: flex;
    color: var(--text-color--grey);
    font-size: 16px;
    background-color: #fff;
    z-index: 100;
    overflow-x: scroll;
    white-space: nowrap;
}
.gameType::-webkit-scrollbar {
    display: none;
}
.gameType li {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gameType li &gt; div:first-child {
    word-break: keep-all;
}
#gameList {
    padding-bottom: 110px;
}
#gameList li {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 0;
}
#gameList &gt; li &gt; div .gameBg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
#gameList &gt; li &gt; div .gameBg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
}
#gameList &gt; li &gt; div &gt; .gameText {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    line-height: 21.5px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.gameIn {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
#gameList &gt; li .chipsBg {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 24px;
    height: 24px;
    z-index: 1;
}
#gameList &gt; li .hotBg {
    position: absolute;
    left: 4px;
    top: 2px;
    height: 16px;
    width: 13px;
    z-index: 1;
}
.gameTypeLine {
    width: 40px;
    height: 2px;
    margin-top: 2px;
}
#Information {
    width: 100%;
    padding-bottom: 80px;
}
#Information .InformationItem {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
#Information .InformationItem img {
    width: 100%;
    height: 100%;
}
.InformationText {
    position: absolute;
    bottom: 0;
    left: 0;
}
</pre></body></html>