performance.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. page{background-color: #F4F4F4;}
  2. .info-wrap{
  3. background: linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%);
  4. }
  5. .info{
  6. padding: 20rpx 40rpx 217rpx;
  7. .payee-no{
  8. font-size: 50rpx;
  9. font-weight: 500;
  10. color: #FFFFFF;
  11. line-height: 70rpx;
  12. letter-spacing: 2rpx;
  13. text-align: center;
  14. }
  15. .current-time{
  16. font-size: 24rpx;
  17. font-weight: 400;
  18. color: rgba(255,255,255,.5);
  19. line-height: 33rpx;
  20. }
  21. }
  22. // .calendar-wrap{
  23. // position: relative;
  24. // padding: 0 40rpx;
  25. // margin-top: -185rpx;
  26. // .u-drawer{
  27. // position: static;
  28. // }
  29. // /deep/ .u-mask{
  30. // display: none;
  31. // }
  32. // /deep/ .u-drawer-content{
  33. // position: static;
  34. // border-radius:20rpx!important;
  35. // }
  36. // /deep/ .u-calendar__bottom{
  37. // display: none;
  38. // }
  39. // /deep/ .u-close,
  40. // /deep/ .u-calendar__header{
  41. // display: none;
  42. // }
  43. // }
  44. .statistics{
  45. background: #FFFFFF;
  46. border-radius: 15rpx;
  47. text-align: center;
  48. padding: 40rpx 0 50rpx;
  49. margin: -185rpx 40rpx 19rpx;
  50. font-weight: 400;
  51. .statistics-title{
  52. font-size: 32rpx;
  53. color: #8E8E8E;
  54. line-height: 33rpx;
  55. }
  56. .statistics-total{
  57. font-size: 26rpx;
  58. color: #8E8E8E;
  59. line-height: 37rpx;
  60. margin-bottom: 16rpx;
  61. .number{
  62. font-size: 66rpx;
  63. color: #3397FA;
  64. line-height: 92rpx;
  65. letter-spacing: 2rpx;
  66. }
  67. }
  68. .statistics-item-cell{
  69. flex: 1;
  70. .til{
  71. font-size: 28rpx;
  72. color: #8E8E8E;
  73. line-height: 33rpx;
  74. }
  75. .con{
  76. font-size: 34rpx;
  77. color: #3397FA;
  78. line-height: 48rpx;
  79. }
  80. }
  81. .statistics-item-cell + .statistics-item-cell{
  82. border-left: 1px solid rgba(151, 151, 151, .3);
  83. }
  84. }
  85. .time{
  86. margin: 20rpx 40rpx;
  87. background: #FFFFFF;
  88. box-shadow: 0px 10rpx 5rpx 0px rgba(0, 0, 0, 0.05);
  89. border-radius: 15rpx;
  90. height: 119rpx;
  91. line-height: 119rpx;
  92. text-align: center;
  93. font-size: 30rpx;
  94. color: #3D3D3D;
  95. .dd{
  96. color: #FA751D;
  97. }
  98. .u-icon{
  99. margin-left: 10rpx;
  100. }
  101. }