chart.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-b7245384 {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-b7245384 {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-b7245384 {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-b7245384 {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-b7245384 {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-b7245384 {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-b7245384 {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-b7245384 {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-b7245384 {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-b7245384 {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-b7245384 {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .charts-box.data-v-b7245384 {
  76. width: 100%;
  77. height: calc(100vh - 100px);
  78. }
  79. .scoped-stat.data-v-b7245384 {
  80. background: #f4f6f9;
  81. height: calc(100vh);
  82. }
  83. .ss-top.data-v-b7245384 {
  84. height: 90rpx;
  85. display: flex;
  86. padding: 0 30rpx;
  87. justify-content: space-between;
  88. align-items: center;
  89. background: #fff;
  90. margin-bottom: 20rpx;
  91. }
  92. .ss-top .label.data-v-b7245384 {
  93. color: #666;
  94. font-size: 30rpx;
  95. }
  96. .ss-top .label .v.data-v-b7245384 {
  97. display: inline-block;
  98. color: #000;
  99. }
  100. .ss-top .sign.data-v-b7245384 {
  101. width: 11rpx;
  102. height: 20rpx;
  103. }
  104. .ss-op.data-v-b7245384 {
  105. background: #fff;
  106. margin-bottom: 20rpx;
  107. padding: 20rpx 30rpx 40rpx;
  108. height: calc(100vh);
  109. }
  110. .ss-op .so-title.data-v-b7245384 {
  111. font-size: 32rpx;
  112. color: #333;
  113. font-weight: bold;
  114. padding-bottom: 30rpx;
  115. }
  116. .ss-op .so-main.data-v-b7245384 {
  117. min-height: 180rpx;
  118. }
  119. .ss-op .so-count.data-v-b7245384 {
  120. width: 100%;
  121. height: 180rpx;
  122. line-height: 180rpx;
  123. text-align: center;
  124. color: #007dff;
  125. background: #f6fbff;
  126. font-size: 50rpx;
  127. font-weight: bold;
  128. }
  129. .ss-op .so-count.t2.data-v-b7245384 {
  130. color: #f00;
  131. background: #fff7f6;
  132. }
  133. .ss-op .sot-tips.data-v-b7245384 {
  134. display: inline-block;
  135. }
  136. .ss-op .sot-tips .op.data-v-b7245384 {
  137. margin-right: 20rpx;
  138. display: inline-block;
  139. border: 1PX solid #eee;
  140. border-radius: 10rpx;
  141. padding: 6rpx 20rpx;
  142. color: #999;
  143. }
  144. .ss-op .sot-tips .op.cur.data-v-b7245384 {
  145. border-color: #007dff;
  146. color: #007dff;
  147. }