ViolationRes.less 3.0 KB
.box {
  background: #f7f8fa;
  position: relative;

  .searchTime {
    width: 100%;
    height: 330rpx;
    background: #ffffff;
    border-radius: 0rpx 0rpx 20rpx 20rpx;
    position: absolute;
    z-index: 2;
    padding: 32rpx 48rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .stH {
      font-size: 28rpx;
      font-weight: 600;
      color: #06121e;
    }

    .stInner {
      width: 100%;
      height: 80rpx;
      display: flex;
      justify-content: space-between;
      align-items: center;

      .t {
        width: 260rpx;
        height: 80rpx;
        line-height: 80rpx;
        text-align: center;
        background: #f9f9f9;
        border: 2rpx solid #eeeeee;
        border-radius: 8rpx;
        font-size: 28rpx;
        font-weight: 400;
        color: #bdc4ce;
      }
    }

    .stB {
      width: 350rpx;
      height: 55rpx;
      display: flex;
      justify-content: space-between;
      margin-left: 300rpx;

      .stb_re {
        width: 150rpx;
        height: 55rpx;
        line-height: 55rpx;
        text-align: center;
        border: 2rpx solid #bdc4ce;
        border-radius: 8rpx;
        font-size: 28rpx;
      }

      .stb_sure {
        width: 150rpx;
        height: 55rpx;
        line-height: 55rpx;
        background: #e8370f;
        border-radius: 8rpx;
        color: white;
        font-size: 28rpx;
        text-align: center;
      }
    }
  }

  .searchH {
    width: 100%;
    height: 100rpx;
    line-height: 100rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32rpx;

    .shL {
      display: flex;
      align-items: center;
      font-size: 24rpx;
      font-weight: 600;
      text-align: center;
      color: #06121e;

      image {
        width: 35rpx;
        height: 35rpx;
        transform: rotate(90deg);
      }
    }

    .shR {
      width: 48rpx;
      height: 48rpx;
    }
  }

  .resInner {
    padding: 0 32rpx;

    .innerText {
      width: 100%;
      height: 332rpx;
      background: #ffffff;
      border-radius: 20rpx;
      padding: 32rpx;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      font-size: 28rpx;
      font-weight: 600;
      color: #06121e;
      margin-top: 50rpx;

      .time {
        display: flex;
        justify-content: space-between;
        width: 100%;
      }

      .blank {
        width: 100%;
        height: 2rpx;
        background: #F7F8FA;
      }

      .fine {
        width: 152rpx;
        height: 52rpx;
        line-height: 52rpx;
        background: #e8370f;
        border-radius: 8rpx;
        text-align: center;
        margin-left: 400rpx;
      }
    }
  }

  .backPack {
    width: 100%;
    z-index: 1;
    background-color: rgba(90, 90, 90, 0.5) !important;
    position: absolute;
  }
}