orderSuccess.wxss 1.37 KB
.successContainer {

}

.successTopContainer {
  margin-left: 76rpx;
  margin-right: 76rpx;
  margin-top: 120rpx;
}

.successIconContainer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.successIcon {
  width: 120rpx;
  height: 120rpx;
}

.successText {
  font-family: PingFang-SC-Semibold;
  font-size: 40rpx;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20rpx;
  display: block;
  margin-bottom: 30rpx;
}

.compensateText {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30rpx;
}

.checkOrderContainer {
  background: #002B47;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100rpx;
  margin-top: 60rpx;
}

.checkOrderText {
  font-family: PingFang-SC-Regular;
  font-size: 32rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.lookAround {

  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  margin-top: 40rpx;
  display: block;
}

.mayLike {
  font-family: PingFang-SC-Medium;
  font-size: 40rpx;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  margin-top: 112rpx;
  margin-bottom: 32rpx;
  width: 100%;
  display: block;
  text-align: center;
}

.collection-list {
  width: 100%;
}