statistics_B.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .top {
  2. width: 100%;
  3. height: 140rpx;
  4. background-color: #26A2FF;
  5. margin-bottom: 70rpx;
  6. color: #fff;
  7. text-align: center;
  8. }
  9. .top image{
  10. width: 36rpx;
  11. height: 36rpx;
  12. margin-right: 10rpx;
  13. position: relative;
  14. top: 6rpx;
  15. }
  16. .dates{
  17. width: 180rpx;
  18. margin: 0 auto;
  19. text-align: center;
  20. }
  21. .head{
  22. position: absolute;
  23. top: 70rpx;
  24. left: 32rpx;
  25. right: 32rpx;
  26. border-radius: 20rpx;
  27. background-color: #fff;
  28. box-shadow: 0rpx 0rpx 10rpx #ccc;
  29. height: 140rpx;
  30. text-align: center;
  31. }
  32. .head .flex-1 view:nth-child(1){
  33. color: #26A2FF;
  34. font-weight: 600;
  35. margin-bottom: 10rpx;
  36. font-size: 40rpx;
  37. }
  38. .head .flex-1 view:nth-child(2){
  39. color: #C0C4CC;
  40. margin-bottom: 5rpx;
  41. font-size: 28rpx;
  42. }
  43. .headed{
  44. background-color: #fff;
  45. }
  46. .headed-box{
  47. padding:28rpx;
  48. color: #303133;
  49. }
  50. .title{
  51. color: #222;
  52. position: relative;
  53. padding: 0rpx 16rpx 28rpx 16rpx;
  54. }
  55. .title::before{
  56. position: absolute;
  57. content: "";
  58. height: 24rpx;
  59. left: 0;
  60. top: 5rpx;
  61. width: 6rpx;
  62. background-color: #26A2FF;
  63. border-radius: 50rpx;
  64. }
  65. .f2-chart {
  66. width: 100%;
  67. height: 400rpx;
  68. }
  69. /* 底部 */
  70. .main{
  71. padding: 28rpx;
  72. background-color: #fff;
  73. }
  74. .list{
  75. padding: 28rpx 0;
  76. border-top: 1px solid #f1f1f1;
  77. }
  78. .text{
  79. margin-right: 10rpx;
  80. color: #303133;
  81. }
  82. .main .gengduo image{
  83. width: 24rpx;
  84. height: 24rpx;
  85. position: relative;
  86. top: 4rpx;
  87. }
  88. .gengduo{
  89. color: #303133;
  90. }