binding4S.less 3.1 KB
page {
  background-color: #f9f9f9;
}



.container {
  padding: 20rpx 32rpx;
  box-sizing: border-box;

 

  .changeService {
    background-color: #fff;
    padding: 20rpx 32rpx;
    box-sizing: border-box;
    border-radius: 8rpx;
    display: flex;
    flex-direction: column;
    margin: 20rpx 0;

    .service_title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 20rpx;
      box-sizing: border-box;
      border-bottom: 1rpx solid #f5f5f5;

      .title_ {
        font-size: 28rpx;
        line-height: 40rpx;
        font-weight: bold;
      }

      .title_status {
        font-size: 28rpx;
        line-height: 40rpx;
        color: #E8370F;
        font-weight: bold;
      }

    }

    .service_content {
      display: flex;
      align-items: center;
      padding: 10rpx 0;
      box-sizing: border-box;
      border-bottom: 1rpx solid #f5f5f5;

      .ser_img {
        width: 208rpx;
        height: 208rpx;

        image {
          width: 100%;
          border-radius: 8rpx;
        }
      }

      .ser_cont {
        flex: 1;
        height: 208rpx;
        padding-left: 20rpx;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .ser_title {
          padding-top: 10rpx;
          box-sizing: border-box;
          font-size: 28rpx;
          height: 90rpx;
        }

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

          .conte_name {
            font-size: 28rpx;
          }

          .pd {
            display: flex;
            align-items: baseline;

            .red_money_icon {
              font-size: 20rpx;
              line-height: 40rpx;
              color: #E8370F;
              font-weight: bold;
            }

            .red_money {
              font-size: 28rpx;
              line-height: 40rpx;
              color: #E8370F;
              font-weight: bold;

            }
          }




        }
      }
    }

    .btns {
      display: flex;
      justify-content: flex-end;
      padding-top: 20rpx;
      box-sizing: border-box;

      .btn {
        width: 152rpx;
        height: 52rpx;
        padding: 0;
        line-height: 52rpx;
        font-weight: 400;
        font-size: 24rpx;
        margin: 0 10rpx;
        color: #fff;
        background-color: #E8370F;
      }

      .delbtn {
        background-color: #fff;
        color: #06121E;
        margin-left: 20rpx;
        border: 2rpx solid #ccc;
      }

    }

  }

  .dmc {
    width: 100%;
    position: relative;
    height: 100%;

    .emmpty4S {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 500rpx;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;

      .c_img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

        image {
          width: 500rpx;
          // height: 196rpx;
        }
      }

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


    }
  }
}