VmyTeam.less 2.6 KB
page {
  background: #f9f9f9;
}

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

  .team {
    width: 100%;
    padding: 32rpx 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .left_team {
      flex: 1;
      border: 2rpx solid rgba(0, 0, 0, 0);
      font-size: 28rpx;
      font-family: PingFang SC,
        PingFang SC-Regular;
      font-weight: 400;
      text-align: left;
      color: #06121e;
      line-height: 40rpx;
    }

    .lrgt_team {
      width: 140rpx;
      text-align: right;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 10rpx;
      box-sizing: border-box;

      .text_bgc {
        font-size: 28rpx;
        color: #E8370F;
      }

      .bgc {
        width: 10rpx;
        height: 10rpx;
        background-color: #E8370F;
      }

      .active {
        // width: 6rpx;
        // height: 6rpx;
        // background-color: #E8370F;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
      }
    }
  }

  .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;
        }
      }

      .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;
      }

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

  .footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10rpx 0;
    z-index: 10;
    background-color: #fff;


    .btnbuy__ {
      height: 88rpx;
      width: 92%;
      color: #fff;
      line-height: 88rpx;
      padding: 0;
      box-sizing: border-box;
      font-weight: 400;
      font-size: 28rpx;
      background: #E8370F;
      border-radius: 12rpx;
      margin: 0 auto;
      // box-shadow: 0px 8px 24px 6px rgba(6, 27, 149, 0.15);
    }
  }
}