manage.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .title {
  2. display: inline;
  3. margin-bottom: 0.1rem;
  4. font-size: 0.24rem;
  5. color: #02a7f0;
  6. }
  7. .infoContainer {
  8. padding: 0.2rem;
  9. }
  10. .infoContainer > * {
  11. margin-bottom: 0.2rem;
  12. }
  13. .itemContent {
  14. margin: 0.06rem 0.06rem;
  15. text-align: center;
  16. flex-grow: 1;
  17. width: 20%;
  18. padding: 0.1rem 0;
  19. .data {
  20. color: palevioletred;
  21. font-size: 0.26rem;
  22. margin-right: 0.06rem;
  23. }
  24. }
  25. .content {
  26. :global {
  27. .ant-tabs-nav-wrap {
  28. background: none;
  29. }
  30. .ant-tabs-nav .ant-tabs-tab {
  31. padding: 0.02rem 0.16rem;
  32. background-color: #2196f330;
  33. border: none;
  34. margin: 0 0.06rem;
  35. }
  36. .ant-tabs-tab-active {
  37. background-color: #366cda !important;
  38. }
  39. .ant-tabs-tab-active .ant-tabs-tab-btn {
  40. color: #fff !important;
  41. }
  42. .ant-tabs-ink-bar {
  43. display: none;
  44. }
  45. .ant-tabs-bar {
  46. margin: 0;
  47. }
  48. // .ant-tabs-tab-prev-icon{
  49. // border: solid 0.2rem ;
  50. // border-color: transparent #366CDA transparent transparent ;
  51. // i{
  52. // width: 0;
  53. // height: 0;
  54. // }
  55. // }
  56. }
  57. }
  58. .pageTip {
  59. position: absolute;
  60. top: -0.6rem;
  61. right: 0.3rem;
  62. font-size: 0.28rem;
  63. }
  64. .curEnergyCost {
  65. display: flex;
  66. flex-wrap: wrap;
  67. justify-content: center;
  68. align-items: center;
  69. margin: 0rem 0.4rem 0 0.4rem;
  70. padding: 0.3rem 0;
  71. .item {
  72. width: 50%;
  73. padding: 0.1rem;
  74. letter-spacing: 0.02rem;
  75. position: relative;
  76. font-size: 0.24rem;
  77. display: flex;
  78. flex-direction: column;
  79. align-items: flex-start;
  80. display: flex;
  81. justify-content: center;
  82. align-items: center;
  83. .value {
  84. display: flex;
  85. justify-content: center;
  86. align-items: flex-end;
  87. line-height: 1;
  88. margin-bottom: 0.08rem;
  89. font-size: 0.4rem;
  90. font-weight: 500;
  91. color: #f5a623;
  92. line-height: 0.56rem;
  93. }
  94. .name {
  95. margin-bottom: 0.04rem;
  96. max-width: 80%;
  97. font-size: 0.24rem;
  98. color: #4a4a4a;
  99. line-height: 0.26rem;
  100. }
  101. .unit {
  102. font-size: 0.3rem;
  103. font-weight: 500;
  104. color: #f5a623;
  105. line-height: 0.42rem;
  106. }
  107. }
  108. }