微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 line
1.8 KiB

  1. /* pages/statistics/statistics.wxss */
  2. .ns cover-image{
  3. position: absolute;
  4. left: 3%;
  5. width: 35px;
  6. height: 20px;
  7. z-index: 9;
  8. }
  9. .ns cover-view{
  10. position: relative;
  11. top: 30px;
  12. margin-right: 30px;
  13. display: block;
  14. color: #eee;
  15. text-align: center;
  16. width: 100%;
  17. font-size: 16px;
  18. }
  19. ec-canvas {
  20. width: 100%;
  21. height: 100%;
  22. position: relative;
  23. }
  24. .container{
  25. width: 100%;
  26. height: 200px;
  27. position: relative;
  28. }
  29. .main-box{
  30. background: #ffffff;
  31. padding: 20px 10px;
  32. width: 94%;
  33. margin: 20px auto;
  34. border-radius: 10px;
  35. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  36. }
  37. .pro_box{
  38. text-align: center;
  39. width: 45%;
  40. }
  41. .pro_box text{
  42. display: block;
  43. }
  44. .pro_tit{
  45. font-size: 16px;
  46. color: #878787;
  47. }
  48. .pro_money{
  49. font-size: 24px;
  50. color: #5CAE77;
  51. margin: 15px 0;
  52. }
  53. .red{
  54. color: #E90000;
  55. }
  56. .shouzhi_box{
  57. display: flex;
  58. justify-content: space-between;
  59. align-items: center;
  60. border-bottom: 1px dashed #c9c9c9;
  61. padding-bottom: 15px;
  62. }
  63. .small{
  64. font-size: 14px;
  65. margin-bottom: 0;
  66. }
  67. .boxPro_box{
  68. width: 50%;
  69. display: flex;
  70. justify-content: space-around;
  71. }
  72. .boxPro_box .pro_tit{
  73. font-size: 12px;
  74. }
  75. .tr{
  76. display: flex;
  77. justify-content: space-between;
  78. padding: 10px 0;
  79. border-bottom: 1px solid #F0F1F6;
  80. }
  81. .head{
  82. background-color: #5CAE77;
  83. border: none;
  84. }
  85. .head text{
  86. color: #ffffff!important;
  87. }
  88. .tr text{
  89. display: block;
  90. text-align: center;
  91. }
  92. .tr text:nth-child(1){flex: 1;}
  93. .tr text:nth-child(2){flex: 2;color: #5CAE77;}
  94. .tr text:nth-child(3){flex: 1;}
  95. .tr text:nth-child(4){flex: 1;}
  96. .tr text:nth-child(5){flex: 2;color: #E90000;}
  97. .tab text{
  98. display: inline-block;
  99. padding-bottom: 5px;
  100. }
  101. .tab text:nth-child(1){
  102. margin-right: 20px;
  103. }
  104. .tab .active{
  105. border-bottom: 2px solid #333333;
  106. }
  107. .picker{
  108. display: flex;
  109. align-items: center;
  110. }