@charset "utf-8";
/* 你自己的样式 */

#Hui-userbar {
    right: 20px;
    position: absolute;
    top: 7px;
}

.Hui-aside {
    top: 60px;
}

.Hui-article-box {
    top: 60px;
}

table tbody tr:nth-child(2n) td {
    background-color: #f5f5f5;

}
table tbody tr:nth-child(2n+1) td {
    background-color: white;
}

#queryBox .LDate {
    width: 90px;
    height: 25px;
}

.read-only {
    background: #f5f5f5;
}