.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.weui-tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.contract-list {
    margin: 10px;
}

.contract-item {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

.weui-badge-success {
    background-color: #07c160;
}

.weui-badge-warning {
    background-color: #ff9800;
}

.weui-badge {
    display: inline-block;
    padding: 0.15em 0.4em;
    min-width: 8px;
    border-radius: 18px;
    background-color: #fa5151;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}

.weui-media-box__desc {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
} 