合伙人运营小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

index.wxss 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /* pages/monitor/index.wxss */
  2. .monitor{
  3. width: 100%;
  4. height: 100vh;
  5. background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%);
  6. }
  7. .navigation-container {
  8. position: fixed;
  9. width: 100%;
  10. z-index: 99;
  11. }
  12. .navigation-bar {
  13. position: relative;
  14. width: 100%;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. flex-direction: row;
  19. color: #333333;
  20. }
  21. .nav-title {
  22. height: 100%;
  23. display: flex;
  24. align-items: center;
  25. box-sizing: border-box;
  26. }
  27. .bg-logo {
  28. width:100%;
  29. height: 100%;
  30. display: flex;
  31. align-items: center;
  32. color: #f7f7f7;
  33. position: absolute;
  34. top: 0;
  35. left:20rpx;
  36. }
  37. .nav-search {
  38. position: absolute;
  39. display: flex;
  40. justify-content: flex-end;
  41. align-items: center;
  42. }
  43. .box{
  44. width: 100%;
  45. height: 300rpx;
  46. padding: 0px 20rpx;
  47. box-sizing: border-box;
  48. margin-top: 40rpx;
  49. }
  50. .box_{
  51. width: 100%;
  52. background-color: #ffffff;
  53. border-radius: 10rpx;
  54. padding: 20rpx;
  55. box-sizing: border-box;
  56. }
  57. .tabs{
  58. display: flex;
  59. /* justify-content: space-between; */
  60. justify-content: space-around;
  61. margin-top: 30rpx;
  62. }
  63. .tabs_{
  64. width: 30%;
  65. height: 60rpx;
  66. display: flex;
  67. flex-direction: column;
  68. /* justify-content: center; */
  69. align-items: center;
  70. }
  71. .underline{
  72. width: 40rpx;
  73. height: 20rpx;
  74. margin-top: 6rpx;
  75. }
  76. .data_box{
  77. border-radius: 20rpx;
  78. box-sizing: border-box;
  79. padding-bottom:20rpx;
  80. font-size: 14px;
  81. padding: 20rpx;
  82. }
  83. .realtime{
  84. width: 100%;
  85. display: flex;
  86. /* justify-content: space-between; */
  87. justify-content: space-around;
  88. box-sizing: border-box;
  89. margin-top: 20rpx;
  90. }
  91. .realtime_left{
  92. height: 120rpx;
  93. display: flex;
  94. flex-direction: column;
  95. align-items: center;
  96. justify-content: center;
  97. font-size: 28rpx;
  98. }
  99. .realtime_right{
  100. width: 50%;
  101. height: 120rpx;
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. justify-content: center;
  106. font-size: 28rpx;
  107. }
  108. .realtime_text{
  109. font-size: 36rpx;
  110. margin-right: 4px;
  111. color: #00BA82;
  112. }
  113. .realtime_unit{
  114. font-size: 24rpx;
  115. color: #222;
  116. }
  117. .realtime_title{
  118. font-size: 28rpx;
  119. margin-top: 8rpx;
  120. color: #222;
  121. }
  122. .power{
  123. width: 100%;
  124. display: flex;
  125. justify-content:space-between;
  126. margin-top: 20rpx;
  127. }
  128. .power_{
  129. width: 30%;
  130. display: flex;
  131. flex-direction: column;
  132. align-items: center;
  133. justify-content: center;
  134. background-color: #F0F5F5;
  135. padding: 20rpx 0rpx;
  136. box-sizing: border-box;
  137. border-radius: 10rpx;
  138. }
  139. .power_1{
  140. width: 48%;
  141. display: flex;
  142. align-items: center;
  143. justify-content:space-around;
  144. background-color: #F0F5F5;
  145. padding: 20rpx 0rpx;
  146. box-sizing: border-box;
  147. border-radius: 10rpx;
  148. }
  149. .power_2{
  150. width: 48%;
  151. display: flex;
  152. align-items: center;
  153. /* justify-content:space-around; */
  154. justify-content: space-between;
  155. background-color: #F0F5F5;
  156. padding: 20rpx 26rpx;
  157. box-sizing: border-box;
  158. border-radius: 10rpx;
  159. }
  160. .power_imgaes{
  161. width: 56rpx;
  162. height: 56rpx;
  163. }
  164. .charge{
  165. margin-top: 20rpx;
  166. margin-bottom: 20rpx;
  167. }
  168. .discharge{
  169. width: 100%;
  170. display: flex;
  171. justify-content: space-between;
  172. }
  173. .dischargebox{
  174. width: 24%;
  175. background-color: #F0F5F5;
  176. border-radius: 10rpx;
  177. padding: 10rpx 0rpx;
  178. box-sizing: border-box;
  179. font-size: 28rpx;
  180. }
  181. .dischargebox{
  182. display: flex;
  183. flex-direction: column;
  184. justify-content: center;
  185. align-items: center;
  186. }