储能智慧云小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxss 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /* pages/details/index.wxss */
  2. /* 自定义导航栏 */
  3. .details{
  4. width: 100%;
  5. height: 100vh;
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%);
  10. }
  11. .navigation-container {
  12. position: fixed;
  13. width: 100%;
  14. z-index: 99;
  15. }
  16. .navigation-bar {
  17. position: relative;
  18. width: 100%;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. flex-direction: row;
  23. color: #333333;
  24. }
  25. .nav-title {
  26. height: 100%;
  27. display: flex;
  28. align-items: center;
  29. margin-left: 20rpx;
  30. box-sizing: border-box;
  31. }
  32. .nav-search {
  33. position: absolute;
  34. display: flex;
  35. justify-content: flex-end;
  36. align-items: center;
  37. }
  38. .bg-logo {
  39. width:100%;
  40. height: 100%;
  41. display: flex;
  42. align-items: center;
  43. color: #f7f7f7;
  44. position: absolute;
  45. top: 0;
  46. left:20rpx;
  47. }
  48. .detail_s{
  49. height: 100%;
  50. font-size: 28rpx;
  51. display: flex;
  52. align-items: center;
  53. margin-right: 30px;
  54. }
  55. .card_top{
  56. padding: 20rpx 30rpx;
  57. display: flex;
  58. /* justify-content: space-around; */
  59. justify-content: space-between;
  60. margin-top: 20rpx;
  61. }
  62. .card_top1{
  63. width: 100rpx;
  64. height: 60rpx;
  65. color: #ffffff;
  66. display: flex;
  67. justify-content: center;
  68. border-bottom:4rpx solid #ffffff;
  69. }
  70. .card_top1c{
  71. width: 100rpx;
  72. height: 60rpx;
  73. color: #222222;
  74. display: flex;
  75. justify-content: center;
  76. border-bottom:4rpx solid #222222;
  77. }
  78. .card_top2{
  79. width: 200rpx;
  80. height: 60rpx;
  81. color: #222222;
  82. display: flex;
  83. justify-content: center;
  84. border-bottom:4rpx solid #222222;
  85. }
  86. .card_top3{
  87. width: 200rpx;
  88. height: 60rpx;
  89. color: #ffffff;
  90. display: flex;
  91. justify-content: center;
  92. border-bottom:4rpx solid #ffffff;
  93. }
  94. .proportion{
  95. width: 100%;
  96. padding: 0rpx 30rpx;
  97. box-sizing: border-box;
  98. }
  99. .proportion_{
  100. width: 100%;
  101. height: 20rpx;
  102. background-color: #007544;
  103. border-radius: 20rpx;
  104. overflow: hidden;
  105. margin-top: 20rpx;
  106. }
  107. .proportion_1{
  108. height: 30rpx;
  109. }
  110. .proportion_2{
  111. height: 60rpx;
  112. }
  113. .proportion_c{
  114. height: 20rpx;
  115. background-color:#00a9ff;
  116. }
  117. .cumulative{
  118. display: flex;
  119. }
  120. .cumulative_1{
  121. display: flex;
  122. margin-top: 40rpx;
  123. padding-right: 60rpx;
  124. }
  125. .cumulative_2{
  126. width: 16rpx;
  127. height: 16rpx;
  128. background-color:#00a9ff;
  129. border-radius: 100rpx;
  130. margin-top: 10rpx;
  131. margin-right: 20rpx;
  132. }
  133. .cumulative_22{
  134. width: 16rpx;
  135. height: 16rpx;
  136. background-color:#007544;
  137. border-radius: 100rpx;
  138. margin-top: 10rpx;
  139. margin-right: 20rpx;
  140. }
  141. .cumulative_3{
  142. display: flex;
  143. flex-direction: column;
  144. padding-right: 20rpx;
  145. height: 90rpx;
  146. justify-content: space-between;
  147. }
  148. .datelabel{
  149. width: 100%;
  150. height: 80rpx;
  151. background-color: #ffffff;
  152. border-radius: 6rpx;
  153. margin-top: 60rpx;
  154. display: flex;
  155. }
  156. .datelabel_1{
  157. width: 100%;
  158. display: flex;
  159. align-items: center;
  160. justify-content: center;
  161. border-radius: 6rpx;
  162. box-sizing: border-box;
  163. }
  164. .datelabel_2{
  165. width: 100%;
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. border-radius: 6rpx;
  170. }
  171. .datelabel_3{
  172. width: 100%;
  173. display: flex;
  174. align-items: center;
  175. justify-content: center;
  176. border-radius: 6rpx;
  177. }
  178. .switch{
  179. width: 100%;
  180. height: 80rpx;
  181. margin-top: 40rpx;
  182. display: flex;
  183. justify-content:space-between;
  184. /* justify-content: space-around; */
  185. }
  186. .switch1{
  187. width: 100%;
  188. height: 80rpx;
  189. margin-top: 40rpx;
  190. display: flex;
  191. justify-content: center;
  192. /* justify-content: space-around; */
  193. }
  194. .switch_1{
  195. height: 100%;
  196. background-color: #ffffff;
  197. border-radius: 6rpx;
  198. display: flex;
  199. align-items: center;
  200. justify-content: center;
  201. }
  202. .switch_11{
  203. width: 20%;
  204. height: 100%;
  205. background-color: #ffffff;
  206. border-radius: 6rpx;
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. }
  211. .switch_2{
  212. padding:0rpx 20rpx;
  213. height: 100%;
  214. background-color: #ffffff;
  215. border-radius: 6rpx;
  216. display: flex;
  217. align-items: center;
  218. justify-content: center;
  219. }
  220. .switch_2_{
  221. padding:0rpx 20rpx;
  222. height: 100%;
  223. background-color: #ffffff;
  224. border-radius: 6rpx;
  225. display: flex;
  226. align-items: center;
  227. justify-content: space-between;
  228. }
  229. .switch_22{
  230. margin-right: 10rpx;
  231. }
  232. .switch_3{
  233. height: 100%;
  234. background-color: #ffffff;
  235. border-radius: 6rpx;
  236. display: flex;
  237. align-items: center;
  238. justify-content: center;
  239. }
  240. .switch_33{
  241. width: 20%;
  242. height: 100%;
  243. background-color: #ffffff;
  244. border-radius: 6rpx;
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. padding-left: 10rpx;
  249. }
  250. .tt_calendar{
  251. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  252. }
  253. .canvasbox{
  254. width: 100%;
  255. height: 400rpx;
  256. border-bottom:2rpx solid #cccccc;
  257. }
  258. .canvasbox1{
  259. width: 100%;
  260. overflow: hidden;
  261. }
  262. .eccanvas{
  263. width: 100%;
  264. height: 400px;
  265. margin-top: 20rpx;
  266. box-sizing: border-box;
  267. }
  268. #mychart_line2{
  269. width: 100%;
  270. height: 400px;
  271. margin-top: 20rpx;
  272. box-sizing: border-box;
  273. }
  274. .t-bottom {
  275. z-index: 999 !important;
  276. }
  277. .t-tabs {
  278. /* background: var(--td-tab-nav-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff))); */
  279. background: rgba(var(--td-tab-nav-bg-color-rgb, 255, 255, 255), 0) !important;
  280. border-bottom: none !important;
  281. }
  282. .t-tabs__wrapper{
  283. background: rgba(var(--td-tab-nav-bg-color-rgb, 255, 255, 255), 0) !important;
  284. }
  285. .t-tabs__item--evenly{
  286. color: #ffffff !important;
  287. }
  288. .t-tabs__item--active{
  289. font-weight: 400 !important;
  290. color: var(--td-tab-item-active-color, var(--td-brand-color, var(--td-primary-color-7, #222222))) !important;
  291. }
  292. .t-tabs__track{
  293. background-color: var(--td-tab-track-color, var(--td-brand-color, var(--td-primary-color-7, #222222))) !important;
  294. }