header.css 732 Bytes
.el-header {
    background-color: #fff;
    color: #555;
    text-align: center;
    height: .58rem !important;
    font-size: 0.2rem;
    padding-right: 0.85rem;
    padding-left: 1.2rem;
    border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.element-main {
    background-color: #E9EEF3;
    color: #333;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    box-sizing: border-box;
}


/* header title */

.asis-title {
    color: #555;
    line-height: .58rem;
}

.more-option-wrapper {
    float: right;
    font-size: 0.12rem;
    color: #666;
    cursor: pointer;
    margin-top: 0.18rem;
}

.more-option-arrow {
    transition: transform .3s;
}

.more-option-up {
    transform: rotate(-180deg);
}