operationData.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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. }
  76. .echart-box-timeType-item-acitve{
  77. background: #FFFFFF;
  78. }
  79. .echart-title{
  80. line-height: 36rpx;
  81. font-size: 24rpx;
  82. font-weight: 400;
  83. color: #333333;
  84. }
  85. /* 实时设备数据 */
  86. .sssb-box{
  87. justify-content: space-between;
  88. padding: 30rpx 60rpx;
  89. }
  90. .sssb-item{
  91. text-align: center;
  92. }
  93. .sssb-label{
  94. line-height: 36rpx;
  95. font-size: 24rpx;
  96. font-weight: 400;
  97. color: #666464;
  98. }
  99. .sssb-data{
  100. line-height: 50rpx;
  101. font-size: 36rpx;
  102. font-weight: bold;
  103. color: #333333;
  104. margin-top: 8rpx;
  105. }
  106. .sssb-line{
  107. width: 1rpx;
  108. height: 88rpx;
  109. opacity: 1;
  110. background-color: #E6E6E6;
  111. }
  112. .sssb-color{
  113. color: #EB5C20;
  114. }
  115. /* 商家营业额 */
  116. .search-box{
  117. width: 690rpx;
  118. height: 76rpx;
  119. line-height: 76rpx;
  120. background: #FFFFFF;
  121. border-radius: 20rpx 20rpx 20rpx 20rpx;
  122. margin: 30rpx;
  123. opacity: 1;
  124. padding:0 30rpx;
  125. box-sizing: border-box;
  126. }
  127. .search-icon{
  128. width: 26rpx;
  129. height: 28rpx;
  130. margin-right: 10rpx;
  131. }
  132. .search-btn{
  133. width: 96rpx;
  134. height: 47rpx;
  135. line-height: 47rpx;
  136. background: #EB5C20;
  137. border-radius: 24rpx 24rpx 24rpx 24rpx;
  138. opacity: 1;
  139. text-align: center;
  140. color: #fff;
  141. }
  142. /* 商家营业额 */
  143. .sjyy-item{
  144. width: 690rpx;
  145. background: #FFFFFF;
  146. border-radius: 20rpx 20rpx 20rpx 20rpx;
  147. opacity: 1;
  148. padding: 30rpx;
  149. box-sizing: border-box;
  150. margin: 30rpx;
  151. }
  152. .sjyy-header{
  153. width: 88rpx;
  154. height: 88rpx;
  155. background: #F5F5F5;
  156. opacity: 1;
  157. border-radius: 100%;
  158. overflow: hidden;
  159. margin-right: 10rpx;
  160. }
  161. .sjyy-header image{
  162. width: 100%;
  163. height: 100%;
  164. }
  165. .sjyy-name{
  166. line-height: 45rpx;
  167. font-size: 32rpx;
  168. font-weight: 800;
  169. color: #333333;
  170. }
  171. .sjyy-phone{
  172. line-height: 36rpx;
  173. font-size: 24rpx;
  174. font-weight: 500;
  175. color: #666464;
  176. }
  177. .sjyy-btn{
  178. width: 180rpx;
  179. line-height: 56rpx;
  180. border-radius: 73rpx 73rpx 73rpx 73rpx;
  181. opacity: 1;
  182. border: 2rpx solid #A8A5A5;
  183. text-align: center;
  184. margin-left: 20rpx;
  185. }
  186. .sjyy-data{
  187. background: rgba(242, 242, 242, 0.5);
  188. border-radius: 8rpx 8rpx 8rpx 8rpx;
  189. margin:20rpx auto 0;
  190. padding: 20rpx;
  191. }
  192. .sjyy-data-item{
  193. text-align: center;
  194. }