ViolationQuery.less 4.2 KB
page {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  .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 {
        flex: 1;
        margin-right: 32rpx;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;

      }
    }
  }

  .health {
    width: 100%;

    .vioInfo {
      .vioInfoBack {
        height: 338rpx;
        background: linear-gradient(180deg, #f53526 17%, #fd7f2e 100%);
        border-radius: 0 0 38rpx 38rpx;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .vfL {
          color: white;
          display: flex;
          flex-direction: column;

          .vfLt {
            font-size: 45rpx;
          }

          .vfLb {
            font-size: 30rpx;
            margin-top: 20rpx;
          }
        }

        .vfR {
          width: 176px;
          height: 122px;
          background: fuchsia;
        }
      }

      .vioInner {
        width: 90%;
        height: 584rpx;
        background: #ffffff;
        border-radius: 12rpx;
        box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(228, 185, 176, 0.09);
        position: relative;
        top: -30rpx;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        .vioCurrency {
          width: 85%;
          height: 88rpx;
          line-height: 88rpx;
          background: #f9f9f9;
          border: 2rpx solid #eeeeee;
          border-radius: 8rpx;
          font-size: 32rpx;
          font-weight: 400;
          text-align: center;
          color: #bdc4ce;
          position: relative;

          .downBtn1 {
            width: 48rpx;
            height: 48rpx;
            transform: rotate(90deg);
            position: absolute;
            right: 16rpx;
            top: 16rpx;
          }

          .plateL {
            width: 100rpx;
            height: 50rpx;
            display: flex;
            justify-content: space-around;
            border-right: 2rpx solid #bdc4ce;
            line-height: 50rpx;
            position: absolute;
            left: 29rpx;
            color: black;

            .downBtn2 {
              width: 35rpx;
              height: 35rpx;
              transform: rotate(90deg);
              margin-top: 10rpx;
            }
          }
        }

        .vioPcs {
          font-size: 32rpx;
          font-weight: 400;
          text-align: center;
          color: #bdc4ce;
          text-align: center;
        }
      }
    }

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






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


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

  .sureBtn {
    width: 90%;
    height: 88rpx;
    position: absolute;
    bottom: 100rpx;
    background: #e8370f;
    border-radius: 12rpx;
    font-size: 30rpx;
    line-height: 88rpx;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF
  }


}