ViolationQuery.wxss 3.8 KB
page {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .header {
  width: 100%;
  background: #f53526;
}
.container .header .left_img {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
  height: 88rpx;
}
.container .header .left_img image {
  width: 32rpx;
  height: 32rpx;
}
.container .header .left_img .title_oage {
  flex: 1;
  margin-right: 32rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.container .health {
  width: 100%;
}
.container .health .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;
}
.container .health .vioInfo .vioInfoBack .vfL {
  color: white;
  display: flex;
  flex-direction: column;
}
.container .health .vioInfo .vioInfoBack .vfL .vfLt {
  font-size: 45rpx;
}
.container .health .vioInfo .vioInfoBack .vfL .vfLb {
  font-size: 27rpx;
  margin-top: 20rpx;
}
.container .health .vioInfo .vioInfoBack .vfR {
  width: 176px;
  height: 122px;
}
.container .health .vioInfo .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;
}
.container .health .vioInfo .vioInner .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;
}
.container .health .vioInfo .vioInner .vioCurrency .downBtn1 {
  width: 48rpx;
  height: 48rpx;
  transform: rotate(90deg);
  position: absolute;
  right: 16rpx;
  top: 16rpx;
}
.container .health .vioInfo .vioInner .vioCurrency .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;
}
.container .health .vioInfo .vioInner .vioCurrency .plateL .downBtn2 {
  width: 35rpx;
  height: 35rpx;
  transform: rotate(90deg);
  margin-top: 10rpx;
}
.container .health .vioInfo .vioInner .vioPcs {
  font-size: 32rpx;
  font-weight: 400;
  color: #bdc4ce;
  text-align: center;
}
.container .health .dmc .emmpty4S {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 200rpx;
}
.container .health .dmc .emmpty4S .c_img {
  width: 400rpx;
  position: absolute;
  top: 200rpx;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.container .health .dmc .emmpty4S .c_img image {
  width: 400rpx;
  height: 400rpx;
}
.container .health .dmc .emmpty4S .c_img .textName {
  width: 100%;
  text-align: center;
  line-height: 40rpx;
  font-size: 28rpx;
  color: #999999;
}
.container .footer {
  width: 100%;
  background-color: #fff;
  margin-top: 100rpx;
}
.container .footer .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);
}
.container .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;
}
.myCar{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50rpx 0;
}
.carList{
  margin-bottom: 20rpx;
}
.sure{
  color:black !important;
}