bmsbd02.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /* pages/bms/bms.wxss */
  2. .tab-container {
  3. background-color: #46a049;
  4. height: 210rpx;
  5. }
  6. .tab-row {
  7. margin-top: 30rpx;
  8. font-size: 30rpx;
  9. font-weight: 400;
  10. color: rgba(255, 255, 255, 0.5);
  11. padding-bottom: 10px;
  12. }
  13. .tab-item::after {
  14. border: solid 1px #46a049;
  15. border-radius: 5px;
  16. width: 40rpx;
  17. height: 1px;
  18. display: block;
  19. content: ' ';
  20. font-size: 10rpx;
  21. margin: 0 auto;
  22. margin-top: 5px;
  23. background-color: #46a049;
  24. }
  25. .tab-selected {
  26. color: rgba(255, 255, 255, 1);
  27. }
  28. .tab-selected::after {
  29. border: solid 1px #fff;
  30. background-color: rgba(255, 255, 255, 1);
  31. }
  32. .man-body {
  33. position: relative;
  34. top: -92rpx;
  35. background-color: #f8f8f8;
  36. margin: 0 20rpx;
  37. font-size: 26rpx;
  38. border-radius: 10rpx;
  39. }
  40. .fresh-area {
  41. padding: 30rpx 0;
  42. border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  43. }
  44. .fresh-icon {
  45. width: 26rpx;
  46. height: 26rpx;
  47. vertical-align: middle;
  48. }
  49. .fresh-time {
  50. color: #666666;
  51. }
  52. .battery-model {
  53. padding-top: 28rpx;
  54. padding-bottom: 70rpx;
  55. text-align: center;
  56. }
  57. .battery-model-icon {
  58. width: 242rpx;
  59. height: 131rpx;
  60. }
  61. .param-item {
  62. padding: 30rpx 0;
  63. border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  64. }
  65. .section-head,
  66. .section-body {
  67. padding: 0 25rpx;
  68. background-color: #fff;
  69. box-shadow: 0px 7rpx 29rpx 0px rgba(0, 0, 0, 0.05);
  70. border-radius: 10rpx;
  71. }
  72. .section-body {
  73. margin-top: 10rpx;
  74. }
  75. .battery-row {
  76. display: flex;
  77. flex-direction: row;
  78. justify-content: flex-start;
  79. flex-wrap: wrap;
  80. }
  81. .battery-block {
  82. width: 25%;
  83. text-align: center;
  84. margin-bottom: 20rpx;
  85. }
  86. .battery-bat {
  87. width: 72rpx;
  88. text-align: center;
  89. margin: 0 auto;
  90. }
  91. .i-bat {
  92. position: relative;
  93. }
  94. .i-bat-icon {
  95. width: 72rpx;
  96. height: 39rpx;
  97. }
  98. .i-bat-index {
  99. position: absolute;
  100. top: 5rpx;
  101. left: 0rpx;
  102. width: 68rpx;
  103. text-align: center;
  104. font-size: 23rpx;
  105. font-weight: 400;
  106. }
  107. .i-vol {
  108. font-size: 23rpx;
  109. font-weight: 400;
  110. }
  111. .param {
  112. color: #000;
  113. }
  114. .param-value {
  115. color: #666666;
  116. }
  117. .batterys-show {
  118. border: none;
  119. }
  120. .fun-area {
  121. padding: 30rpx 0;
  122. flex-wrap: wrap;
  123. }
  124. .fun-item {
  125. width: 200rpx;
  126. height: 91rpx;
  127. line-height: 91rpx;
  128. text-align: center;
  129. box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  130. border-radius: 10px;
  131. font-size: 26rpx;
  132. font-weight: 400;
  133. color: rgba(102, 102, 102, 1);
  134. margin-bottom: 20rpx;
  135. }
  136. .margin-bottom {
  137. margin-bottom: 40rpx;
  138. }
  139. .fun-item-selected {
  140. background-color: rgb(68, 194, 87);
  141. color: white;
  142. }
  143. .input-def {
  144. width: 93rpx;
  145. height: 63rpx;
  146. display: inline-block;
  147. border: solid 1px #f8f8f8;
  148. text-align: center;
  149. }
  150. .btn-def {
  151. width: 87rpx;
  152. height: 63rpx;
  153. text-align: center;
  154. line-height: 63rpx;
  155. color: white;
  156. display: inline-block;
  157. background-color: rgb(68, 194, 87);
  158. margin-left: 26rpx;
  159. border-radius: 5rpx;
  160. }
  161. .command-control {
  162. display: flex;
  163. flex-direction: row;
  164. align-items: center;
  165. }
  166. .no-border {
  167. border: none;
  168. }