<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.username-tab {
    width: 15rem;
    height: 10rem;
    margin: 0.49rem 0 0 0.39rem;
    overflow: hidden;
    background-color: #ffffff;
}

.username-title {
    margin: 0.36rem 0 0 0.21rem;
}


/* 列表 */

.user-table {
    width: 14.54rem;
    height: 7rem;
}

#tab-cont {
    table-layout: fixed;
    width: 14.54rem;
}

.tb-th {
    /* display: block; */
    width: 14.54rem;
    height: 0.6rem;
    background: #3581E8;
    margin-top: 0.3rem;
}

.username-title {
    height: 10rem;
    overflow: hidden;
}


/* 题目类 */

.tb-th tr th {
    color: #ffffff;
    font-size: 0.18rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: left;
}

.tb-th tr th:nth-child(1) {
    padding-left: 0.25rem;
}

.tb-th tr th:nth-child(3) {
    width: 3rem;
}

.tb-th tr th:nth-child(5) {
    text-align: center;
}


/* 下部分内容 */

.tbd-cont {
    width: 100%;
    height: 5.5rem;
}

.tbd-cont tr {
    /* display: block; */
    margin-top: 0.18rem;
}

.tbd-cont tr td {
    /* display: inline-block; */
    font-size: 0.18rem;
    font-weight: 500;
    color: #3A3A3A;
    height: 100%;
}


/* .tbd-cont tr td:nth-child(2) {
    width: 3.2rem;
    text-indent: 0.3rem;
}

.tbd-cont tr td:nth-child(3) {
    width: 3rem;
}

.tbd-cont tr td:nth-child(4) {
    width: 2.5rem;
}

.tbd-cont tr td:nth-child(5) {
    margin-right: 0.21rem;
} */

.tbd-cont tr td:nth-child(5) p {
    width: 0.96rem;
    color: #3581E8;
    border: 1px solid #3581E8;
    border-radius: 0.05rem;
    font-size: 0.18rem;
    text-align: center;
    background: #ffffff;
}

.pfnum {
    display: inline-block;
    width: 0.96rem;
    height: 0.41rem;
    background: #3581E8;
    border-radius: 0.05rem;
    color: #ffffff;
    font-size: 0.18rem;
    line-height: 0.41rem;
    text-align: center;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.18rem;
}

header .right {
    display: flex;
    align-items: center;
}


/* select */

.selectBox {
    border-radius: 0.08rem;
    margin-right: 0.26rem;
    border: 1px solid #e0e0e0;
    padding: 0.14rem 0.20rem 0.15rem 0.14rem;
    font-size: 2.1rem;
    width: 2.51rem;
    height: 0.47rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.selectBox select {
    border: none;
    padding-right: 0.3rem;
    /* color: #ccc; */
    width: 100%;
    font-size: 0.13rem;
}

.selectBox select option {
    color: #000;
}


/* 公告关键词查询 */

.gonggao-btn {
    display: flex;
    margin: 0 0.45rem 0 0;
}

#inp {
    width: 2.51rem;
    height: 0.47rem;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 0.08rem;
    outline: none;
    box-sizing: border-box;
    text-indent: 0.2rem;
    margin-right: 0.06rem;
}

::placeholder {
    font-size: 0.16rem;
    font-weight: bold;
    color: #B5B5B5;
    text-indent: 0.15rem;
}

.chaxun {
    width: 0.89rem;
    height: 0.47rem;
    background: #007FFD;
    border-radius: 0.05rem;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
    cursor: pointer;
}


/* .pg-nd-title {
    position: relative;
    top: 0.2rem;
} */


/* 作品封面 */

.zpcove {
    width: 1.89rem;
    height: 1.12rem;
    cursor: pointer;
}

.zpcove:hover {
    width: 1.89rem;
    height: 1.12rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.66);
}

.tdonev {
    position: relative;
}


/* 封面播放按钮 */

.incon-vplay {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: url('../image/viplay.png') no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 38%;
    top: 40%;
}</pre></body></html>