payvipSuccess.wxss 574 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .img {
  2. width: 100%;
  3. height: 100vh;
  4. }
  5. .t1 {
  6. color: #686868;
  7. text-align: center;
  8. position: absolute;
  9. top: 530rpx;
  10. left: 320rpx;
  11. font-weight: 900;
  12. }
  13. .t2 {
  14. color: #686868;
  15. text-align: center;
  16. position: absolute;
  17. top: 580rpx;
  18. left: 240rpx;
  19. font-weight: 900;
  20. }
  21. .submit_btn {
  22. border-radius: 30rpx;
  23. height: 65rpx;
  24. font-size: 30rpx;
  25. line-height: 35rpx;
  26. font-weight: 600;
  27. color: #fff;
  28. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  29. text-align: center;
  30. position: absolute;
  31. top: 1000rpx;
  32. left: 200rpx;
  33. z-index: 999;
  34. }