VbalanceRecharge.less 2.2 KB
page {
  background: #f9f9f9;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;

  .header {
    width: 100%;
    background: #f53526;

    .left_img {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 32rpx;
      box-sizing: border-box;
      height: 88rpx;

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


      .title_oage {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;

      }
    }
  }

  .health {
    width: 100%;
    height: 100%;

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


      .item_rechange {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24rpx 32rpx;
        box-sizing: border-box;
        border-bottom: 1rpx solid #f2f2f2;
        background-color: #fff;

        .left_item {

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

          .item_date {
            font-size: 24rpx;
            color: #06121E;
          }
        }

        .lis_icoon {
          display: flex;
          align-items: center;

          .icon_is {
            font-size: 32rpx;
            color: #06121E;
          }

          .pt {

            display: flex;
            align-items: baseline;
            justify-content: flex-end;

            .pt_icon {
              font-size: 22rpx;
              color: #06121E;
            }

            .pt_price {
              font-size: 32rpx;
              color: #06121E;
            }
          }
        }
      }
    }

    .cno {
      width: 100%;
      // height: 800rpx;
      display: flex;
      align-items: center;
      justify-content: center;

      .kongbox {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 200rpx auto;


        image {
          width: 500rpx;
        }

        .c_name {
          margin-top: 30rpx;
          font-size: 32rpx;
          color: #ccc;
        }
      }

    }

  }
}