<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hp span {
    font-size: 20px;
}
audio{
    display: none;
}
body {
    touch-action: none;
}

.hp {
    align-items: center;
}

ul {
    flex-wrap: wrap;
    width: 100px;
}

.hp li {
    width: 30px;
    height: 10px;
    margin-bottom: 5px;
}

.hp {
    left: 15px;
}

.stage {
    transform: translateX(-15px) scale(.5);
}

.score {
    font-size: 20px;
}

.rank-list-btn {
    top: 50px;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 5px 0 10px;
    border-radius: 20px 0 0 20px !important;
}
.rule-btn {
    top: 90px;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 5px 0 10px;
    border-radius: 20px 0 0 20px !important;
}
.rank-list,.rule-pop {
    width: 80%;
    border-radius: 15px;
    height: 70%;
    padding: 30px 10px;
}
.rule-pop {

    padding: 30px 20px !important;
   
}
.rule-content{
    font-size: 1rem;
}
.rule-label{
    font-size: 1.5rem;
    font-weight: bold;
}
.rank-list .scorll .rank-item div {

    font-size: 12px !important;
}

.head .rank-item&gt;div {

    font-size: 14px !important;
    /* font-weight: bold; */
}

.rank-item&gt;div {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rank-item&gt;div:last-child {
    line-height: 20px !important;
}

.rank-item&gt;div:nth-last-child(2) {
    width: 28%;
}

.scorll {
    padding-top: 10px;
    height: calc(100% - 30px);
}

.scorll .rank-item {
    border-top: 1px solid #ccc;
}

.scorll .rank-item:last-child {
    border-bottom: 1px solid #ccc;
}

.close {
    right: 5px;
    top: 5px;
    height: 25px;
    width: 25px;
}

.a {
    height: 60px;
    width: 60px;
}

.enemy {
    height: 40px;
    width: 57.54px;
}

.date {
    left: 15px;
    top: 40px;
    font-size: 16px;
}

.xue,
.god,
.speed,
.missiles {
    width: 40px;
    height: 40px;
}

.confirm-main {
    width: 80%;
    height: 40%;
}

.title {
    font-size: 40px;
}

.boss {
    width:  100px;
    height: 85px;
}
.boss-bullet{
    height: 10px;
    width: 10px;
}
.nickname-ipt {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}

.btns {
    margin-top: 30px;
    width: 70%;
}

.btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 26px;
}
.boss-bullet {
    height: 20px;
    width: 20px;
}</pre></body></html>