clock-success.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pages/clock/clock-success/clock-success.wxss */
  2. page {
  3. background-color: #f5f5f5;
  4. }
  5. .container {
  6. width: 690rpx;
  7. background-color: #fff;
  8. margin: 30rpx auto;
  9. padding-top: 70rpx;
  10. padding-bottom: 130rpx;
  11. }
  12. .clock-success {
  13. font-size: 48rpx;
  14. font-family: PingFangSC-Semibold, PingFang SC;
  15. font-weight: 600;
  16. color: #000000;
  17. margin-left: 50rpx;
  18. }
  19. .time {
  20. font-size: 30rpx;
  21. font-family: PingFangSC-Regular, PingFang SC;
  22. font-weight: 400;
  23. color: #000000;
  24. margin-top: 10rpx;
  25. margin-left: 50rpx;
  26. }
  27. image {
  28. width: 100%;
  29. height: 332rpx;
  30. margin-top: 100rpx;
  31. }
  32. .money {
  33. font-size: 34rpx;
  34. font-family: PingFangSC-Semibold, PingFang SC;
  35. font-weight: 600;
  36. color: #000000;
  37. text-align: center;
  38. }
  39. .number {
  40. font-size: 58rpx;
  41. font-family: DINCondensed-Bold, DINCondensed;
  42. font-weight: bold;
  43. color: #0177FF;
  44. margin: 0 10rpx;
  45. }
  46. .end {
  47. font-size: 30rpx;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. font-weight: 400;
  50. color: #000000;
  51. margin-top: 24rpx;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. flex-direction: column;
  56. }
  57. .btn {
  58. width: 560rpx;
  59. height: 88rpx;
  60. line-height: 80rpx;
  61. text-align: center;
  62. font-size: 30rpx;
  63. font-family: PingFangSC-Regular, PingFang SC;
  64. font-weight: 400;
  65. color: #000000;
  66. border-radius: 10px;
  67. border: 2rpx solid #000000;
  68. margin: 0 auto;
  69. margin-top: 130rpx;
  70. }