clock-success.wxss 1.4 KB

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