<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-body .test-meaning {
    background-color: #F8FCFD;
    border: 1px solid #7DDFFE;
    padding: 20px 15px;
    text-align: left;
    margin-bottom: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.options-parent .test-meaning:hover, .test-meaning:active {
    background-color: #CFEDFE;
    border: 1px solid #7DDFFE;
    outline: none;
}

.test-meaning strong {
    margin-right: 20px;
    font-size: 25px;
    
}
.test-meaning{
    margin-left: 15px;
    margin-right: 15px;
}
.test-meaning span {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: "Microsoft YaHei", sans-serif;
}

#yd-test .panel-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

#yd-test .panel-heading {
    background-color: #4DA6DE;
    border-radius: 0;
    border-bottom: 1px solid #59A2CF;
}

#yd-test .panel-default {
    border: 1px solid #59A2CF;
}

#yd-test .panel-body h2 {
    text-align: center;
    margin-top: 0;
}

.yd-test-data {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
}

.yd-test-data span {
    margin-right: 10px;
}

#yd-score table {
    text-align: center;
    font-family: "Microsoft YaHei", sans-serif;
}

#yd-score td {
    border: 1px solid #59A2CF;
}

#yd-score tr:nth-of-type(2n+1) {
    background-color: #fcfcfc;
}

#yd-score table tr:first-child td {
    background-color: #4DA6DE;
    font-size: 20px;
    color: #fff;
}

@media all and (max-width: 500px) {
    #yd-test, #yd-score {
        padding-left: 2px;
        padding-right: 2px;
    }

    #youdict .panel-body {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media all and (max-height: 550px) {
    .panel-body .test-meaning {
        padding: 8px;
    }
}
</pre></body></html>