@charset "UTF-8";

/*下面为自定义内容*/
.mainpanel {
    box-shadow: 1px 1px 10px #ccc;
    border: 1px #ccc solid;
    margin-top: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 50px 15px 50px;
    min-height: 400px;
}

#editArea{
    border-bottom: 1px solid #ccc;
}
#infoArea{
    padding-top: 10px;
    word-break: break-all;
}
#infoArea .row{
    margin-bottom: 5px;
}

#pageNum{
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

@media (max-width: 992px) {
    #editArea{padding-bottom: 10px;} /*小屏优化*/
}