_panel.css 527 Bytes
.panel {
    margin-bottom: 25px;
    background-color: #fff;
}

.panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1PX solid #dededf;
}

.panel-header {
    position: relative;
    height: 84px;
    line-height: 84px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #444;
    border-top: 1PX solid #dededf;
    border-bottom: 1PX solid #dededf;

    .more {
        color: #b0b0b0;
    }
}

.panel-header-r {
    position: absolute;
    top: 0;
    right: 30px;
}