chargpilemonitor.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. page {
  2. height: 100%;
  3. overflow-y: hidden;
  4. }
  5. .section {
  6. height: 89rpx;
  7. width: 100%;
  8. display: flex;
  9. border-bottom: 1px solid #eee;
  10. }
  11. .search_icon {
  12. flex-shrink: 0;
  13. padding: 24rpx;
  14. }
  15. .search_icon.active {
  16. background-color: #f4f4f4;
  17. }
  18. .search_icon image {
  19. width: 40rpx;
  20. height: 40rpx;
  21. }
  22. .section input {
  23. width: 100%;
  24. margin: 20rpx 24rpx 20rpx 0rpx;
  25. background-color: #f4f4f4;
  26. color: #545253;
  27. height: 48rpx;
  28. line-height: 48rpx;
  29. min-height: 48rpx;
  30. border-radius: 24rpx;
  31. padding: 0 24rpx;
  32. font-size: 24rpx;
  33. font-family: 'Lucida Sans',
  34. 'Lucida Sans Regular',
  35. 'Lucida Grande',
  36. 'Lucida Sans Unicode',
  37. Geneva,
  38. Verdana,
  39. sans-serif;
  40. }
  41. .section_phcolor {
  42. color: #b5b5b5;
  43. }
  44. .context {
  45. height: calc(100% - 88rpx);
  46. background-color: #f4f4f4;
  47. }
  48. .context_block {
  49. width: 100%;
  50. height: 32rpx;
  51. }
  52. .map_text {
  53. position: relative;
  54. height: 246rpx;
  55. background: #fff;
  56. padding: 0 30rpx;
  57. margin: 0 20rpx 32rpx 20rpx;
  58. border-radius: 20rpx;
  59. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  60. }
  61. .mychargestation {
  62. background: #fafbfa;
  63. box-shadow: 0rpx 4rpx 4rpx #d0d0d0;
  64. }
  65. .map_text.active, .map_text1.active {
  66. background-color: #ebebeb;
  67. }
  68. .charging_text_title {
  69. height: 105rpx;
  70. width: 100%;
  71. display: flex;
  72. }
  73. .charging_text_title1 {
  74. width: 100%;
  75. text-overflow: ellipsis;
  76. white-space: nowrap;
  77. overflow: hidden;
  78. }
  79. .charging {
  80. width: 45rpx;
  81. height: 45rpx;
  82. margin: 30rpx 30rpx 30rpx 0;
  83. flex-shrink: 0;
  84. overflow: hidden;
  85. }
  86. .charging image {
  87. width: 45rpx;
  88. height: 45rpx;
  89. }
  90. text {
  91. margin: 0 0 20rpx 0;
  92. display: block;
  93. font-size: 24rpx;
  94. font-family: 'Lucida Sans',
  95. 'Lucida Sans Regular',
  96. 'Lucida Grande',
  97. 'Lucida Sans Unicode',
  98. Geneva,
  99. Verdana,
  100. sans-serif;
  101. color: #545253;
  102. text-overflow: ellipsis;
  103. white-space: nowrap;
  104. overflow: hidden;
  105. line-height: 24rpx;
  106. height: 24rpx;
  107. min-height: 24rpx;
  108. }
  109. text.bold {
  110. font-weight: bold;
  111. line-height: 24rpx;
  112. height: 24rpx;
  113. min-height: 24rpx;
  114. margin-top: 30rpx;
  115. margin-bottom: 1rpx;
  116. display: block;
  117. }
  118. text.inline {
  119. display: inline-block;
  120. }
  121. text.fast {
  122. color: #2483c0;
  123. }
  124. text.slow {
  125. color: #42b9b4;
  126. }
  127. text.red {
  128. color: red;
  129. }
  130. .h1 {
  131. margin: 0rpx 0rpx 30rpx 0rpx;
  132. font-size: 20rpx;
  133. line-height: 20rpx;
  134. height: 20rpx;
  135. min-height: 20rpx;
  136. color: #959595;
  137. }
  138. .h1.right {
  139. margin: 55rpx 0rpx 30rpx 30rpx;
  140. flex-shrink: 0;
  141. float: right;
  142. }
  143. .showAll{
  144. text-align: center;
  145. color: #b5b5b5;
  146. }
  147. .showInit{
  148. margin: 20rpx 0 0 0;
  149. text-align: center;
  150. color: #b5b5b5;
  151. }