MaintenanceService.less 7.7 KB
page {
  background-color: #f9f9f9;

  .container {
    border-top: 1rpx solid #f5f5f5;
    padding: 0 32rpx;
    box-sizing: border-box;

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

      .change_right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;

        .goPraise {
          font-size: 28rpx;
          line-height: 80rpx;
        }
      }

      .active {
        font-weight: 600;
        font-size: 32rpx;
        line-height: 80rpx;
        text-align: center;
        border-bottom: 4rpx solid #E8370F;
        color: #FF444B;
      }
    }



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

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

        .title_ {
          display: flex;
          flex-direction: column;

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

          .title_date {
            font-size: 24rpx;
            line-height: 40rpx;

          }
        }

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

      }

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

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

          image {
            width: 100%;
          }
        }

        .ser_cont {
          padding-left: 20rpx;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;

          .ser_title {
            font-size: 28rpx;
            line-height: 48rpx;
            font-weight: bold;
          }

          .baoma {
            text {
              font-size: 24rpx;
              line-height: 40rpx;
              margin-right: 20rpx;
            }
          }
        }
      }

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

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

        .btn_1 {
          border: 2rpx solid #ccc;
          color: #06121E;
        }

        .btn_2 {
          color: #fff;
          background-color: #E8370F;
        }
      }

    }

    // 弹窗
    /*使屏幕变暗  */
    .wx_popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 100%;
      background: rgba(0, 0, 0, .5);

      .popup_container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80%;
        max-width: 600rpx;
        border: 2rpx solid #ccc;
        border-radius: 10rpx;
        box-sizing: bordre-box;
        transform: translate(-50%, -50%);
        overflow: hidden;
        background: #fff;
        padding: 30rpx;

        .wx_popup_title {
          width: 100%;
          padding: 20rpx;
          text-align: center;
          font-size: 40rpx;
        }

        .wx_popup_con {
          width: 100%;
          min-height: 500rpx;


          .box {
            margin-bottom: 20rpx;
            padding: 20rpx;
            box-sizing: border-box;
            border-radius: 8rpx;
            background-color: #fff;
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);

            // border: 1rpx solid red;
            .youImg {
              display: flex;
              align-items: center;

              .wx_img {
                width: 132rpx;
                height: 132rpx;

                image {
                  width: 100%;
                }
              }

              .wx_cont {
                flex: 1;
                height: 132rpx;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding-left: 20rpx;

                .wx_content {
                  font-size: 24rpx;
                  line-height: 32rpx;
                  font-weight: bold;
                }

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

                  .pc {
                    display: flex;

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

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

                  .del__ {
                    display: flex;
                    margin-left: 30rpx;

                    .del_icon {
                      font-size: 24rpx;
                      line-height: 34rpx;
                      color: #8C9198;
                    }

                    .del {
                      font-size: 28rpx;
                      line-height: 34rpx;
                      color: #8C9198;
                      text-decoration: line-through;
                    }

                  }




                }
              }


            }

            .noImg {
              .wx_cont_NO {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 20rpx;
                box-sizing: border-box;

                .wx_content {
                  font-size: 24rpx;
                  line-height: 32rpx;
                  font-weight: bold;
                }

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

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

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

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

                  .del__ {
                    display: flex;
                    align-items: center;
                    margin-left: 30rpx;

                    .del_icon {
                      font-size: 24rpx;
                      line-height: 34rpx;
                      color: #8C9198;
                    }

                    .del {
                      font-size: 28rpx;
                      line-height: 34rpx;
                      color: #8C9198;
                      text-decoration: line-through;
                    }

                  }




                }
              }
            }

          }
        }

        .down_btn {
          margin-top: 50rpx;
          position: fixed;
          bottom: 30rpx;
          left: 180rpx;

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



  }
}