.openapi {
    color: #fff;
    font-size: 13px;
    float: right;
    margin-top: 5px;
    width: 64px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F05327;
    border-radius: 5px;
}

.openapi-resource {
    color: #FFFFFF;
    position: absolute;
    width: 52px;
    /* left: 0; */
    /* top: 220px; */
    z-index: 9999;
    text-align: center;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
    background: #F05327;
    border-radius: 5px;
  }