运维小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

index.wxss 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /* pages/Information/index.wxss */
  2. .data_box{
  3. width: 100%;
  4. border-radius: 20rpx;
  5. box-sizing: border-box;
  6. /* padding-bottom:20rpx; */
  7. margin-top: 20rpx;
  8. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  9. }
  10. .data_box1{
  11. width: 100%;
  12. border-radius: 20rpx;
  13. box-sizing: border-box;
  14. padding-bottom:20rpx;
  15. }
  16. .realtime{
  17. width: 100%;
  18. display: flex;
  19. padding: 0px 20rpx;
  20. box-sizing: border-box;
  21. }
  22. .realtime_left{
  23. width: 50%;
  24. height: 120rpx;
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. justify-content: center;
  29. font-size: 14px;
  30. border-bottom:1rpx solid #E1E0F4;
  31. border-right:1rpx solid #E1E0F4;
  32. }
  33. .realtime_right{
  34. width: 50%;
  35. height: 120rpx;
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. justify-content: center;
  40. font-size: 14px;
  41. border-bottom:1rpx solid #E1E0F4;
  42. }
  43. .realtime1{
  44. width: 100%;
  45. display: flex;
  46. padding: 0rpx 20rpx;
  47. box-sizing: border-box;
  48. }
  49. .realtime2{
  50. width: 100%;
  51. display: flex;
  52. justify-content: space-between;
  53. padding: 0rpx 20rpx;
  54. padding-top: 20rpx;
  55. box-sizing: border-box;
  56. }
  57. .realtime_left1{
  58. width: 50%;
  59. height: 120rpx;
  60. display: flex;
  61. flex-direction: column;
  62. align-items: center;
  63. justify-content: center;
  64. font-size: 14px;
  65. border-right:1rpx solid #E1E0F4;
  66. }
  67. .realtime_left2{
  68. width: 48%;
  69. height: 100rpx;
  70. display: flex;
  71. align-items: center;
  72. justify-content: space-around;
  73. border-radius: 10rpx;
  74. font-size: 14px;
  75. background-color: #ffffff;
  76. }
  77. .realtime_right1{
  78. width: 50%;
  79. height: 120rpx;
  80. display: flex;
  81. flex-direction: column;
  82. align-items: center;
  83. justify-content: center;
  84. font-size: 14px;
  85. }
  86. .Information{
  87. width: 100%;
  88. padding: 20rpx;
  89. padding-bottom: 60rpx;
  90. box-sizing: border-box;
  91. }
  92. .data_days{
  93. padding: 10rpx;
  94. }
  95. .titledata1{
  96. width: 100%;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. font-size: 600;
  101. padding-top: 10rpx;
  102. padding-bottom: 10rpx;
  103. padding-left: 20rpx;
  104. box-sizing: border-box;
  105. overflow-y: auto;
  106. border-radius: 10rpx;
  107. }
  108. .titledata{
  109. width: 100%;
  110. display: flex;
  111. align-items: center;
  112. justify-content: space-between;
  113. box-sizing: border-box;
  114. overflow-y: auto;
  115. border: 1rpx solid #cccccc;
  116. border-radius: 10rpx;
  117. }
  118. .days1{
  119. width: 110rpx;
  120. height: 60rpx;
  121. font-size: 22rpx;
  122. background-color: #89bfea;
  123. border: 1rpx solid #cccccc;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. }
  128. .days{
  129. width: 110rpx;
  130. height: 60rpx;
  131. font-size: 22rpx;
  132. /* background-color: #ffffff; */
  133. /* border: 1rpx solid #89bfea; */
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. border: 1rpx solid #cccccc;
  138. }
  139. .days11{
  140. width: 90rpx;
  141. height: 60rpx;
  142. font-size: 22rpx;
  143. background-color: #89bfea;
  144. border: 1rpx solid #cccccc;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. }
  149. .days2{
  150. width: 90rpx;
  151. height: 60rpx;
  152. font-size: 22rpx;
  153. /* background-color: #ffffff; */
  154. /* border: 1rpx solid #89bfea; */
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. border: 1rpx solid #cccccc;
  159. }
  160. .body{
  161. width: 100%;
  162. height: 100rpx;
  163. }
  164. /* 行容器:确保内容在同一行显示 */
  165. .table-row {
  166. display: flex;
  167. flex-direction: column;
  168. width: max-content; /* 让行宽自适应内容,确保能横向滚动 */
  169. }
  170. /* 固定列样式 */
  171. .fixed-column {
  172. position: sticky; /* 粘性定位 */
  173. left: 0; /* 固定在左侧 */
  174. z-index: 1; /* 确保在其他列上方 */
  175. background: #fff; /*背景色覆盖其他内容,避免透显*/
  176. /* 保持与其他列一致的高度和对齐方式 */
  177. height: 100%;
  178. box-sizing: border-box;
  179. }
  180. .dayss{
  181. width: 110rpx;
  182. height: 100rpx;
  183. font-size: 22rpx;
  184. line-height:40rpx;
  185. padding: 0rpx 6rpx;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. border: 1rpx solid #cccccc;
  190. box-sizing: border-box;
  191. }
  192. .days2s{
  193. width: 90rpx;
  194. height: 100rpx;
  195. font-size: 22rpx;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. border: 1rpx solid #cccccc;
  200. box-sizing: border-box;
  201. }
  202. .days1s{
  203. width: 110rpx;
  204. height: 60rpx;
  205. font-size: 22rpx;
  206. background-color: #89bfea;
  207. border: 1rpx solid #cccccc;
  208. display: flex;
  209. align-items: center;
  210. justify-content: center;
  211. box-sizing: border-box;
  212. }
  213. .days111{
  214. width: 90rpx;
  215. height: 60rpx;
  216. font-size: 22rpx;
  217. background-color: #89bfea;
  218. border: 1rpx solid #cccccc;
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. box-sizing: border-box;
  223. }
  224. .filter{
  225. width: 100%;
  226. position: fixed;
  227. top: 0rpx;
  228. left: 0rpx;
  229. z-index: 99;
  230. }
  231. .workorder{
  232. width: 100%;
  233. padding: 0rpx 40rpx 0rpx 20rpx;
  234. position: fixed;
  235. top: 240rpx;
  236. left: 0rpx;
  237. display: flex;
  238. align-items: center;
  239. justify-content: space-between;
  240. background-color: #ffffff;
  241. box-sizing: border-box;
  242. z-index: 10;
  243. }
  244. #mychart_line2{
  245. width: 100%;
  246. height: 100%;
  247. box-sizing: border-box;
  248. }
  249. .eccanvas{
  250. width: 100%;
  251. height: 300px;
  252. margin-top: 20rpx;
  253. padding:0rpx 20rpx;
  254. border-radius: 10rpx;
  255. box-sizing: border-box;
  256. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  257. }
  258. picker{
  259. width: 100%;
  260. }
  261. .owner_type1 {
  262. width: 100%;
  263. height: 120rpx;
  264. padding: 0rpx 20rpx;
  265. display: flex;
  266. align-items: center;
  267. justify-content: space-between;
  268. /* border-bottom: #f0f5f5 1rpx solid; */
  269. background-color: #ffffff;
  270. box-sizing: border-box;
  271. }
  272. .calculation_top {
  273. width: 100%;
  274. height: 100%;
  275. font-size: 26rpx;
  276. display: flex;
  277. align-items: center;
  278. justify-content: space-between;
  279. }
  280. .calculation_strategy {
  281. font-size: 26rpx;
  282. color: #222;
  283. padding: 20rpx 0rpx;
  284. }
  285. .calculation_capsule {
  286. width: 70%;
  287. font-size: 26rpx;
  288. color: #222;
  289. padding: 10rpx 20rpx;
  290. }
  291. .owner_easyinput1 {
  292. width: 100%;
  293. display: flex;
  294. flex-wrap: wrap;
  295. }
  296. .button{
  297. width: 100%;
  298. display: flex;
  299. align-items: center;
  300. justify-content: center;
  301. position: fixed;
  302. bottom: 80rpx;
  303. left: 0rpx;
  304. }
  305. .button_upload{
  306. width: 500rpx;
  307. height: 100rpx;
  308. background-color: #0F80DC;
  309. border-radius: 10rpx;
  310. display: flex;
  311. align-items: center;
  312. justify-content: center;
  313. color: #ffffff;
  314. }
  315. .calculation_left {
  316. display: flex;
  317. font-size: 28rpx;
  318. }
  319. .event{
  320. display: flex;
  321. justify-content: space-between;
  322. padding-left: 20rpx;
  323. align-items: center;
  324. }
  325. .uni-input{
  326. font-size: 28rpx;
  327. }
  328. .uni-inputcolor{
  329. color: #cccccc;
  330. }