success.wxss 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. page {
  2. background-color: white;
  3. }
  4. .img {
  5. width: 115rpx;
  6. height: 115rpx;
  7. margin-top: 218rpx;
  8. margin-left: 50%;
  9. transform: translateX(-50%);
  10. }
  11. .word1 {
  12. font-size: 32rpx;
  13. font-family: PingFang SC, PingFang SC-Bold;
  14. font-weight: 700;
  15. color: #333333;
  16. text-align: center;
  17. margin-top: 11rpx;
  18. }
  19. .word2 {
  20. font-size: 28rpx;
  21. font-family: PingFang SC, PingFang SC-Regular;
  22. font-weight: 400;
  23. text-align: center;
  24. color: #666666;
  25. margin-top: 20rpx;
  26. }
  27. .btn1 {
  28. width: 630rpx;
  29. height: 88rpx;
  30. background: #ffdc2f;
  31. border-radius: 44rpx;
  32. margin-top: 100rpx;
  33. margin-left: 60rpx;
  34. font-size: 32rpx;
  35. font-family: PingFang SC, PingFang SC-Regular;
  36. font-weight: 400;
  37. text-align: center;
  38. color: #1a1a1a;
  39. line-height: 88rpx;
  40. }
  41. .btn2 {
  42. width: 630rpx;
  43. height: 88rpx;
  44. border: 1px solid #ffa836;
  45. border-radius: 45rpx;
  46. margin-top: 26rpx;
  47. line-height: 88rpx;
  48. font-size: 32rpx;
  49. font-family: PingFang SC, PingFang SC-Regular;
  50. font-weight: 400;
  51. text-align: center;
  52. color: #ffa836;
  53. margin-left: 60rpx;
  54. }