合伙人运营小程序
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 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /* */
  2. .navigation-container {
  3. position: fixed;
  4. width: 100%;
  5. z-index: 99;
  6. }
  7. .navigation-bar {
  8. position: relative;
  9. width: 100%;
  10. display: flex;
  11. align-items: center;
  12. /* justify-content: center; */
  13. padding-left: 40rpx;
  14. flex-direction: row;
  15. color: #333333;
  16. }
  17. .title_1{
  18. font-weight: 500;
  19. font-size: 28rpx;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .title_image{
  24. width: 24rpx;
  25. height: 24rpx;
  26. margin-left: 10rpx;
  27. transition: transform 3s ease; /* 添加过渡效果 */
  28. }
  29. .title_2{
  30. font-size: 28rpx;
  31. margin-top: 30rpx;
  32. }
  33. .nav-title {
  34. height: 100%;
  35. display: flex;
  36. align-items: center;
  37. margin-left: 20rpx;
  38. box-sizing: border-box;
  39. }
  40. .nav-search {
  41. position: absolute;
  42. display: flex;
  43. justify-content: flex-end;
  44. align-items: center;
  45. }
  46. /* // */
  47. .container {
  48. width: 100%;
  49. height: 100vh;
  50. display: flex;
  51. align-items: center;
  52. /* 007544 */
  53. /* background: linear-gradient(to bottom, #D9EAE3 -60%, #D9EAE3 40%, #D9EAE3 100%); */
  54. background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%);
  55. }
  56. .canvasArea {
  57. width: 100%;
  58. display: flex;
  59. flex-direction: column;
  60. align-items: center;
  61. margin-top: 40rpx;
  62. }
  63. .canvasArea1 {
  64. width: 100%;
  65. display: flex;
  66. flex-direction: column;
  67. margin-top: 10rpx;
  68. align-items: center;
  69. }
  70. .canvasArea canvas {
  71. width: 300rpx;
  72. height: 300rpx;
  73. }
  74. .data_box{
  75. width: 94%;
  76. border-radius: 20rpx;
  77. box-sizing: border-box;
  78. padding-bottom:20rpx;
  79. margin-top: 20rpx;
  80. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  81. }
  82. .data_box1{
  83. width: 94%;
  84. border-radius: 20rpx;
  85. box-sizing: border-box;
  86. padding-bottom:20rpx;
  87. }
  88. .titledata{
  89. display: flex;
  90. align-items: center;
  91. justify-content: space-between;
  92. padding: 16rpx 10rpx 10rpx 20rpx;
  93. box-sizing: border-box;
  94. }
  95. .realtime{
  96. width: 100%;
  97. display: flex;
  98. padding: 0px 20rpx;
  99. box-sizing: border-box;
  100. }
  101. .realtime_left{
  102. width: 50%;
  103. height: 120rpx;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. justify-content: center;
  108. font-size: 14px;
  109. border-bottom:1rpx solid #E1E0F4;
  110. border-right:1rpx solid #E1E0F4;
  111. }
  112. .realtime_right{
  113. width: 50%;
  114. height: 120rpx;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. justify-content: center;
  119. font-size: 14px;
  120. border-bottom:1rpx solid #E1E0F4;
  121. }
  122. .realtime1{
  123. width: 100%;
  124. display: flex;
  125. padding: 0rpx 20rpx;
  126. box-sizing: border-box;
  127. }
  128. .realtime2{
  129. width: 100%;
  130. display: flex;
  131. justify-content: space-between;
  132. padding: 0rpx 20rpx;
  133. padding-top: 20rpx;
  134. box-sizing: border-box;
  135. }
  136. .realtime_left1{
  137. width: 50%;
  138. height: 120rpx;
  139. display: flex;
  140. flex-direction: column;
  141. align-items: center;
  142. justify-content: center;
  143. font-size: 14px;
  144. border-right:1rpx solid #E1E0F4;
  145. }
  146. .realtime_left2{
  147. width: 48%;
  148. height: 100rpx;
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-around;
  152. border-radius: 10rpx;
  153. font-size: 14px;
  154. background-color: #ffffff;
  155. }
  156. .realtime_right1{
  157. width: 50%;
  158. height: 120rpx;
  159. display: flex;
  160. flex-direction: column;
  161. align-items: center;
  162. justify-content: center;
  163. font-size: 14px;
  164. }
  165. .realtime_right2{
  166. width: 48%;
  167. height: 100rpx;
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. font-size: 14px;
  172. background-color: #ffffff;
  173. justify-content: space-around;
  174. border-radius: 10rpx;
  175. }
  176. .realtime_text{
  177. font-size: 18px;
  178. margin-right: 4px;
  179. color: #00BA82;
  180. }
  181. .realtime_unit{
  182. font-size: 12px;
  183. color: #222;
  184. }
  185. .realtime_title{
  186. font-size: 14px;
  187. margin-top: 10rpx;
  188. color: #222;
  189. }
  190. .line{
  191. width: 100%;
  192. height: 100%;
  193. }
  194. #mychart_line {
  195. width: 100%;
  196. height: 100%;
  197. margin-top: 20rpx;
  198. }
  199. .equipment{
  200. width: 100%;
  201. display: flex;
  202. justify-content: space-between;
  203. padding: 0rpx 20rpx;
  204. box-sizing: border-box;
  205. margin-top: 40rpx;
  206. font-size: 28rpx;
  207. }
  208. .equipmenttext{
  209. font-size: 22rpx;
  210. color: #999999;
  211. }
  212. .details{
  213. font-weight: 400;
  214. font-size: 26rpx;
  215. color: #999999;
  216. display: flex;
  217. align-items: center;
  218. box-sizing: border-box;
  219. }
  220. .electric{
  221. width: 100%;
  222. padding: 0rpx 20rpx;
  223. box-sizing: border-box;
  224. margin-top: 40rpx;
  225. display: flex;
  226. justify-content: space-between;
  227. }
  228. .electric1{
  229. width: 48%;
  230. height: 400rpx;
  231. background-color: #ffffff;
  232. border-radius: 16rpx;
  233. padding: 20rpx 20rpx;
  234. box-sizing: border-box;
  235. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  236. }
  237. .electric_rong{
  238. display: flex;
  239. justify-content: space-between;
  240. align-items: center;
  241. }
  242. .electric_{
  243. color: #999999;
  244. }
  245. .pic_pic{
  246. width: 100%;
  247. height: 320rpx;
  248. }
  249. .cumulative1{
  250. display: flex;
  251. justify-content: space-between;
  252. align-items: center;
  253. }
  254. .cumulative11{
  255. font-size: 24rpx;
  256. color: #999999;
  257. }
  258. .cumulative2{
  259. display: flex;
  260. justify-content: space-between;
  261. align-items: center;
  262. margin-top: 20rpx;
  263. }
  264. .electric2{
  265. width: 48%;
  266. height: 400rpx;
  267. display: flex;
  268. flex-direction: column;
  269. justify-content: space-between;
  270. background-color: #ffffff;
  271. border-radius: 16rpx;
  272. padding: 0rpx 20rpx;
  273. box-sizing: border-box;
  274. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  275. }
  276. .electric21{
  277. width: 100%;
  278. height: 220rpx;
  279. padding: 20rpx 0rpx;
  280. display: flex;
  281. flex-direction: column;
  282. justify-content: space-between;
  283. box-sizing: border-box
  284. }
  285. .electric22{
  286. width: 100%;
  287. height: 160rpx;
  288. padding: 20rpx 0rpx;
  289. display: flex;
  290. flex-direction: column;
  291. justify-content: space-between;
  292. box-sizing: border-box;
  293. border-top:1rpx solid #E1E0F4;
  294. }
  295. .electric3{
  296. font-size: 22rpx;
  297. }
  298. .electric4{
  299. font-size: 22rpx;
  300. color: #999999;
  301. }
  302. .battery{
  303. font-size: 24rpx;
  304. color: #222222;
  305. }
  306. .batteryccc{
  307. font-size: 20rpx;
  308. color: #999999;
  309. }
  310. .battery_bottom{
  311. width: 100%;
  312. /* border-bottom: 1rpx solid #E1E0F4; */
  313. }
  314. .tag_type1 {
  315. font-size: 28rpx;
  316. color: #F0A26C;
  317. font-weight: 600;
  318. }
  319. .tag_type2 {
  320. font-size: 28rpx;
  321. color: #15DB9B;
  322. font-weight: 600;
  323. }
  324. .tag_type3 {
  325. font-size: 28rpx;
  326. color: #b0c4de;
  327. font-weight: 600;
  328. /* 蓝 */
  329. }