运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/statistics/index.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .statistics_bj{
  7. width: 100%;
  8. height: 100%;
  9. background-image: url('https://esos-iot.com/myminio/project/40d665be18f5406daefdd1716164466e.png');
  10. background-repeat: no-repeat;
  11. background-size: 100% 100%;
  12. }
  13. .navigation-container {
  14. position: fixed;
  15. width: 100%;
  16. z-index: 99;
  17. }
  18. .navigation-bar {
  19. position: relative;
  20. width: 100%;
  21. display: flex;
  22. align-items: center;
  23. /* justify-content: center; */
  24. padding-left: 20rpx;
  25. flex-direction: row;
  26. color: #333333;
  27. }
  28. .statistics{
  29. width: 100%;
  30. padding: 0rpx 20rpx;
  31. padding-top: 400rpx;
  32. box-sizing: border-box;
  33. }
  34. .statistics_top{
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .piece{
  39. border-radius: 10rpx;
  40. background-color: #ffffff;
  41. padding: 10rpx 20rpx;
  42. }
  43. .statistics_1{
  44. display: flex;
  45. flex-direction: column;
  46. justify-content: center;
  47. align-items: center;
  48. }
  49. .statistics_digit{
  50. font-size: 48rpx;
  51. }
  52. .statistics_digit1{
  53. width: 116rpx;
  54. font-size: 48rpx;
  55. }
  56. .statistics_title1{
  57. margin-top: 10rpx;
  58. }
  59. .statistics_title{
  60. margin-top: 10rpx;
  61. }
  62. .qiun_data {
  63. width: 100%;
  64. margin-top: 20rpx;
  65. padding: 20rpx;
  66. display: flex;
  67. flex-direction: column;
  68. /* overflow: auto; */
  69. box-sizing: border-box;
  70. border-radius: 8rpx;
  71. overflow: hidden;
  72. }
  73. .qiun_box{
  74. width: 100%;
  75. height: 100%;
  76. background-color: #ffffff;
  77. padding: 20rpx;
  78. box-sizing: border-box;
  79. }
  80. .eccanvas{
  81. width: 100%;
  82. height: 500rpx;
  83. box-sizing: border-box;
  84. }
  85. #mychart_line{
  86. width: 100%;
  87. height: 500rpx;
  88. box-sizing: border-box;
  89. }