
/*微信返回上一步*/
.ui-header {
    position: relative;
    height: 50px;
    background: #d9caca;
    border-bottom:1px solid #e5e5e5;
}
.ui-back {
    position: absolute;
    top:8px;
    left: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.ui-trigger {
    display: inline-block;
    width: 40px;
    height: 38px;
    background-image: url("../../static/img/icon_back.png");
}
.ui-header .ui-title {
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    color: #111;
    height: 50px;
    line-height: 50px;
}
