<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
}
.mobile {
    display: none;
}
body {
    background-color: #f0eee1;
}
a {
    color: #1e72bd;
}
a:hover {
    color: #f66;
}
.highlight {
    color: #f00;
}
.section {
    width: 1100px;
    margin: auto;
}
.nav {
    margin-bottom: 10px;
}
.nav &gt; div {
    height: 50px;
    line-height: 50px;
}
.nav .top {
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    background-color: #f0eee1;
    color: #000;
    font-size: 35px;
}
.nav .top a {
    color: #000;
}
.nav .top img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-right: 10px;
}
.nav .menus {
    background-color: #000;
    padding: 0 10px;
}
.nav .menu {
    color: #fff;
    font-size: 14px;
}
.nav .menu:hover {
    color: #fc6;
}
.nav .menu &gt; i {
    padding-right: 5px;
}
footer {
    margin-top: 10px;
}
.section.flex {
    display: flex;
}
.section.flex &gt; .left {
    flex: 1;
    margin-right: 10px;
}
.section.flex &gt; .right {
    flex: 0 0 275px;
}
.section.flex &gt; .right &gt; div {
    padding: 20px;
}
.paragraph {
    background-color: #fefef3;
    padding: 10px;
    margin-bottom: 15px;
}
.fiction-list .brief {
    padding: 10px;
    line-height: 175%;
    color: #888;
    font-size: 15px;
}
.fiction-list .title {
    font-size: 20px;
    font-weight: bold;
    padding: 3px 0;
}
.fiction-list .author, .fiction-list .tags {
    padding: 10px 0;
}
.search {
    position: relative;
}
.search input {
    width: calc(100% - 40px);
    height: 40px;
}
.search i {
    position: absolute;
    font-size: 20px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.search i:hover {
    color: #009;
}
.serieses {
    padding: 0;
}
.serieses &gt; div {
    height: 30px;
    line-height: 30px;
    border-bottom: #f0f0f0 1px dashed;
}
.serieses &gt; div:last-child {
    border-bottom: 0;
}
._breadcrumb {
    color: #fff;
}
._breadcrumb a {
    color: #fff;
}
._breadcrumb i {
    padding: 0 10px;
}
.prevNext {
    display: flex;
}
.prevNext a {
    color: #1e72bd;
}
.prevNext &gt; div {
    flex: 0 0 50%;
}
.prevNext &gt; div:nth-child(2) {
    text-align: right;

}
.fiction .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.fiction .author {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 10px;
}
.fiction .chapter {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 20px;
}
.fiction .content {
    font-size: 16px;
    line-height: 150%;
    text-indent: 2em;
}
.fiction .brief {
    padding: 10px;
    line-height: 175%;
    color: #888;
    font-size: 15px;
}
.fiction .chapters {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.fiction .chapters &gt; a {
    flex: 0 0 40%;
    margin: 10px 5%;
}
.fiction .chapters &gt; a &gt; div {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: #ccc 1px solid;
    background-color: #f0eee1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .section {
        width: 100vw;
    }
    .nav &gt; div {
        height: 5vh;
        line-height: 5vh;
    }
    .nav .top {
        height: 8vh;
        line-height: 8vh;
        font-size: 30px;
    }
    .nav .top img {
        width: 6vh;
        height: 6vh;
        padding-bottom: 1vh;
        padding-right: 2vh;
    }
    .section.flex {
        display: block;
    }
    .section.flex &gt; .left {
        margin-right: 0;
    }
    .section.flex &gt; .right {
    }

}
</pre></body></html>