index.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .statistical-page .navs {
  2. width: 100%;
  3. height: 96rpx;
  4. background-color: #fff;
  5. overflow: hidden;
  6. line-height: 96rpx;
  7. position: fixed;
  8. top: 9.7%;
  9. left: 0;
  10. z-index: 99;
  11. }
  12. .statistical-page .navs .list {
  13. overflow-y: hidden;
  14. overflow-x: auto;
  15. white-space: nowrap;
  16. -webkit-overflow-scrolling: touch;
  17. width: 100%;
  18. }
  19. .statistical-page .navs .item {
  20. font-size: 32rpx;
  21. color: #282828;
  22. margin-left: 60rpx;
  23. display: inline-block;
  24. line-height: 96rpx;
  25. }
  26. .statistical-page .navs .on {
  27. color: #2291f8;
  28. }
  29. .statistical-page .navs .item .iconfont {
  30. font-size: 25rpx;
  31. margin-left: 13rpx;
  32. }
  33. .statistical-page .wrapper {
  34. width: 740rpx;
  35. background-color: #fff;
  36. border-radius: 10rpx;
  37. margin: 96rpx auto 0 auto;
  38. padding: 50rpx 60rpx;
  39. margin-top: 108rpx;
  40. }
  41. .statistical-page .wrapper .title {
  42. font-size: 30rpx;
  43. color: #999;
  44. text-align: center;
  45. }
  46. .statistical-page .wrapper .money {
  47. font-size: 72rpx;
  48. color: #fba02a;
  49. text-align: center;
  50. margin-top: 10rpx;
  51. }
  52. .statistical-page .wrapper .increase {
  53. font-size: 28rpx;
  54. color: #999;
  55. margin-top: 20rpx;
  56. }
  57. .statistical-page .wrapper .increase .red {
  58. color: #ff6969;
  59. }
  60. .statistical-page .wrapper .increase .green {
  61. color: #1abb1d;
  62. }
  63. .statistical-page .wrapper .increase .iconfont {
  64. font-size: 23rpx;
  65. margin-left: 15rpx;
  66. }
  67. .statistical-page .chart {
  68. width: 690rpx;
  69. height: 480rpx;
  70. background-color: #fff;
  71. border-radius: 10rpx;
  72. margin: 18rpx auto 0 auto;
  73. padding: 25rpx 22rpx 0 22rpx;
  74. position: relative;
  75. }
  76. .statistical-page .chart .company {
  77. font-size: 26rpx;
  78. color: #999;
  79. }
  80. .statistical-page .mc-body {
  81. padding-bottom: 0;
  82. }
  83. .statistical-page .mc-body tr {
  84. background-color: #edf8fe;
  85. border-top: 1px solid #fff;
  86. width: 100%;
  87. }
  88. .statistical-page .calendar-wrapper {
  89. min-width: 100%;
  90. }
  91. .statistical-page .calendar-wrapper table {
  92. margin: 0;
  93. }
  94. .statistical-page .calendar-wrapper td {
  95. border-right: 1px solid #fff;
  96. padding: 0;
  97. width: 14% !important;
  98. }
  99. .statistical-page .calendar-tools {
  100. box-shadow: unset;
  101. -webkit-box-shadow: unset;
  102. -o-box-shadow: unset;
  103. -moz-box-shadow: unset;
  104. }
  105. .statistical-page .mc-head-box div {
  106. font-size: 28rpx;
  107. }
  108. .statistical-page .calendar-wrapper td:not(.disabled) span.mc-date-red {
  109. color: unset;
  110. }
  111. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-end span.calendar-date,
  112. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-begin span.calendar-date {
  113. border-radius: 0;
  114. background-color: #2291f8 !important;
  115. }
  116. .statistical-page .calendar-wrapper td.selected span.mc-date-red {
  117. color: #fff;
  118. }
  119. .statistical-page .mc-range-mode .selected .mc-range-bg {
  120. background-color: #a0dcf9;
  121. }
  122. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-row-last .calendar-date,
  123. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-row-first .calendar-date {
  124. background-color: #a0dcf9;
  125. }
  126. .statistical-page .calendar-wrapper .mc-range-mode .selected.mc-range-second-to-last span {
  127. background-color: #a0dcf9;
  128. }
  129. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-month-first.selected .calendar-date,
  130. .statistical-page .calendar-wrapper .mc-range-mode .mc-range-month-last.selected .calendar-date {
  131. background-color: #a0dcf9;
  132. }
  133. .wrapperBox {
  134. width: 100%;
  135. border-radius: 10rpx;
  136. padding: 0 30rpx;
  137. box-sizing: border-box;
  138. margin-top: 18rpx;
  139. }
  140. .public-wrapper {
  141. background-color: #fff;
  142. width: 100%;
  143. padding: 38rpx 30rpx;
  144. }
  145. .public-wrapper .title {
  146. font-size: 30rpx;
  147. color: #282828;
  148. margin-bottom: 40rpx;
  149. }
  150. .public-wrapper .title .iconfont {
  151. color: #2291f8;
  152. font-size: 40rpx;
  153. margin-right: 19rpx;
  154. vertical-align: middle;
  155. }
  156. .public-wrapper .list .item {
  157. width: 33.33%;
  158. text-align: center;
  159. font-size: 24rpx;
  160. color: #999;
  161. margin-bottom: 45rpx;
  162. }
  163. .public-wrapper .list .item .num {
  164. font-size: 40rpx;
  165. color: #333;
  166. margin-bottom: 1rpx;
  167. }
  168. .public-wrapper .list .item .titles {
  169. color: #999;
  170. }
  171. .public-wrapper .nav {
  172. font-size: 24rpx;
  173. color: #999;
  174. border-bottom: 1px solid #f7f7f7;
  175. height: 70rpx;
  176. line-height: 70rpx;
  177. }
  178. .public-wrapper .data {
  179. width: 210rpx;
  180. text-align: left;
  181. }
  182. .public-wrapper .browse {
  183. width: 192rpx;
  184. text-align: right;
  185. }
  186. .public-wrapper .turnover {
  187. width: 227rpx;
  188. text-align: right;
  189. }
  190. .public-wrapper .conter .item {
  191. border-bottom: 1px solid #f7f7f7;
  192. height: 70rpx;
  193. font-size: 24rpx;
  194. line-height: 70rpx;
  195. }
  196. .public-wrapper .conter .item .turnover {
  197. color: #d84242;
  198. }
  199. .statistical-page .mc-today-element .calendar-date {
  200. border-radius: 0;
  201. background-color: unset;
  202. }
  203. .calendar-wrapper {
  204. position: fixed;
  205. bottom: 0;
  206. width: 100%;
  207. left: 0;
  208. background-color: #fff;
  209. z-index: 99999999;
  210. border-radius: 16rpx 16rpx 0 0;
  211. padding-bottom: 10rpx;
  212. transform: translate3d(0, 100%, 0);
  213. transition: all .3s cubic-bezier(.25, .5, .5, .9);
  214. }
  215. .onShow {
  216. transform: translate3d(0, 0, 0);
  217. }
  218. .echarts {
  219. width: 100%;
  220. height: 550rpx;
  221. }
  222. .box {
  223. width: 100%;
  224. height: 85%;
  225. }
  226. .cover-view {
  227. position: absolute;
  228. top: calc(50% - 150rpx);
  229. left: calc(50% - 300rpx);
  230. }
  231. .mask {
  232. z-index: 10000;
  233. }
  234. .mychart-one>div {
  235. z-index: 1;
  236. }