ViolationRes.wxss 2.6 KB
.box {
  background: #f7f8fa;
  position: relative;
}
.box .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;
  -webkit-transform:translateY(100%);transform:translateY(100%);
}
.box .searchTime .stH {
  font-size: 28rpx;
  font-weight: 600;
  color: #06121e;
}
.box .searchTime .stInner {
  width: 100%;
  height: 80rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .searchTime .stInner .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;
}
.box .searchTime .stB {
  width: 350rpx;
  height: 55rpx;
  display: flex;
  justify-content: space-between;
  margin-left: 300rpx;
}
.box .searchTime .stB .stb_re {
  width: 150rpx;
  height: 55rpx;
  line-height: 55rpx;
  text-align: center;
  border: 2rpx solid #bdc4ce;
  border-radius: 8rpx;
  font-size: 28rpx;
}
.box .searchTime .stB .stb_sure {
  width: 150rpx;
  height: 55rpx;
  line-height: 55rpx;
  background: #e8370f;
  border-radius: 8rpx;
  color: white;
  font-size: 28rpx;
  text-align: center;
}
.box .searchH {
  width: 100%;
  height: 100rpx;
  line-height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32rpx;
}
.box .searchH .shL {
  display: flex;
  align-items: center;
  font-size: 24rpx;
  font-weight: 600;
  text-align: center;
  color: #06121e;
}
.box .searchH .shL image {
  width: 35rpx;
  height: 35rpx;
  transform: rotate(90deg);
}
.box .searchH .shR {
  width: 48rpx;
  height: 48rpx;
}
.box .resInner {
  padding: 0 32rpx;
}
.box .resInner .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;
}
.box .resInner .innerText .time {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.box .resInner .innerText .blank {
  width: 100%;
  height: 2rpx;
  background: #F7F8FA;
}
.box .resInner .innerText .fine {
  width: 152rpx;
  height: 52rpx;
  line-height: 52rpx;
  background: #e8370f;
  border-radius: 8rpx;
  text-align: center;
  margin-left: 400rpx;
}
.box .backPack {
  width: 100%;
  z-index: 1;
  background-color: rgba(90, 90, 90, 0.5) !important;
  position: absolute;
}