operationData.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. .tab-box{
  2. background-color: #fff;
  3. padding: 30rpx;
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. z-index: 100;
  9. justify-content: space-between;
  10. }
  11. .tab-item{
  12. text-align: center;
  13. font-size: 28rpx;
  14. line-height: 41rpx;
  15. }
  16. .tab-item image{
  17. visibility: hidden;
  18. }
  19. .tab-item-active{
  20. color: #EB5C20;
  21. }
  22. .tab-item-active image{
  23. visibility: visible;
  24. }
  25. .tab-active-icon{
  26. width: 32rpx;
  27. height: 10rpx;
  28. margin-top: 10rpx;
  29. margin: auto;
  30. }
  31. /* 图表 */
  32. .echart-box{
  33. padding: 30rpx;
  34. background: #FFFFFF;
  35. border-radius: 16rpx 16rpx 16rpx 16rpx;
  36. opacity: 1;
  37. margin: 30rpx;
  38. }
  39. .echart-box-header{
  40. justify-content: space-between;
  41. }
  42. .echart-box-title{
  43. line-height: 45rpx;
  44. font-size: 30rpx;
  45. font-weight: 500;
  46. color: #333333;
  47. margin-left: 12rpx;
  48. position: relative;
  49. }
  50. .echart-box-title::before{
  51. content: '';
  52. position: absolute;
  53. top: 50%;
  54. transform: translateY(-50%);
  55. left: -12rpx;
  56. width: 6rpx;
  57. height: 32rpx;
  58. background: #EB5C20;
  59. border-radius: 10rpx 10rpx 10rpx 10rpx;
  60. opacity: 1;
  61. }
  62. .echart-box-timeType{
  63. background: #E6E6E6;
  64. border-radius: 26rpx 26rpx 26rpx 26rpx;
  65. opacity: 1;
  66. padding: 4rpx;
  67. }
  68. .echart-box-timeType-item{
  69. width: 92rpx;
  70. height: 44rpx;
  71. line-height: 44rpx;
  72. border-radius: 26rpx 26rpx 26rpx 26rpx;
  73. opacity: 1;
  74. text-align: center;
  75. font-size: 24rpx;
  76. }
  77. .echart-box-timeType-item-acitve{
  78. background: #FFFFFF;
  79. }
  80. .echart-title{
  81. line-height: 36rpx;
  82. font-size: 24rpx;
  83. font-weight: 400;
  84. color: #333333;
  85. }
  86. /* 实时设备数据 */
  87. .sssb-box{
  88. justify-content: space-between;
  89. padding: 30rpx 30rpx;
  90. }
  91. .sssb-item{
  92. text-align: center;
  93. }
  94. .sssb-label{
  95. line-height: 36rpx;
  96. font-size: 24rpx;
  97. font-weight: 400;
  98. color: #666464;
  99. }
  100. .sssb-data{
  101. line-height: 50rpx;
  102. font-size: 36rpx;
  103. font-weight: bold;
  104. color: #333333;
  105. margin-top: 8rpx;
  106. }
  107. .sssb-line{
  108. width: 1rpx;
  109. height: 88rpx;
  110. opacity: 1;
  111. background-color: #E6E6E6;
  112. }
  113. .sssb-color{
  114. color: #EB5C20;
  115. }
  116. /* 商家营业额 */
  117. .search-box{
  118. width: 690rpx;
  119. height: 76rpx;
  120. line-height: 76rpx;
  121. background: #FFFFFF;
  122. border-radius: 20rpx 20rpx 20rpx 20rpx;
  123. margin: 30rpx;
  124. opacity: 1;
  125. padding:0 30rpx;
  126. box-sizing: border-box;
  127. }
  128. .search-icon{
  129. width: 26rpx;
  130. height: 28rpx;
  131. margin-right: 10rpx;
  132. }
  133. .search-btn{
  134. width: 96rpx;
  135. height: 47rpx;
  136. line-height: 47rpx;
  137. background: #EB5C20;
  138. border-radius: 24rpx 24rpx 24rpx 24rpx;
  139. opacity: 1;
  140. text-align: center;
  141. color: #fff;
  142. }
  143. /* 商家营业额 */
  144. .sjyy-item{
  145. width: 690rpx;
  146. background: #FFFFFF;
  147. border-radius: 20rpx 20rpx 20rpx 20rpx;
  148. opacity: 1;
  149. padding: 30rpx;
  150. box-sizing: border-box;
  151. margin: 30rpx;
  152. }
  153. .sjyy-header{
  154. width: 88rpx;
  155. height: 88rpx;
  156. background: #F5F5F5;
  157. opacity: 1;
  158. border-radius: 100%;
  159. overflow: hidden;
  160. margin-right: 10rpx;
  161. }
  162. .sjyy-header image{
  163. width: 100%;
  164. height: 100%;
  165. }
  166. .sjyy-name{
  167. line-height: 45rpx;
  168. font-size: 32rpx;
  169. font-weight: 800;
  170. color: #333333;
  171. }
  172. .sjyy-phone{
  173. line-height: 36rpx;
  174. font-size: 24rpx;
  175. font-weight: 500;
  176. color: #666464;
  177. }
  178. .sjyy-btn{
  179. width: 180rpx;
  180. line-height: 56rpx;
  181. border-radius: 73rpx 73rpx 73rpx 73rpx;
  182. opacity: 1;
  183. border: 2rpx solid #A8A5A5;
  184. text-align: center;
  185. margin-left: 20rpx;
  186. }
  187. .sjyy-data{
  188. background: rgba(242, 242, 242, 0.5);
  189. border-radius: 8rpx 8rpx 8rpx 8rpx;
  190. margin:20rpx auto 0;
  191. padding:40rpx 20rpx;
  192. }
  193. .sjyy-data-item{
  194. text-align: center;
  195. }