bms.css 3.6 KB

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