yudingfinish.wxss 1.7 KB
page {
  background: #f4f8fb;
}

.yudingsucehead {
  width: 750rpx;
  height: 232rpx;
  background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
  opacity: 1;
  padding: 50rpx 22rpx;
  box-sizing: border-box;
}

.yudingstop {
  display: flex;
  align-items: center;
}

.yudingstopleft {
  width: 80rpx;
  height: 80rpx;
  font-size: 0;
}

.yudingstopright {
  color: #fff;
  font-size: 40rpx;
}

.seedetail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.seedetailyou {
  width: 12rpx;
  height: 12rpx;
  font-size: 0;
}

.seedetailzuo {
  color: #fff;
  font-size: 24rpx;
}

.mantu {
  width: 686rpx;
  height: 476rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 16rpx 24rpx rgba(0, 0, 0, 0.02);
  opacity: 1;
  border-radius: 20rpx;
  padding: 48rpx 32rpx;
  box-sizing: border-box;
  position: absolute;
  top: 194rpx;
  left: 32rpx;
}

.mantuname {
  color: #06121e;
  font-size: 40rpx;
  font-weight: bold;
}

.mantugao {
  color: #5b5e63;
  font-size: 28rpx;
  margin-top: 16rpx;
}

.mantuyue {
  color: #5b5e63;
  font-size: 28rpx;
  margin-top: 66rpx;
}

.totalwan {
  color: #ff5a4e;
  font-size: 28rpx;
  text-align: center;
  margin-top: 32rpx;
}

.zongjia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60rpx;
}

.zongjialeft {
  color: #06121e;
  font-size: 28rpx;
}

.zongjiaright {
  color: #ff5a4e;
  font-size: 36rpx;
}

.backindex {
  width: 646rpx;
  height: 88rpx;
  border: 1px solid rgba(140, 145, 152, 1);
  opacity: 1;
  border-radius: 44rpx;
  margin:40rpx auto 0;
  position: absolute;
  top:710rpx;
  left:52rpx;
  text-align: center;
  line-height: 88rpx;
}