/* 入驻企业 */
.shop-company-list{
  .header-banner{
    position: relative;

    .banner-content{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }

    .banner-title{
      color: #FFF;
      font-size: .38rem;
      line-height: 4rem;
      text-shadow: 0 0 .08rem rgba(0,0,0,.5);
    }
  }
  .company-list{

  }

  .list-item{
    padding: .2rem;
    border-radius: .04rem;
    margin: .1rem 0;
    box-shadow: 0 0 .08rem rgba(0,0,0,.1);
  }
}


/* 入驻企业详情 */
.shop-company-orderlist{
  .header-banner{
    position: relative;

    .banner-content{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }

    .banner-title{
      color: #FFF;
      font-size: .38rem;
      line-height: 4rem;
      text-shadow: 0 0 .08rem rgba(0,0,0,.5);
    }
  }

  .el-table__header{
    font-size: .16rem;
  }
}