success.wxss 901 Bytes
.wran-tip {
  height: 50rpx;
  line-height: 50rpx;
  font-size: 24rpx;
  color: #fff;
  background-color: #fa7a81;
  box-sizing: border-box;
  padding: 0 30rpx;
}

.wran-tip .iconfont {
  vertical-align: middle;
  position: relative;
  top: -1rpx;
}

.content .pay-success-icon {
  display: block;
  width: 150rpx;
  height: 150rpx;
  margin: 60rpx auto 16rpx;
}

.content .pay-status,
.content .pay-price {
  display: block;
  text-align: center;
}

.content .pay-status {
  font-size: 44rpx;
  color: #ff001e;
  margin-bottom: 16rpx;
}

.content .pay-price {
  color: #e0e0e0;
  font-size: 30rpx;
}

.content .btn-wrap {
  display: block;
  padding: 0 30rpx;
  margin-top: 90rpx;
}

.content .btn-wrap .btn {
  width: 300rpx;
  height: 64rpx;
  line-height: 64rpx;
  font-size: 34rpx;
  color: #444;
  border: 1rpx solid #444;
  border-radius: 8rpx;
  display: inline-block;
  text-align: center;
}