operationDataPersonal.css 3.1 KB

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