index.rpx.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .page{
  2. padding: 40rpx 32rpx;
  3. background: #FFFFFF;
  4. }
  5. .image{
  6. width: 56rpx;
  7. height: 56rpx;
  8. }
  9. .amount{
  10. font-size: 28rpx;
  11. font-family: PingFangSC-Regular, PingFang SC;
  12. font-weight: 400;
  13. color: #333333;
  14. line-height: 40rpx;
  15. margin-top: 16rpx;
  16. }
  17. .unmber{
  18. font-size: 48rpx;
  19. font-family: DINAlternate-Bold, DINAlternate;
  20. font-weight: bold;
  21. color: #333333;
  22. line-height: 60rpx;
  23. margin-top: 24rpx;
  24. }
  25. .symbol{
  26. font-size: 36rpx;
  27. font-family: DINAlternate-Bold, DINAlternate;
  28. font-weight: bold;
  29. color: #333333;
  30. line-height: 100rpx;
  31. }
  32. .inputView{
  33. background: #F9F9F9;
  34. margin-top: 40rpx;
  35. }
  36. .input{
  37. margin-left: 20rpx;
  38. }
  39. .btn{
  40. width: 686rpx;
  41. height: 84rpx;
  42. background: #FFE05C;
  43. border-radius: 54rpx;
  44. font-size: 28rpx;
  45. font-family: PingFangSC-Regular, PingFang SC;
  46. font-weight: 400;
  47. color: #333333;
  48. line-height: 84rpx;
  49. text-align: center;
  50. margin-top: 24rpx;
  51. }
  52. .outView{
  53. width: 686rpx;
  54. border-bottom: 1px solid #EEEEEE;
  55. padding: 0 0 34rpx 0;
  56. }
  57. .num{
  58. font-size: 32rpx;
  59. font-family: PingFangSC-Medium, PingFang SC;
  60. font-weight: bold;
  61. color: #333333;
  62. line-height: 48rpx;
  63. }
  64. .date{
  65. font-size: 24rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #999999;
  69. line-height: 40rpx;
  70. margin-top: 8rpx;
  71. }
  72. .state{
  73. font-size: 24rpx;
  74. font-family: PingFangSC-Regular, PingFang SC;
  75. font-weight: 400;
  76. color: #93D21A;
  77. line-height: 40rpx;
  78. margin-top: 24rpx;
  79. }
  80. .remark{
  81. font-size: 24rpx;
  82. font-family: PingFangSC-Regular, PingFang SC;
  83. font-weight: 400;
  84. color: #B66767;
  85. line-height: 34rpx;
  86. margin-top: 24rpx;
  87. }