VapplicationList.less 1.8 KB
page {
  background: #f9f9f9;
}

.container {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;

  .team_list {
    width: 100%;
    background-color: #fff;
    padding: 20rpx 32rpx;
    box-sizing: border-box;

    .item_team {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20rpx 0;
      box-sizing: border-box;
      border-bottom: 2rpx solid #F2f2f2;


      .lf_item {
        flex: 1;
        display: flex;
        align-items: center;

        image {
          width: 72rpx;
          height: 72rpx;
          margin-right: 20rpx;
        }

        .lf_name {
          font-size: 28rpx;
          color: #06121E;
        }
      }

      .btms {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        .ben {
          width: 108rpx;
          height: 52rpx;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8rpx;
          border: 1rpx solid #707070;
          font-size: 24rpx;
          color: #06121E;
        }

        .bgc_bet {
          color: #fff;
          background-color: #E8370F;
          border: none;
        }
      }

      &:last-child {
        border: none;
      }
    }
  }

  .dmc {
    .emmpty4S {
      width: 100%;
      height: 100%;
      position: relative;
      padding-bottom: 200rpx;

      .c_img {
        width: 400rpx;
        position: absolute;
        top: 200rpx;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;

        image {
          width: 400rpx;
          height: 400rpx;
        }

        .textName {
          width: 100%;
          text-align: center;
          line-height: 40rpx;
          font-size: 28rpx;
          color: #999999;
        }
      }
    }
  }
}